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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><g fill="#31373D"><path d="M22.597 14.435c-.256 0-.512-.098-.707-.293-.391-.39-.391-1.023 0-1.414l4.272-4.272V4.304c0-.265.105-.52.293-.707l2.282-2.283c.391-.391 1.023-.391 1.414 0 .391.39.391 1.023 0 1.414l-1.989 1.99V8.87c0 .265-.105.52-.293.707l-4.565 4.565c-.196.195-.451.293-.707.293zm-6.613 4.687c-.304 0-.604-.138-.801-.4-3.073-4.096-6.224-4.287-11.99-4.287-.552 0-1-.448-1-1s.448-1 1-1c5.461 0 9.774 0 13.589 5.087.332.442.242 1.069-.2 1.4-.179.135-.389.2-.598.2z"/><path d="M20.108 19.122c-.209 0-.419-.065-.599-.2-.442-.331-.532-.958-.2-1.4 3.815-5.087 8.129-5.087 13.59-5.087.553 0 1 .448 1 1s-.447 1-1 1c-5.766 0-8.918.191-11.99 4.287-.196.262-.496.4-.801.4zm-6.642-4.687c-.256 0-.512-.098-.707-.293L8.193 9.577c-.187-.188-.293-.442-.293-.707V4.718l-1.99-1.99c-.391-.391-.391-1.023 0-1.414s1.023-.391 1.414 0l2.283 2.283c.188.188.293.442.293.707v4.151l4.272 4.272c.391.391.391 1.023 0 1.414-.194.196-.45.294-.706.294zM5.477 34.979c-.256 0-.512-.098-.707-.293-.391-.391-.391-1.023 0-1.414l3.309-3.31 3.352-6.702c.247-.494.847-.693 1.342-.447.494.247.694.848.447 1.342l-3.424 6.848c-.048.096-.111.184-.188.26l-3.424 3.424c-.196.194-.452.292-.707.292zm25.109 0c-.256 0-.512-.098-.707-.293l-3.424-3.424c-.076-.076-.14-.164-.188-.26l-3.425-6.848c-.247-.494-.047-1.095.447-1.342.494-.245 1.094-.047 1.342.447l3.353 6.702 3.309 3.31c.391.391.391 1.023 0 1.414-.195.196-.451.294-.707.294z"/></g><ellipse fill="#31373D" cx="18.031" cy="24.848" rx="6.848" ry="9.131"/><ellipse transform="rotate(-49.506 10.17 19.724)" opacity=".5" fill="#E1E8ED" cx="10.171" cy="19.724" rx="9.437" ry="5.936"/><ellipse transform="rotate(-40.494 25.387 19.723)" opacity=".5" fill="#E1E8ED" cx="25.388" cy="19.724" rx="5.936" ry="9.437"/><ellipse fill="#BE1931" cx="15" cy="6" rx="2" ry="2.5"/><ellipse fill="#BE1931" cx="21" cy="6" rx="2" ry="2.5"/><ellipse fill="#31373D" cx="18.031" cy="11.723" rx="5.707" ry="5.136"/><circle fill="#31373D" cx="18.031" cy="6.587" r="3.424"/></svg>