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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#662113" d="M9.294 7.969l.55-.372v-.395c0-.276-.224-.5-.5-.5h-2c-.276 0-.5.224-.5.5V9.07l.632.428-.632.427v4.277h3V8.341l-.55-.372z"/><path fill="#D99E82" d="M31 21v-5l-5.965-5.965-2.41 1.507.167-3.75L18 3 5 16v7h2v1H5v9h26v-5.5h-1v-1h1V22h-2v-1z"/><path fill="#C1694F" d="M10 26h4v6h-4zm0-9h4v4h-4zm12.5 9h4v4h-4z"/><path fill="#BCBEC0" d="M33.5 33.5c0 .828-.672 1.5-1.5 1.5H4c-.828 0-1.5-.672-1.5-1.5S3.172 32 4 32h28c.828 0 1.5.672 1.5 1.5z"/><path d="M31.707 15.293l-5.802-5.802-1.74 1.088 6.128 6.128c.195.195.451.293.707.293s.512-.098.707-.293c.391-.391.391-1.023 0-1.414zm-8.854-8.855l-4.146-4.146c-.391-.391-1.023-.391-1.414 0l-13 13c-.391.391-.391 1.023 0 1.414s1.023.391 1.414 0L18 4.414l4.732 4.732.121-2.708z" fill="#292F33"/><path fill="#662113" d="M24.42 10.42l-1.795 1.122.125-2.792-1.979-1.979-1.625 7.417 3.687 1.729-2.75 7.666L27 17l-1-5zM8.997 18.918l5.58-1.722.428 1.389-5.58 1.721zm-.318 10.848l5.753-2.952.664 1.293-5.754 2.952zm18.489-.274l-5.58-1.722.429-1.388 5.58 1.721z"/><path fill="#662113" d="M14.728 31.046l-5.99-2.705.597-1.324 5.99 2.704z"/></svg>