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

1 line
654 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><ellipse fill="#939598" cx="18" cy="23" rx="18" ry="10"/><ellipse fill="#F1F2F2" cx="18" cy="21" rx="18" ry="10"/><path fill="#C1694F" d="M31 20c0 3.988-5.82 7.223-13 7.223S5 23.988 5 20s5.82-7.222 13-7.222S31 16.012 31 20z"/><ellipse fill="#8A4B38" cx="18" cy="20" rx="11" ry="5.556"/><path fill="#FFCC4D" d="M18 7c3.383 0 4.724 2 5.921 2 1.691 0 2.537 2 4.229 9 .697 2.885-4.229 6-10.149 6-5.92 0-10.846-3.115-10.149-6 1.692-7 2.538-9 4.229-9C13.275 9 14.617 7 18 7z"/><path fill="#662113" d="M25.612 11c0 2.209-3.408 4-7.612 4s-7.612-1.791-7.612-4S13.796 7 18 7s7.612 1.791 7.612 4z"/></svg>