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="#9AAAB4" d="M30.169 8.15L15.32 23s-.707-2.121.707-3.535L28.755 6.736l1.414 1.414z"/><path fill="#67757F" d="M28.755 6.736c-1.952 1.953-2.586 4.484-1.414 5.656s3.705.539 5.657-1.414c1.952-1.952 2.586-4.484 1.414-5.656-1.172-1.172-3.704-.539-5.657 1.414zm1.414 1.414c1.172-1.172 2.438-1.805 2.829-1.414.392.391-.243 1.656-1.415 2.828-1.171 1.172-2.437 1.805-2.828 1.414-.391-.39.243-1.656 1.414-2.828z"/><path fill="#FFAC33" d="M19.629 11.361c.178-4.812-2.645-8.456-7.723-10.099-2.02-.654-6.772-.475-7.96 1.069C2.632 2.357 1.224 2.88 0 3.752V12l15.399 10.066c1.147-.887 2.038-2.083 2.713-3.528C20.273 20.831 23 20.447 23 20.447c-3.709-2.863-3.371-9.086-3.371-9.086z"/><path fill="#FA743E" d="M20.61 29.303C19.97 27.946 18.6 27 17 27H0v9h21v-5c0-.609-.147-1.18-.39-1.697z"/><path fill="#DD551F" d="M16 32h1v4h-1z"/><path fill="#FFDC5D" d="M15.909 11.701c-.677-.938-1.544-1.693-3.445-1.96.713.327 1.396 1.455 1.485 2.079.089.624.178 1.129-.386.505C11.302 9.826 8.84 10.81 6.4 9.284 4.695 8.217 4.177 7.038 4.177 7.038s-.208 1.574-2.792 3.178c-.452.28-.947.792-1.385 1.469v9.39c1.042 2.02 2.834 3.598 5 4.38V28c0 1.657 1.343 3 3 3s3-1.343 3-3v-2.539c1.795-.651 3.333-1.852 4.399-3.395C16.406 20.608 17 18.857 17 17c0-3.041-.318-4.229-1.091-5.299z"/><path fill="#C1694F" d="M12 22H4s1 2 4 2 4-2 4-2zm-3-2.5H7c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h2c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path fill="#662113" d="M4 16c-.552 0-1-.448-1-1v-1c0-.552.448-1 1-1s1 .448 1 1v1c0 .552-.448 1-1 1zm8 0c-.552 0-1-.448-1-1v-1c0-.552.448-1 1-1s1 .448 1 1v1c0 .552-.448 1-1 1z"/><path fill="#9AAAB4" d="M24 6v21s2-1 2-3V6h-2z"/><circle fill="#67757F" cx="25" cy="12" r="1"/><path fill="#67757F" d="M23 1c-1.657 0-3 2.239-3 5s1.343 5 3 5 3-2.239 3-5-1.343-5-3-5zm0 8c-.553 0-1-1.343-1-3s.447-3 1-3 1 1.343 1 3-.447 3-1 3z"/></svg>