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
756 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 d="M29 30H7c-.829 0-1.5-.672-1.5-1.5S6.171 27 7 27h22c.828 0 1.5.672 1.5 1.5S29.828 30 29 30zm0-5h-8c-.63 0-1.192-.395-1.408-.986-.216-.593-.038-1.257.443-1.662 1.242-1.045 4.464-4.346 4.464-7.04 0-4.186-3.305-6.687-6.5-6.687s-6.5 2.478-6.5 6.625c0 2.699 3.23 6.046 4.474 7.109.478.407.651 1.07.434 1.66-.217.588-.779.981-1.407.981H7c-.829 0-1.5-.672-1.5-1.5S6.171 22 7 22h4.465c-1.452-1.774-2.966-4.23-2.966-6.75 0-6.025 4.83-9.625 9.5-9.625 4.568 0 9.5 3.704 9.5 9.687 0 2.507-1.496 4.932-2.94 6.688H29c.828 0 1.5.672 1.5 1.5S29.828 25 29 25z" fill="#FFF"/></svg>