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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#D99E82" d="M29 17v5c0 4.142-4.896 9-11 9S7 26.142 7 22v-5H5v5c0 5.246 5.268 11 13 11s13-5.754 13-11v-5h-2z"/><path fill="#C1694F" d="M22 32.083C22 33.142 21.142 34 20.083 34h-4.166C14.858 34 14 33.142 14 32.083v-.166c0-1.059.858-1.917 1.917-1.917h4.166c1.059 0 1.917.858 1.917 1.917v.166z"/><path fill="#EA596E" d="M2 17c0-2.762 6.611-5 16-5s16 2.238 16 5c0 2.761-6.611 6-16 6S2 19.761 2 17z"/><path fill="#DD2E44" d="M3 16C3 9 9.198 2 18 2s15 7 15 14c0 1-6.198 4-15 4S3 17 3 16z"/><path fill="#A0041E" d="M25 19c-.553 0-1-.448-1-1 0-7.728-1.93-13.625-1.949-13.684-.174-.524.109-1.09.634-1.265.522-.173 1.089.109 1.264.632.08.24 1.876 5.71 2.04 13.223 1.139-.161 3.165-.602 5.564-1.801.494-.247 1.094-.047 1.342.447.247.494.047 1.095-.447 1.342C28.284 18.976 25.132 19 25 19zm-14 0c-.132 0-3.284-.024-7.447-2.106-.494-.247-.694-.848-.447-1.342.247-.493.847-.695 1.342-.447 2.399 1.2 4.425 1.64 5.565 1.801.164-7.513 1.959-12.983 2.039-13.223.175-.524.744-.805 1.264-.632.524.174.808.741.633 1.265C13.929 4.374 12 10.271 12 18c0 .552-.448 1-1 1z"/><path fill="#FFF" d="M21 12h-2v-2c0-.552-.448-1-1-1s-1 .448-1 1v2h-2c-.552 0-1 .448-1 1s.448 1 1 1h2v2c0 .552.448 1 1 1s1-.448 1-1v-2h2c.553 0 1-.448 1-1s-.447-1-1-1z"/></svg>