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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#CCD6DD" d="M6.719 9.987L8.667 31h18.5l2.145-21.719z"/><path fill="#E27E00" d="M28.583 19.229l-21.476.146s1.06 10.875 3.372 10.875H25.5c2.362 0 3.083-11.021 3.083-11.021z"/><path fill="#FFB900" d="M17.984 17.438c-5.468 0-9.901.831-9.901 1.855 0 .028.016.055.022.082.15.642 2.037 1.199 4.809 1.51l10.344-.023c2.661-.315 4.459-.86 4.606-1.486.006-.027.022-.054.022-.082-.001-1.026-4.434-1.856-9.902-1.856z"/><path fill="#F4BD61" d="M16.396 21.122l1.937.961 5.473-.92-.565-.302c-1.523.181-3.322.287-5.257.287-.542 0-1.07-.01-1.588-.026z"/><path fill="#F1F2F2" d="M19 18.292l-6.203.833 3.599 1.997c.518.016 1.046.026 1.588.026 1.935 0 3.734-.106 5.257-.287L19 18.292z"/><path fill="#E9AB61" d="M18.299 27.76l4.439-1.359 1.068-5.238-5.473.92z"/><path fill="#E4973E" d="M16.396 21.122c-1.251-.038-2.421-.12-3.467-.238l.464 5.264 4.906 1.612.034-5.677-1.937-.961z"/><path fill="#D1D3D4" d="M12.797 19.125l.132 1.76c1.046.118 2.216.2 3.467.238l-3.599-1.998z"/><path fill="#8899A6" d="M30.088 7.83c-.649-.048-1.217.418-1.276 1.064l-1.478 16.255C26.764 28.233 25.376 30 21 30h-6c-4.596 0-5.896-1.947-6.414-5.324L7.151 8.894c-.059-.646-.624-1.12-1.276-1.064-.646.059-1.122.63-1.063 1.276l2.005 22.049c.256 1.919 1.41 3.02 3.165 3.02h16c2.535 0 3.022-1.737 3.17-3.068l2-22c.058-.647-.418-1.218-1.064-1.277z"/><path fill="#CCD6DD" d="M31.2 8.998c0 1.85-4.028 3.35-13.2 3.35s-13.2-1.5-13.2-3.35c0-1.851 4.028-3.35 13.2-3.35s13.2 1.499 13.2 3.35z"/><path fill="#FFF" d="M30.529 9.103c-.286-.471-.901-.621-1.374-.336-2.333 1.416-8.813 1.604-11.121 1.546-.008 0-.014.004-.022.004-.007 0-.014-.004-.021-.004-2.3.057-8.785-.129-11.121-1.546-.472-.286-1.087-.137-1.374.336s-.136 1.087.336 1.374c2.795 1.696 9.322 1.842 11.495 1.842.37 0 .607-.004.685-.005.078.001.314.005.685.005 2.173 0 8.7-.147 11.495-1.842.473-.288.623-.902.337-1.374z"/></svg>