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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#99AAB5" d="M30 33c-2.417 0-5-1.313-5-5 0-2.071 1.118-3.478 2.199-4.838.423-.532.851-1.07 1.239-1.666C26.883 20.077 25.172 19 24 19v-2c1.621 0 3.603 1.133 5.382 2.67.378-.995.618-2.177.618-3.67h2c0 2.169-.448 3.816-1.077 5.149 1.445 1.542 2.591 3.23 3.025 4.534.688 2.066.483 4.228-.535 5.642C32.635 32.405 31.422 33 30 33zm-.13-10.052c-.368.53-.747 1.008-1.105 1.458C27.779 25.646 27 26.627 27 28c0 2.479 1.632 3 3 3 .784 0 1.387-.284 1.791-.845.64-.888.741-2.395.261-3.839-.327-.978-1.15-2.202-2.182-3.368z"/><path fill="#FFAC33" d="M21.252 10H9c-2.209 0-3.883 1.791-3.74 4l1.17 18c.144 2.209 1.775 4 3.645 4h10.102c1.869 0 3.501-1.791 3.645-4l1.171-18c.142-2.209-1.532-4-3.741-4z"/><path fill="#AAB8C2" d="M26 33H4c-.552 0-1 .447-1 1v2h24v-2c0-.553-.447-1-1-1z"/><path fill="#FFAC33" d="M31 10c-.553 0-1-.448-1-1V5.764l2.105-4.211c.248-.494.848-.695 1.342-.447.494.247.694.848.447 1.342L32 6.236V9c0 .552-.447 1-1 1z"/><path fill="#BE1931" d="M33.5 16h-.777c.172-.295.277-.634.277-1v-4c0-.738-.404-1.376-1-1.723V9c0-.552-.447-1-1-1s-1 .448-1 1v.277c-.596.347-1 .984-1 1.723v4c0 .366.105.705.277 1H28.5c-.276 0-.5.224-.5.5s.224.5.5.5h5c.276 0 .5-.224.5-.5s-.224-.5-.5-.5z"/><path fill="#99AAB5" d="M25 14c0 .552.447 1 1 1h5c.553 0 1-.448 1-1s-.447-1-1-1h-5c-.553 0-1 .448-1 1z"/><path fill="#E1E8ED" d="M27 14c0 2.209-1.791 4-4 4H7c-2.209 0-4-1.791-4-4V4c0-2.209 1.791-4 4-4h16c2.209 0 4 1.791 4 4v10z"/><path fill="#66757F" d="M25 14c0 1.104-.896 2-2 2H7c-1.104 0-2-.896-2-2V4c0-1.104.896-2 2-2h16c1.104 0 2 .896 2 2v10z"/><path fill="#AAB8C2" d="M13 5h9v3h-9z"/></svg>