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
1.6 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#292F33" d="M22.986.637C20.408-.197 14.34.03 12.823 2.002c-3.944.076-8.57 3.64-9.177 8.343-.6 4.654.738 6.815 1.214 10.315.539 3.965 2.768 5.233 4.551 5.764 2.564 3.387 5.29 3.242 9.866 3.242 8.937 0 13.193-5.98 13.569-16.136.227-6.143-3.377-10.795-9.86-12.893z"/><path fill="#F7DECE" d="M28.097 13.964c-.865-1.197-1.972-2.161-4.399-2.503.91.417 1.782 1.858 1.896 2.654.114.796.228 1.441-.493.645-2.886-3.19-6.03-1.934-9.145-3.883-2.176-1.361-2.838-2.867-2.838-2.867s-.265 2.01-3.565 4.058c-.956.594-2.097 1.916-2.73 3.868-.455 1.403-.314 2.655-.314 4.793 0 6.242 5.144 11.49 11.49 11.49s11.49-5.294 11.49-11.49c.001-3.883-.406-5.399-1.392-6.765z"/><path fill="#292F33" d="M27.375 24.174c-1.042 1.1-3.125 3.3-5.208 2.2-2.946-1.556-4.167-1.1-4.167-1.1s-1.221-.455-4.167 1.1c-2.083 1.1-4.167-1.1-5.208-2.2-.737-.778-3.125-2.2-3.125 0 0 3.3 2.083 5.5 2.083 5.5 2.083 5.5 6.25 5.5 6.25 5.5 1.042 1.1 7.292 1.1 8.333 0 0 0 4.167 0 6.25-5.5 0 0 2.083-2.2 2.083-5.5.001-2.2-2.388-.777-3.124 0z"/><path fill="#F7DECE" d="M18 29.675c-4.167 0-7.292-2.2 0-2.2s4.167 2.2 0 2.2z"/><path fill="#C1694F" d="M19.276 23.921h-2.553c-.353 0-.638-.285-.638-.638s.285-.638.638-.638h2.553c.353 0 .638.285.638.638s-.285.638-.638.638z"/><path fill="#662113" d="M12.893 19.453c-.705 0-1.277-.572-1.277-1.277v-1.277c0-.705.572-1.277 1.277-1.277s1.277.572 1.277 1.277v1.277c0 .705-.572 1.277-1.277 1.277zm10.213 0c-.705 0-1.277-.572-1.277-1.277v-1.277c0-.705.572-1.277 1.277-1.277s1.277.572 1.277 1.277v1.277c0 .705-.572 1.277-1.277 1.277z"/></svg>