Alexandra Betouni 4ee21ada05 feat(desktop) Added image function in Style
Introduced Style.svg() Style.png() Style.emoji() and
Style.icon() in Style.qml. Those should be used to
set the source in Images instead of using relative
paths. Usage:
Image {
   source: Style.svg("check)
   ....

Also moved all Singletons inside a new "utils"
folder and made it a QML module, to use
import utils 1.0 instead of relative paths

Closes #3678
2021-09-28 15:28:00 -04:00

5 lines
506 B
XML

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.00008 7.5C9.24272 7.5 10.2501 6.49264 10.2501 5.25C10.2501 4.00736 9.24272 3 8.00008 3C6.75744 3 5.75008 4.00736 5.75008 5.25C5.75008 6.49264 6.75744 7.5 8.00008 7.5Z" fill="black"/>
<path d="M4.12351 12.0101C4.56402 10.2798 6.1326 9 8.00008 9C9.86756 9 11.4361 10.2798 11.8767 12.0101C12.0129 12.5453 11.5524 13 11.0001 13H5.00008C4.4478 13 3.98725 12.5453 4.12351 12.0101Z" fill="black"/>
</svg>