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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#D5AB88" d="M27 36v-4s0-4 4-4 4 4 4 4v4h-8zm-9 0v-9s0-4 4-4 4 4 4 4v9h-8zm-9 0V24s0-4 4-4 4 4 4 4v12H9zm-9 0v-9s0-4 4-4 4 4 4 4v9H0z"/><path fill="#DD2E44" d="M16 24c0-1.657 0-8-3-8s-3 6.343-3 8 1.343 3 3 3 3-1.343 3-3zm-9 3c0-1.657 0-8-3-8s-3 6.343-3 8 1.343 3 3 3 3-1.343 3-3zm18 0c0-1.657 0-8-3-8s-3 6.343-3 8 1.344 3 3 3c1.657 0 3-1.343 3-3zm9 5c0-1.657 0-8-3-8s-3 6.343-3 8 1.344 3 3 3c1.657 0 3-1.343 3-3z"/><path fill="#DD2E44" d="M13 16v4h2s2 0 6-4l-2-2s-2 2-6 2z"/><path fill="#8899A6" d="M19 14l8-8 2 2-8 8z"/><path fill="#8899A6" d="M27 6s-2-2 0-4l2-2h7v5l-3 3c-2 2-4 0-4 0l-2-2z"/></svg>