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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><ellipse fill="#FFD983" cx="18" cy="23" rx="18" ry="5"/><path fill="#FFD983" d="M29 17c0 1.566-4.925 6-11 6S7.043 18.566 7.043 17C7.043 10 14 7 18 7s11 3 11 10z"/><path fill="#9266CC" d="M29 21c-5 3-17 3-22 0 0-.492.043-3.535.043-4C13 20 23 20 29 17c-.003.465 0 3.508 0 4z"/><ellipse fill="#FFF" cx="18" cy="24" rx="1" ry="2"/><ellipse fill="#FFF" cx="18" cy="18" rx="1" ry="2"/><path fill="#FFF" d="M16.586 23.828c-.781.781-1.731 1.098-2.121.707-.391-.391-.074-1.34.707-2.121.781-.781 1.73-1.098 2.122-.707.39.391.073 1.341-.708 2.121zm4.242-4.242c-.78.781-1.73 1.098-2.121.707-.391-.391-.074-1.34.707-2.122.781-.781 1.73-1.098 2.121-.707.391.391.074 1.341-.707 2.122z"/><path fill="#FFF" d="M15 22c-1.105 0-2-.448-2-1 0-.553.896-1 2-1 1.105 0 2 .447 2 1s-.896 1-2 1zm6 0c-1.104.001-2-.447-2-1s.896-1 2-1 2 .447 2 1c0 .552-.896 1-2 1z"/><path fill="#FFF" d="M15.172 19.587c-.782-.782-1.098-1.732-.707-2.122.391-.391 1.34-.074 2.121.707.781.782 1.098 1.73.707 2.121-.391.392-1.341.074-2.121-.706zm4.242 4.242c-.782-.78-1.098-1.73-.707-2.121.391-.392 1.34-.074 2.121.707.781.78 1.098 1.73.707 2.121-.389.39-1.34.074-2.121-.707z"/><circle fill="#FFAC33" cx="18" cy="21" r="2"/></svg>