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="#269" d="M36 32c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V4c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v28z"/><path fill="#F5F8FA" d="M31 11c0 3.314-2.687 6-6 6s-6-2.686-6-6h12zm0-6H19c-.553 0-1 .448-1 1 0 .182.049.569.134 1.007C18.089 7.005 18.046 7 18 7c-1.104 0-2 .448-2 1s.896 1 2 1c.37 0 .684-.003.971-.008.009.002.019.008.029.008h12c.553 0 1-2.448 1-3s-.447-1-1-1zM15 26c-5.013 0-7.558-3.731-7.664-3.891-.613-.919-.364-2.161.555-2.774.919-.615 2.161-.364 2.773.555.049.07 1.509 2.11 4.336 2.11 2.85 0 4.322-2.088 4.336-2.109.612-.919 1.854-1.17 2.774-.555.919.612 1.167 1.854.555 2.774C22.559 22.269 20.013 26 15 26z"/><path fill="#F5F8FA" d="M28 19h-7c-1.104 0-2 .896-2 2v7l9-9zm2.82 1.18L19 32c0 1.104.896 2 2 2h8c1.104 0 2-.896 2-2V21c0-.293-.066-.569-.18-.82zM12 3.04L6 4.47c-.154.044-.295.125-.426.224L11 5.96c.552.157 1 .733 1 1.285v5.795c.552-.157 1-.732 1-1.285v-8c0-.553-.448-.872-1-.715z"/><path fill="#F5F8FA" d="M10 16.755c0 .553-.448.872-1 .715l-5-1.43c-.552-.157-1-.732-1-1.285v-8c0-.553.448-.872 1-.715l5 1.43c.552.157 1 .733 1 1.285v8z"/></svg>