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.2 KiB
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="M21.5 16.5c-.21 0-.421-.044-.62-.134-.536-.243-.88-.778-.88-1.366v-3.694l-5.512 4.823c-.443.387-1.072.48-1.607.237C12.344 16.123 12 15.588 12 15v-3.548l-4.977 4.645c-.605.565-1.555.532-2.12-.073-.565-.605-.532-1.555.073-2.12l7.5-7c.437-.406 1.073-.517 1.621-.279.549.237.903.778.903 1.375v3.694l5.513-4.823c.442-.387 1.071-.48 1.607-.237S23 7.412 23 8v3.694l5.513-4.823c.442-.387 1.07-.48 1.607-.237.536.243.88.778.88 1.366v7c0 .829-.672 1.5-1.5 1.5S28 15.829 28 15v-3.694l-5.513 4.823c-.278.244-.631.371-.987.371zm0 13c-.21 0-.421-.044-.62-.134-.536-.243-.88-.778-.88-1.366v-3.694l-5.512 4.823c-.443.387-1.072.48-1.607.237C12.344 29.123 12 28.588 12 28v-3.548l-4.977 4.645c-.605.565-1.555.532-2.12-.073-.565-.605-.532-1.555.073-2.12l7.5-7c.437-.406 1.073-.517 1.621-.279.549.237.903.778.903 1.375v3.694l5.513-4.823c.442-.387 1.071-.48 1.607-.237S23 20.412 23 21v3.694l5.513-4.823c.442-.387 1.07-.48 1.607-.237.536.243.88.778.88 1.366v7c0 .829-.672 1.5-1.5 1.5S28 28.829 28 28v-3.694l-5.513 4.823c-.278.244-.631.371-.987.371z"/></svg>