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
976 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#F3D2A2" d="M33 29.5c0-2.485-3.134-6.5-7-6.5l-.059.003C25.441 13.749 21.722 0 18 0c-3.657 0-7.311 13.691-7.912 23.004-.028 0-.06-.004-.088-.004-3.866 0-7 4.015-7 6.5 0 2.326 5.257 3.364 9.21 5.128C13.472 35.724 15.342 36 18 36c2.253 0 3.941-.267 5.173-1.081C27.17 32.974 33 31.95 33 29.5z"/><path fill="#C68F6A" d="M26 30c.544-.099 2.104-2.421 2.104-4.077 0-2.061-.55-2.667-1.224-2.846-.289-.046-.581-.077-.88-.077 0 1 .137 2 .137 3.278 0 2.722-.681 3.82-.137 3.722zM7.789 25.923c0 1.656 1.561 3.979 2.104 4.077.544.098-.137-1-.137-3.722 0-1.275.136-2.274.137-3.271-.349.007-.691.05-1.026.118-.606.229-1.078.889-1.078 2.798z"/><path fill="#662113" d="M9.008 31.377c-1.562-.455-3.049-.216-3.741.503 1.804.892 4.381 1.648 6.618 2.609l.001-.002c.337-1.155-.951-2.549-2.878-3.11zm17.984 0c-1.927.561-3.215 1.955-2.878 3.11l.002.004c2.237-.961 4.814-1.718 6.617-2.611-.691-.719-2.179-.958-3.741-.503z"/></svg>