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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFCC4D" d="M17.182 23H9.818s1.353 6.5 2.351 9.752C13.167 36.006 16.773 36 17.591 36c1.635 0 4.424.006 5.422-3.248C24.01 29.5 26.183 23 26.183 23h-9.001z"/><path fill="#FFAC33" d="M18 28c3.46 0 5.831-.751 7.097-1.725.349-1.06.653-1.977.85-2.569-.15-.25-.373-.487-.67-.706H10.723c-.341.252-.585.526-.732.817.109.508.262 1.214.447 2.037C11.527 27.024 14.055 28 18 28z"/><path fill="#FFCC4D" d="M9 20v3c0 1.657 4.03 3 9 3s9-1.343 9-3v-3H9z"/><path fill="#F4900C" d="M26.183 20.5c0 1.381-3.664 2.5-8.183 2.5s-8.182-1.119-8.182-2.5S13.481 18 18 18s8.183 1.119 8.183 2.5z"/><path fill="#FFE8B6" d="M26.902 13.908c.218-.939.159-1.941-.258-2.942-.404-.969-1.106-1.726-1.956-2.239.19-.709.154-1.469-.179-2.228-.501-1.145-1.589-1.903-2.814-2.113.152-.341.214-.76.039-1.288-.595-1.782-2.97-.584-4.751-2.959-1.476.885-1.777 2.208-1.707 3.315-1.352.241-2.132.532-2.132.532v.001c-.808.327-1.379 1.119-1.379 2.044 0 .49.165.939.436 1.305l-.48.179.001.002c-1.384.517-2.36 1.767-2.36 3.229 0 .622.191 1.197.5 1.702C8.176 13.198 7 14.838 7 16.754c0 2.495 1.989 4.518 4.508 4.712 2.663.826 7.99.6 12.076-.091 2.371-.4 4.791-1.82 4.791-4.225 0-1.295-.576-2.445-1.473-3.242z"/><path d="M14.75 18.212c-2.24.634-5.602.796-7.39.314.725 1.744 2.478 2.977 4.535 2.977 6.145 0 12.417-4.183 12.417-4.183 1.969-1.226 2.972-3.16 2.649-5.188-2.042 2.888-9.869 5.417-12.211 6.08zm-1.615-3.981c4.739 0 9.575-3.069 9.575-3.069 1.583-.937 2.372-2.438 2.02-3.994-6.026 3.918-11.564 5.07-14.918 5.198.633 1.104 1.876 1.865 3.323 1.865zm-1.302-7.676c.236.964 1.1 1.681 2.136 1.681.655 0 1.312-.111 1.936-.277.384-.116.764-.24 1.143-.375 1.456-.565 2.517-1.291 2.517-1.291 1.056-.677 2.143-1.873 2.143-1.873s.369-.831-.25-1.319c-1.745 1.748-7.313 3.478-9.625 3.454z" fill="#FFD983"/></svg>