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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#269" d="M0 4c0-4 4-4 4-4h28s4 0 4 4v28s0 4-4 4H4s-4 0-4-4V4z"/><g fill="#FFF"><path d="M33 9H22V3s0-1-1-1-1 1-1 1v6c-8 0-8 7-8 7v2c0 1 1 1 1 1h3s1 0 1-1v-2c0-2 2-2 2-2h14c1 0 1-1 1-1v-3s0-1-1-1z"/><path d="M18.5 3h-3c-.829 0-1.5.671-1.5 1.5S14.671 6 15.5 6h3c.828 0 1.5-.671 1.5-1.5S19.328 3 18.5 3zm5 3h3c.828 0 1.5-.671 1.5-1.5S27.328 3 26.5 3h-3c-.828 0-1.5.671-1.5 1.5S22.672 6 23.5 6z"/></g><path fill="#FFF" d="M20 20c-1 0-1 1-1 1v5h-9v-5s0-1-1-1-1 1-1 1v11s0 2 2 2h9c2 0 2-2 2-2V21s0-1-1-1z"/></svg>