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.3 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="M11 17.279c-2.813 0-5.28-2.467-5.28-5.279 0-3.878 3.779-6.279 7.28-6.279 13.634 0 17.007 6.433 17.145 6.707.315.632.06 1.4-.572 1.716-.626.315-1.39.064-1.71-.559-.06-.108-2.674-4.676-12.747-5.247.773.914 1.164 2.142 1.164 3.663-.001 2.538-2.019 5.278-5.28 5.278zm-1.166-8.01c-.922.653-1.556 1.597-1.556 2.731 0 1.232 1.214 2.721 2.722 2.721 1.627 0 2.721-1.407 2.721-2.72 0-1.056-.269-1.812-.799-2.247-.969-.794-2.593-.6-2.609-.597-.143.028-.313.046-.479.112zm13.165 21.01c-13.634 0-17.007-6.434-17.144-6.707-.316-.632-.06-1.4.572-1.717.627-.312 1.391-.062 1.71.56.06.108 2.674 4.677 12.746 5.247-.773-.913-1.163-2.141-1.163-3.662 0-2.539 2.019-5.279 5.279-5.279 2.812 0 5.28 2.467 5.28 5.279 0 3.879-3.779 6.279-7.28 6.279zm2-9c-1.628 0-2.721 1.407-2.721 2.721 0 1.056.269 1.812.799 2.247.97.794 2.673.6 2.688.597.142-.029.234-.062.399-.112.923-.653 1.556-1.598 1.556-2.731.001-1.233-1.213-2.722-2.721-2.722z"/><path fill="#9266CC" d="M14.002 11.99c0-1.68-1.361-3.041-3.041-3.041S7.92 10.31 7.92 11.99s1.361 3.041 3.041 3.041 3.041-1.362 3.041-3.041zm14 12c0-1.68-1.361-3.041-3.041-3.041S21.92 22.31 21.92 23.99s1.361 3.041 3.041 3.041 3.041-1.361 3.041-3.041z"/></svg>