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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFAC33" d="M13 6s0-2 2-2 2 2 2 2v2s0 2-2 2-2-2-2-2V6zM4 17s2 0 2 2-2 2-2 2H2s-2 0-2-2 2-2 2-2h2zm3.872-6.957s1.414 1.414 0 2.828-2.828 0-2.828 0l-1.415-1.414s-1.414-1.414 0-2.829c1.415-1.414 2.829 0 2.829 0l1.414 1.415zm17.085 2.828s-1.414 1.414-2.828 0 0-2.828 0-2.828l1.414-1.414s1.414-1.414 2.828 0 0 2.828 0 2.828l-1.414 1.414z"/><circle fill="#FFAC33" cx="15" cy="19" r="8"/><path fill="#E1E8ED" d="M28.223 16.8c-.803 0-1.575.119-2.304.34-.862-2.409-3.201-4.14-5.961-4.14-2.959 0-5.437 1.991-6.123 4.675-.733-.542-1.636-.875-2.626-.875-2.417 0-4.375 1.914-4.375 4.275 0 .573.12 1.118.329 1.618-.417-.113-.848-.193-1.302-.193C3.176 22.5 1 24.626 1 27.25S3.176 32 5.861 32h22.361C32.518 32 36 28.598 36 24.4s-3.482-7.6-7.777-7.6z"/></svg>