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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><circle fill="#67757F" cx="13" cy="33" r="3"/><circle fill="#67757F" cx="32" cy="33" r="3"/><path fill="#67757F" d="M13 32h19v2H13z"/><path fill="#9AAAB4" d="M20 15.502c0-1.381 1.119-1.5 2.5-1.5s2.5.119 2.5 1.5V33.5c0 1.381-1.119 2.5-2.5 2.5S20 34.881 20 33.5V15.502z"/><path fill="#67757F" d="M27 15.002c0 1.104-.896 2-2 2h-5c-1.104 0-2-.896-2-2 0-1.105.896-1 2-1h5c1.104 0 2-.104 2 1z"/><path fill="#DA2F47" d="M28 27c0 1.104-.896 2-2 2h-7c-1.104 0-2-.896-2-2v-5c0-1.104.896-2 2-2h7c1.104 0 2 .896 2 2v5zm0-22c0 1.104-.896 2-2 2h-7c-1.104 0-2-.896-2-2V4c0-1.105.896-2 2-2h7c1.104 0 2 .895 2 2v1z"/><path fill="#DA2F47" d="M13 22c-1.104 0-2-.896-2-2V7c0-1.104.896-2 2-2h15V4c0-2.209-1.791-4-4-4H7C4.791 0 3 1.791 3 4v19c0 2.209 1.791 4 4 4h14c2.209 0 4-1.791 4-4v-1H13z"/><path fill="#E75A70" d="M9 20c0 1.104-.896 2-2 2s-2-.896-2-2V7c0-1.104.896-2 2-2s2 .896 2 2v13z"/></svg>