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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#F3D2A2" d="M11 17c1 3 .209 5-2 5s-5.012-2.024-6-4c-1-2 .904-4.301 3-5 3-1 4.368 2.102 5 4z"/><path fill="#FFE51E" d="M9 13c0-1-3-2-6 1s1.021 5 1.021 5S8 22 7 19s2-5.001 2-6z"/><ellipse fill="#99AAB5" cx="32" cy="16" rx="2" ry="1"/><path fill="#CCD6DD" d="M33 21c-.553 0-1-.447-1-1V4c0-1.582-1.962-2-3-2s-3 .418-3 2c0 .552-.447 1-1 1s-1-.448-1-1c0-2.626 2.516-4 5-4s5 1.374 5 4v16c0 .553-.447 1-1 1z"/><path fill="#99AAB5" d="M28 6c0 1.104-1.343 1-3 1s-3 .104-3-1 1.343-2 3-2 3 .896 3 2z"/><path fill="#CCD6DD" d="M29 7c0 .552-.447 1-1 1h-6c-.553 0-1-.448-1-1s.447-1 1-1h6c.553 0 1 .448 1 1z"/><circle fill="#99AAB5" cx="12" cy="34" r="2"/><circle fill="#99AAB5" cx="28" cy="34" r="2"/><path fill="#CCD6DD" d="M30 34H12C7 34 2 28 1 20c-.248-1.984.812-1 3.021-1C4.021 19 17 21 30 21c2 0 5-1.209 5 1 0 0-1 12-5 12z"/><path fill="#99AAB5" d="M36 21c0 .553-.447 1-1 1L1 20c-.552 0-1-.447-1-1 0-.553.448-1 1-1l34 2c.553 0 1 .447 1 1z"/></svg>