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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><ellipse fill="#C63900" cx="18" cy="19.024" rx="15" ry="3.529"/><path fill="#FA743E" d="M26.276 28.276h-16c-2.486 0-4.774 1.443-5.762 3.449-.368-.415-.907-.619-1.514-.619-1.1 0-2 .935-2 1.998V36h31v-1.931c0-3.199-2.411-5.793-5.724-5.793z"/><path fill="#7C533E" d="M14 25v3.234c0 .004.011.007.015.011.132.237 3.737 6.739 3.989 6.739.253 0 3.854-6.502 3.985-6.739.004-.004.01-.007.01-.011V25H14z"/><path fill="#664131" d="M14 27.598c1.115 1.259 2.497 1.6 4 1.6 1.502 0 2.884-.342 4-1.6v-3.2h-8v3.2z"/><path fill="#D1D3D4" d="M17.982 13.557c-2.61 0-5.654 3.198-9.115 3.885.143 1.499.597 2.619.802 4.127.337 2.477 1.73 3.27 2.843 3.601 1.602 2.116 3.305 2.026 6.164 2.026 5.483 0 8.14-3.609 8.457-9.747-3.476-.692-6.532-3.892-9.151-3.892z"/><path fill="#7C533E" d="M24.315 17.386c-.54-.748-1.232-1.35-2.748-1.564.569.261 1.114 1.161 1.185 1.658.071.498.142.9-.308.403-1.803-1.993-3.767-1.208-5.714-2.426-1.359-.851-1.773-1.791-1.773-1.791s-.166 1.256-2.227 2.535c-.598.371-1.31 1.197-1.706 2.417-.284.877-.196 1.659-.196 2.995 0 3.9 3.214 7.179 7.179 7.179s7.179-3.308 7.179-7.179c-.001-2.426-.255-3.374-.871-4.227z"/><path fill="#3D2E24" d="M18.798 23.607h-1.595c-.22 0-.399-.178-.399-.399 0-.22.178-.399.399-.399h1.595c.22 0 .399.178.399.399-.001.221-.179.399-.399.399z"/><path d="M14.809 20.815c-.441 0-.798-.357-.798-.798v-.797c0-.44.357-.798.798-.798.44 0 .798.357.798.798v.798c0 .44-.357.797-.798.797zm6.382 0c-.44 0-.798-.357-.798-.798v-.797c0-.44.357-.798.798-.798.44 0 .798.357.798.798v.798c-.001.44-.358.797-.798.797z"/><path fill="#3D2E24" d="M17.997 26.465c-2.359 0-3.084-.604-3.204-.726-.22-.219-.22-.575 0-.794.212-.212.552-.218.773-.02.044.032.617.417 2.431.417 1.886 0 2.429-.416 2.435-.42.219-.218.564-.208.783.013.219.219.207.585-.012.804-.123.122-.847.726-3.206.726"/><path fill="#FA743E" d="M25.765 15.157C24.537 12.47 18.793 0 18 0s-6.537 12.47-7.765 15.157C5.415 16.001 3 17.595 3 19c6-2 11-2.443 15-2.443S27 17 33 19c0-1.405-2.415-2.999-7.235-3.843z"/><path fill="#D99E82" d="M5 36H3V11.862L2 8h4l-1 3.862z"/><circle fill="#55ACEE" cx="4" cy="6" r="3"/><circle fill="#B0F0FF" cx="3.5" cy="5.5" r="1.5"/><path fill="#7C533E" d="M7 30.5C7 32.433 5.657 34 4 34s-3-1.567-3-3.5S2.343 28 4 28s3 .567 3 2.5z"/></svg>