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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FA743E" d="M27.001 27h-18c-2.209 0-4 1.791-4 4v5h26v-5c0-2.209-1.791-4-4-4z"/><path fill="#DD551F" d="M26.001 32h1v4h-1zm-17 0h1v4h-1z"/><path fill="#0B0200" d="M21.906 1.262c-2.02-.654-6.772-.475-7.96 1.069-3.089.059-6.713 2.851-7.188 6.535-.47 3.645.578 5.338.951 8.079.422 3.106 2.168 4.099 3.564 4.515C13.281 24.114 15.415 24 19 24c7 0 10.334-4.684 10.629-12.639.178-4.812-2.645-8.456-7.723-10.099z"/><path fill="#7C533E" d="M15 22v6c0 1.657 1.343 3 3 3s3-1.343 3-3v-6h-6z"/><path fill="#7C533E" d="M25.909 11.701c-.677-.938-1.545-1.693-3.446-1.96.713.327 1.396 1.455 1.485 2.079.089.624.178 1.129-.386.505-2.26-2.499-4.722-1.515-7.162-3.041-1.704-1.066-2.223-2.246-2.223-2.246s-.208 1.574-2.792 3.178c-.749.465-1.643 1.5-2.139 3.03C8.889 14.345 9 15.325 9 17c0 4.889 4.029 9 9 9s9-4.147 9-9c0-3.041-.319-4.229-1.091-5.299z"/><ellipse fill="#3D2E24" cx="18.001" cy="22" rx="2" ry="1"/><path fill="#3D2E24" d="M19 19.5h-2c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h2c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path fill="#583529" d="M14.504 3.729l-3.078-.177-.098-.572c-2.24 1.037-5.984 1.397-6.327 4.057-.226 1.753.727 5.016-.006 6.339l.494 2.891s.168.985 1.154.817c.985-.169.817-1.154.817-1.154l-.313-6.42c.56-.293 1.071-.706 1.351-1.101l1.671-2.361 4.189.239c.706.041 1.313-.499 1.352-1.206.04-.705-.5-1.31-1.206-1.352z"/><path fill="#7C533E" d="M4.44 5.537l1.823-2.575L6.448 0h3.865l.663 3.231 3.074.177c.706.043 1.246.648 1.206 1.354-.04.706-.646 1.246-1.352 1.206l-4.188-.239-1.671 2.36c-.28.395-.792.808-1.351 1.101l.313 6.42s.168.985-.817 1.154-1.154-.817-1.154-.817l-1.348-7.88.752-2.53z"/><path fill="#583529" d="M24.756 2.487l-.182 1.065-3.078.177c-.706.042-1.246.647-1.206 1.354.04.706.646 1.246 1.352 1.206l4.189-.239 1.671 2.361c.28.395.792.808 1.351 1.101l-.313 6.42s-.169.985.817 1.154c.985.168 1.154-.817 1.154-.817l1.176-6.876c-1.187-2.777-3.925-5.294-6.931-6.906z"/><path fill="#7C533E" d="M31.56 5.537l-1.823-2.575L29.552 0h-3.865l-.663 3.231-3.074.177c-.706.043-1.246.648-1.206 1.354.04.706.646 1.246 1.352 1.206l4.189-.239 1.671 2.361c.28.395.792.808 1.351 1.101l-.313 6.42s-.168.985.817 1.154 1.154-.817 1.154-.817l1.348-7.881-.753-2.53z"/><path d="M23.906 15.056c-.088-.071-.213-.074-.305-.007-.006.005-.63.451-1.851.451-1.22 0-1.845-.446-1.85-.45-.091-.068-.217-.067-.306.004-.089.071-.119.193-.073.297.03.068.751 1.649 2.229 1.649 1.479 0 2.199-1.581 2.229-1.648.046-.104.016-.225-.073-.296zm-7.5 0c-.088-.071-.213-.074-.305-.007-.006.005-.63.451-1.851.451-1.22 0-1.845-.446-1.85-.45-.091-.068-.217-.067-.306.004-.089.071-.119.193-.073.297.03.068.751 1.649 2.229 1.649 1.479 0 2.199-1.581 2.229-1.648.045-.104.016-.225-.073-.296z"/></svg>