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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#292F33" d="M32 36v-2c0-3.313-2.687-6-6-6H10c-3.313 0-6 2.687-6 6v2h28z"/><path fill="#BE1931" d="M18 12C6.667 12 2 17 2 17c0 2 4.761 9.393 7 11.617C10.897 30.502 15.113 35 18 35s7.103-4.498 9-6.383C29.239 26.393 34 19 34 17c0 0-4.667-5-16-5z"/><path fill="#C1694F" d="M18.75 19.75h-1.5c-.413 0-.75-.337-.75-.75s.337-.75.75-.75h1.5c.413 0 .75.337.75.75s-.337.75-.75.75z"/><path fill="#AF7E57" d="M14.291 28.246c1.553 1.129 2.959 1.039 3.709 1.039s2.325.09 3.697-1.006l.012-4.387h-7.418v4.354z"/><path fill="#9B6A49" d="M14.287 25.557c1.033 1.168 2.315 1.484 3.709 1.484 1.393 0 2.674-.317 3.709-1.484V22.59h-7.418v2.967z"/><path fill="#292F33" d="M21.289 4.83c-1.763-.57-5.91-.415-6.947.933-2.696.052-5.858 2.488-6.273 5.703-.41 3.181.504 4.658.829 7.051.369 2.71 1.892 3.577 3.111 3.94 1.753 2.315 3.616 2.216 6.744 2.216 6.109 0 9.018-4.087 9.275-11.03.156-4.199-2.308-7.379-6.739-8.813z"/><path fill="#AF7E57" d="M24.909 13.94c-.591-.818-1.348-1.477-3.007-1.711.622.285 1.218 1.27 1.296 1.814.078.544.156.985-.337.441-1.973-2.181-4.121-1.322-6.251-2.654-1.487-.931-1.94-1.96-1.94-1.96s-.181 1.374-2.437 2.774c-.654.406-1.434 1.309-1.866 2.644-.311.959-.215 1.815-.215 3.276 0 4.267 3.516 7.854 7.854 7.854s7.854-3.619 7.854-7.854c.001-2.654-.277-3.691-.951-4.624z"/><path fill="#915A34" d="M18.873 20.745h-1.745c-.241 0-.436-.195-.436-.436s.195-.436.436-.436h1.745c.241 0 .436.195.436.436s-.195.436-.436.436z"/><path fill="#DD2E44" d="M14.509 17.691c-.482 0-.873-.391-.873-.873v-.873c0-.482.391-.873.873-.873s.873.391.873.873v.873c0 .482-.391.873-.873.873zm6.982 0c-.482 0-.873-.391-.873-.873v-.873c0-.482.391-.873.873-.873s.873.391.873.873v.873c-.001.482-.391.873-.873.873z"/><path fill="#AF7E57" d="M22.239 28c0 1.92-1.564 7-4.239 7s-4.239-5.019-4.239-7h8.478zM11.031 14.595c.503.048.662 3.214-.529 3.81-2.664 1.332-3.471-3.793-3.471-5.125 0-1 2.438 1.167 4 1.315zm13.938 0c-.503.048-.662 3.214.529 3.81 2.664 1.332 3.471-3.793 3.471-5.125 0-1-2.438 1.167-4 1.315z"/><path fill="#915A34" d="M17.996 24.504c-2.754 0-3.6-1.904-3.741-2.045-.256-.256-.256-.671 0-.927.248-.248.645-.255.902-.024.052.038.721.487 2.839.487 2.2 0 2.836-.485 2.842-.49.255-.255.656-.243.913.013.256.256.242.684-.014.94-.141.142-.986 2.046-3.741 2.046z"/><path fill="#915A34" d="M15.563 22.004c-.331 0-.637.149-.84.41-.203.261-.274.594-.194.915.008.034.02.067.036.098l1.012 2.072c.084.172.258.281.449.281h.009c.194-.003.369-.119.448-.296l.88-1.973c.012-.027.021-.054.028-.082.064-.257.018-.521-.13-.741-.173-.258-.479-.441-.817-.489l-.767-.18c-.038-.011-.076-.015-.114-.015z"/><path fill="#F5F8FA" d="M16.371 22.692l-.809-.188c-.368 0-.639.346-.549.703l1.012 2.072.88-1.973c.08-.32-.212-.568-.534-.614z"/><path fill="#915A34" d="M20.391 22.004c-.038 0-.076.004-.113.013l-.809.188c-.297.041-.602.224-.775.482-.148.221-.195.484-.13.741.007.028.017.056.028.082l.88 1.973c.079.177.254.293.448.296h.009c.191 0 .365-.109.449-.281l1.012-2.072c.015-.031.027-.064.036-.098.08-.321.009-.654-.194-.915-.204-.259-.51-.409-.841-.409z"/><path fill="#F5F8FA" d="M19.582 22.692l.809-.188c.368 0 .639.346.549.703l-1.012 2.072-.88-1.973c-.079-.32.212-.568.534-.614z"/></svg>