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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path d="M14.849 17.549c.274 1.01-.334 2.049-1.36 2.322l-.247.065c-1.026.27-2.079-.33-2.354-1.341L7.174 4.935c-.471-1.641-.147-3.183 1.28-3.6l.449-.103c1.025-.271 1.625.424 1.899 1.434l4.047 14.883zm6.939.902c-.192 1.075-1.233 1.794-2.325 1.604l-.087-.015c-1.091-.189-1.82-1.216-1.627-2.291l2.686-15.01c.192-1.075.713-1.814 1.804-1.625l.241.073c2.77.657 1.621 4.337 1.993 2.254l-2.685 15.01z" fill="#90603E"/><path fill="#AF7E57" d="M11.136 19.038c.259.967-.314 1.961-1.281 2.221l-.362.097c-.967.259-1.961-.314-2.22-1.281L4.069 8.121c-.258-.967.316-1.962 1.283-2.221l.361-.097c.967-.26 1.961.314 2.221 1.281l3.202 11.954zm4.554-2.32c.269 1-.325 2.028-1.325 2.296l-.242.065c-1 .268-2.028-.326-2.296-1.326L7.88 3.022c-.269-1 .325-2.028 1.325-2.296l.242-.065c1-.268 2.028.326 2.297 1.326l3.946 14.731zm4.994 1.204c-.18 1.02-1.152 1.701-2.172 1.521l-.246-.044c-1.02-.18-1.701-1.152-1.521-2.172L19.393 2.21c.18-1.02 1.152-1.701 2.172-1.521l.246.043c1.02.18 1.701 1.153 1.522 2.173l-2.649 15.017zm4.902.991c-.168.952-1.074 1.588-2.027 1.42l-.492-.087c-.952-.168-1.587-1.075-1.42-2.027L24.166 3.94c.168-.951 1.075-1.588 2.026-1.42l.493.087c.952.168 1.587 1.076 1.419 2.027l-2.518 14.279zm3.341 8.446c-.522.903-1.677 1.213-2.581.691l-.191-.111c-.904-.522-1.214-1.677-.691-2.58l5.609-9.718c.522-.903 1.678-1.214 2.582-.692l.191.111c.904.521 1.213 1.678.691 2.581l-5.61 9.718z"/><path fill="#AF7E57" d="M6.183 16.007C6.583 17.5 6 21.192 6 24s2.125 12 12 12 10.5-8.234 12-10.666c1.5-2.432-.833-6.375-2-4.375s-2.934 1.163-2.333-2.375-3.12-5.464-3.636-2.544c-.438 2.477-1.438 1.753-.854-.913.583-2.667-3.514-3.42-4.177.207-.487 2.667-1.452.892-1.851-.637s-4.484-1.664-3.951.709c.761 3.387-.005 4.067-1.114-.071-.704-2.625-3.901.672-3.901.672z"/><path fill="#90603E" d="M26.459 22.015c.023-.002.046-.008.069-.011-.389-.068-.713-.439-.873-1.106-1.917.248-4.586.713-6.655 2.736-2.556 2.499-2.992 5.2-2.971 7.007.017 1.457.812 2.147 1.045-.012.301-2.795 2.348-8.04 9.385-8.614z"/></svg>