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
908 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#99AAB5" d="M33 36H4c4 0 3-9 3-9 0-2.209 1.791-15 4-15h21s4 0 4 4v17s0 3-3 3z"/><path fill="#CCD6DD" d="M30 33c0 3 3 3 3 3H3s-3 0-3-4V4c0-2.209 1.791-4 4-4h22c2.209 0 4 1.791 4 4v29z"/><path fill="#99AAB5" d="M27 20c0 .553-.447 1-1 1h-8c-.552 0-1-.447-1-1 0-.553.448-1 1-1h8c.553 0 1 .447 1 1zm0-4c0 .553-.447 1-1 1h-8c-.552 0-1-.447-1-1 0-.553.448-1 1-1h8c.553 0 1 .447 1 1zm0-4c0 .553-.447 1-1 1h-8c-.552 0-1-.447-1-1 0-.553.448-1 1-1h8c.553 0 1 .447 1 1zm0 12c0 .553-.447 1-1 1H4c-.552 0-1-.447-1-1 0-.553.448-1 1-1h22c.553 0 1 .447 1 1zm0 4c0 .553-.447 1-1 1H4c-.552 0-1-.447-1-1 0-.553.448-1 1-1h22c.553 0 1 .447 1 1zm0 4c0 .553-.447 1-1 1H4c-.552 0-1-.447-1-1 0-.553.448-1 1-1h22c.553 0 1 .447 1 1zM25 9s2 0 2-2V5s0-2-2-2H5S3 3 3 5v2s0 2 2 2h20z"/><path fill="#55ACEE" d="M13 21s2 0 2-2v-6s0-2-2-2H5s-2 0-2 2v6s0 2 2 2h8z"/></svg>