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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFCC4D" d="M36 18c0 9.941-8.059 18-18 18-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"/><path fill="#664500" d="M30.6 17.2c-.114-.085-1.931-1.426-4.646-2.344.026-.115.046-.233.046-.356 0-.369-.139-.703-.359-.964 1.802-.52 3.334-.536 3.361-.536.551-.002.998-.45.997-1.002-.001-.551-.447-.998-.999-.998-.221 0-5.451.038-8.707 3.293-.286.286-.372.716-.217 1.09.154.373.52.617.924.617 4.59 0 8.363 2.772 8.401 2.801.18.134.39.198.598.198.305 0 .605-.139.802-.4.33-.443.24-1.068-.201-1.399zm-14.893-2.907C12.452 11.038 7.221 11 7 11c-.552 0-.999.447-.999.998-.001.552.446 1 .998 1.002.026 0 1.558.016 3.361.536-.221.261-.36.595-.36.964 0 .123.019.241.047.356-2.716.918-4.533 2.259-4.647 2.344-.442.331-.531.958-.2 1.399.196.263.497.401.801.401.208 0 .419-.065.599-.2.037-.028 3.787-2.8 8.4-2.8.404 0 .769-.244.924-.617.155-.374.069-.804-.217-1.09zM16 29c2-5 13-5 13-3 0 1-8-1-13 3z"/><path fill="#CCD6DD" d="M18.406 18.033c2.678 2.676-3.974 15.524-5.25 16.8-1.05 1.05-4.2 1.05-5.25-1.05-1.05-2.1-4.2 0-5.25-1.05-2.1-2.1 1.05-3.15 0-5.25s-3.15-3.15-1.05-5.25 7.35-1.05 10.5-3.15c3.15-2.1 5.249-2.1 6.3-1.05z"/><path fill="#F5F8FA" d="M17.322 19.872c-.016-.062-.053-.113-.079-.17-.03-.066-.05-.135-.094-.194-.161-.218-.405-.374-.694-.415h-.001c-.137-.019-.274-.011-.406.022-.091.023-.169.071-.249.117-.038.021-.08.03-.115.056-.111.082-.206.185-.278.305-2.934 4.89-9.942 7.944-10.013 7.975-.533.229-.779.846-.55 1.379.171.398.558.636.965.636.138 0 .278-.027.413-.085.223-.096 4.055-1.77 7.425-4.712-2.068 3.825-5.23 5.995-5.273 6.025-.481.323-.61.974-.288 1.456.203.302.535.467.874.467.2 0 .402-.057.581-.176.273-.183 6.703-4.549 7.807-12.274.018-.14.009-.279-.025-.412z"/></svg>