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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#D1D3D4" d="M32.733 10.633C32.733 14.702 26.137 18 18 18S3.267 14.702 3.267 10.633 4.4 2 18 2c13.6 0 14.733 4.564 14.733 8.633z"/><path fill="#AF7E57" d="M32.167 13.466c-.318 0-.619.103-.904.258C29.903 6.108 24.486 1 18 1 11.513 1 6.097 6.108 4.737 13.724c-.285-.154-.586-.257-.904-.257C2.269 13.466 1 15.497 1 18c0 2.504 1.269 4.533 2.833 4.533.381 0 .743-.124 1.075-.342C6.503 29.574 11.753 35 18 35s11.497-5.426 13.091-12.81c.332.219.695.343 1.076.343C33.731 22.533 35 20.504 35 18c0-2.503-1.269-4.534-2.833-4.534z"/><path fill="#60352A" d="M11.201 19c-.367 0-.72-.203-.895-.553-.247-.494-.046-1.095.447-1.342l2.267-1.133c.495-.247 1.095-.045 1.342.447.247.494.046 1.095-.447 1.342l-2.267 1.133c-.144.072-.297.106-.447.106zm13.598 0c-.15 0-.303-.034-.446-.105l-2.267-1.133c-.494-.247-.694-.848-.447-1.342.246-.493.849-.695 1.342-.447l2.267 1.133c.494.247.694.848.447 1.342-.175.349-.529.552-.896.552z"/><path d="M26 14h-3c-.553 0-1-.448-1-1s.447-1 1-1h3c.553 0 1 .448 1 1s-.447 1-1 1zm-13 0h-3c-.552 0-1-.448-1-1s.448-1 1-1h3c.552 0 1 .448 1 1s-.448 1-1 1z" fill="#D1D3D4"/><path fill="#915A34" d="M18 30.333c-2.474 0-4.879-1.188-4.981-1.238-.493-.247-.693-.846-.447-1.34.246-.495.848-.692 1.34-.45.021.011 2.094 1.028 4.087 1.028 2.008 0 4.065-1.017 4.086-1.027.493-.244 1.096-.047 1.342.447.247.494.047 1.095-.447 1.342-.101.051-2.505 1.238-4.98 1.238zM19 25h-2c-.552 0-1-.447-1-1s.448-1 1-1h2c.553 0 1 .447 1 1s-.447 1-1 1z"/></svg>