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.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFE51E" d="M23.292 1.485C20.555.6 14.117.841 12.507 2.934c-4.185.08-9.095 3.863-9.739 8.853-.637 4.939.783 7.232 1.288 10.946.572 4.208 2.938 5.553 4.829 6.117 2.721 3.595 5.613 3.441 10.47 3.441 9.484 0 14.001-6.346 14.4-17.123.241-6.52-3.583-11.457-10.463-13.683z"/><path fill="#D4AB88" d="M28.716 15.628c-.918-1.271-2.093-2.294-4.668-2.656.966.443 1.891 1.972 2.012 2.817.121.845.242 1.529-.523.684-3.063-3.386-6.399-2.052-9.705-4.121-2.309-1.445-3.012-3.042-3.012-3.042s-.282 2.133-3.783 4.306c-1.015.63-2.226 2.033-2.897 4.105-.483 1.489-.333 2.817-.333 5.086C5.806 29.431 11.265 35 18 35s12.194-5.618 12.194-12.194c-.001-4.12-.432-5.73-1.478-7.178z"/><path fill="#662113" d="M12 21.419c-.736 0-1.333-.597-1.333-1.333v-1.333c0-.736.597-1.333 1.333-1.333s1.333.597 1.333 1.333v1.333c0 .736-.597 1.333-1.333 1.333zm12 0c-.736 0-1.333-.597-1.333-1.333v-1.333c0-.736.597-1.333 1.333-1.333s1.333.597 1.333 1.333v1.333c0 .736-.597 1.333-1.333 1.333z"/><path fill="#C1694F" d="M18 31c-4.201 0-5.491-1.077-5.707-1.293-.391-.391-.391-1.023 0-1.414.378-.379.984-.39 1.376-.036.08.058 1.1.743 4.331.743 3.355 0 4.326-.739 4.336-.747.39-.389 1.001-.37 1.393.021.391.391.369 1.043-.021 1.434C23.491 29.923 22.201 31 18 31zm1.355-5h-2.71c-.374 0-.677-.303-.677-.677s.303-.677.677-.677h2.71c.374 0 .677.303.677.677s-.303.677-.677.677z"/></svg>