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
843 B
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="M32.828 9c0 3.314-2.685 6-6 6-3.312 0-6-2.686-6-6h12zm0-6h-12c-.553 0-1 .448-1 1 0 .182.049.569.134 1.007-.045-.002-.088-.007-.134-.007-1.104 0-2 .448-2 1s.896 1 2 1c.37 0 .684-.003.971-.008.01.002.019.008.029.008h12c.553 0 1-2.448 1-3s-.447-1-1-1zm-.18 15.18L20.828 30c0 1.104.896 2 2 2h8c1.105 0 2-.896 2-2V19c0-.293-.066-.569-.18-.82zM29.828 17h-7c-.057 0-.11.012-.166.017-1.318-.07-2.796.118-3.248.569l-5.828 6c-.781.781-.781 2.048 0 2.829.781.78 2.047.78 2.829 0l4.413-4.544V26l9-9z"/><path fill="#F5F8FA" d="M15 28H6v-9c0-1.104-.896-2-2-2s-2 .896-2 2v9c0 1.104.896 2 2 2 0 1.104.896 2 2 2h9c1.104 0 2-.896 2-2s-.896-2-2-2z"/></svg>