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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><ellipse fill="#929497" cx="18" cy="23.949" rx="18" ry="10"/><ellipse fill="#CCD6DC" cx="18" cy="22.199" rx="18" ry="10"/><path fill="#F19020" d="M32 20.393c0 4.295-6.268 7.778-14 7.778S4 24.688 4 20.393s6.268-7.778 14-7.778 14 3.483 14 7.778z"/><path fill="#FAAA35" d="M32 18.239c0 4.295-6.268 7.778-14 7.778S4 22.534 4 18.239s6.268-7.778 14-7.778 14 3.483 14 7.778z"/><path fill="#F19020" d="M32 16.085c0 4.295-6.268 7.778-14 7.778S4 20.381 4 16.085s6.268-7.778 14-7.778 14 3.483 14 7.778z"/><path fill="#FAAA35" d="M32 13.932c0 4.295-6.268 7.778-14 7.778S4 18.227 4 13.932s6.268-7.778 14-7.778 14 3.482 14 7.778z"/><path fill="#F19020" d="M32 11.778c0 4.295-6.268 7.778-14 7.778S4 16.073 4 11.778 10.268 4 18 4s14 3.483 14 7.778z"/><path fill="#E18524" d="M28.316 23.498c-.726.439-1.542.832-2.431 1.17.119.557.468.846.87.846.601 0 1.32-.647 1.561-2.016"/><path fill="#E5922E" d="M28.401 21.292c-.765.471-1.632.89-2.583 1.247.013.708.024 1.262.024 1.691 0 .161.015.307.043.438.889-.337 1.705-.73 2.431-1.17.053-.304.083-.643.083-1.018l.002-1.188"/><path fill="#E18524" d="M28.41 19.132c-.776.479-1.658.905-2.625 1.265.009.834.021 1.543.032 2.142.95-.356 1.818-.775 2.583-1.247.003-.829.006-1.553.01-2.16"/><path fill="#E5922E" d="M28.433 16.955l-2.658 1.284c0 .799.005 1.516.011 2.158.967-.36 1.849-.786 2.625-1.265.009-1.401.022-2.177.022-2.177"/><path fill="#D17A28" d="M15.341 6.359c-3.971-1.211-5.645-.6-5.384 2.524.067.808-1.043 2.154-2.154 2.928-2.583 1.8-1.473 4.809 2.962 2.591 2.221-1.11 5.46-1.035 9.389.168 3.298 1.01 5.351 2.187 5.62 3.668.875-.296 1.942-.759 2.659-1.284-.271-.614-1.481-2.418-3.399-3.259-3.628-1.591-.124-3.884 2.591-4.442 2.457-.505.034-2.356-3.702-2.288-3.735.068-2.796 1.16-8.582-.606z"/><path fill="#FAAA35" d="M22.122 8.571s.107 1.247-.315 1.487l-3.046 1.736c-.421.24-1.102.24-1.523 0l-3.046-1.736c-.421-.24-.316-1.511-.316-1.511l8.246.024z"/><path fill="#FFD882" d="M21.807 8.113c.221.126.326.293.315.458-.01.149-.115.296-.315.41l-3.046 1.736c-.421.24-1.102.24-1.523 0l-3.046-1.736c-.21-.12-.316-.277-.316-.434 0-.157.105-.314.316-.434l3.046-1.736c.421-.24 1.102-.24 1.523 0l3.046 1.736z"/></svg>