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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFAC33" d="M28 22c-.553 0-1-.447-1-1v-6c0-6.065-4.037-11-9-11-4.962 0-9 4.935-9 11v6c0 .553-.448 1-1 1s-1-.447-1-1v-6C7 7.832 11.935 2 18 2s11 5.832 11 13v6c0 .553-.447 1-1 1z"/><path fill="#9266CC" d="M33.386 12.972C33.126 10.788 31.114 9 28.914 9H7.086c-2.2 0-4.212 1.788-4.472 3.972L.472 31.028C.212 33.213 1.8 35 4 35h28c2.2 0 3.788-1.787 3.528-3.972l-2.142-18.056z"/><path fill="#FFD983" d="M28 20c-.553 0-1-.447-1-1v-6c0-6.065-4.037-11-9-11-4.962 0-9 4.935-9 11v6c0 .553-.448 1-1 1s-1-.447-1-1v-6C7 5.832 11.935 0 18 0s11 5.832 11 13v6c0 .553-.447 1-1 1z"/></svg>