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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#9266CC" 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="#FFF" d="M30.069 7.711c-.863-1.397-2.322-2.188-4.033-2.188-3.595 0-5.682 3.404-6.456 10.358C19.438 17.166 18.542 24.447 18 28c0 0-1.596-10.834-1.739-12.119-.773-6.954-2.86-10.358-6.455-10.358-1.711 0-3.17.79-4.033 2.188-.918 1.485-1.026 3.478-.282 4.966.37.741 1.274 1.038 2.017.668.741-.371 1.043-1.273.673-2.014-.24-.481-.527-2.956 1.66-2.956 2.196 0 3.197 5.019 3.688 7.791C14.021 18.938 15.999 29.994 16 30c.229.938.857 2 2 2s1.833-1.021 1.984-2c.006-.041 1.652-10.023 2.328-13.834.492-2.772 1.492-7.791 3.688-7.791 2.187 0 1.9 2.475 1.66 2.956-.37.741-.068 1.644.673 2.014.743.371 1.647.073 2.017-.668.745-1.488.637-3.481-.281-4.966z"/></svg>