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"><path fill="#DD2E44" d="M33.885 15.764c0-4.841-3.924-8.764-8.764-8.764-2.938 0-5.53 1.45-7.121 3.667C16.41 8.45 13.816 7 10.879 7c-4.84 0-8.764 3.923-8.764 8.764 0 .685.087 1.35.236 1.99C3.568 25.315 11.975 33.292 18 35.482c6.024-2.19 14.432-10.167 15.647-17.728.151-.64.238-1.304.238-1.99z"/><path fill="#FDCB58" d="M1.499 11.042c-.15 0-.303-.034-.446-.106-.494-.247-.694-.848-.447-1.342 1.016-2.031 3.793-5.195 7.283-5.588.549-.061 1.043.333 1.105.882.062.549-.333 1.044-.882 1.106-2.679.302-4.928 2.917-5.717 4.495-.176.35-.529.553-.896.553zm-.458-5.417c-.193 0-.388-.056-.56-.172-.457-.31-.577-.932-.267-1.389.936-1.381 2.895-2.909 4.682-3.021.552-.043 1.025.385 1.06.936.035.551-.384 1.026-.935 1.061-.961.06-2.404 1.042-3.151 2.146-.194.285-.509.439-.829.439zm33.46 5.417c-.367 0-.72-.202-.896-.553-.789-1.578-3.039-4.193-5.718-4.495-.549-.062-.943-.557-.882-1.106.062-.548.549-.945 1.106-.882 3.489.393 6.267 3.557 7.282 5.588.247.494.047 1.095-.447 1.342-.143.072-.295.106-.445.106zm.458-5.417c-.32 0-.636-.154-.829-.439-.747-1.104-2.19-2.086-3.151-2.146-.551-.035-.97-.509-.935-1.061.034-.552.51-.981 1.06-.936 1.788.112 3.747 1.64 4.683 3.021.31.457.19 1.079-.268 1.389-.172.116-.366.172-.56.172z"/></svg>