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.6 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#A6D388" d="M22 4.587c0 6.075-3.667 18.333-11 18.333S0 10.663 0 4.587C0-2.593 8.25.92 11 .92c2.712 0 11-3.551 11 3.667z"/><path fill="#5C913B" d="M5.5 11.92c4.583 2.75 7.333 2.75 11 0 2.75-1.833-1.833 6.417-5.5 6.417s-8.25-8.25-5.5-6.417zM3.666 8.254c-.138 0-.278-.031-.41-.097-.452-.226-.636-.777-.409-1.23.636-1.272 1.933-2.15 3.303-2.235.839-.047 2.458.155 3.779 2.137.281.421.167.99-.254 1.271-.423.281-.991.167-1.271-.254-.61-.915-1.355-1.374-2.14-1.324-.73.045-1.428.526-1.777 1.226-.161.32-.485.506-.821.506zm14.668 0c-.336 0-.66-.186-.82-.507-.35-.699-1.047-1.18-1.777-1.226-.776-.042-1.529.409-2.14 1.324-.282.422-.85.535-1.271.254-.421-.281-.535-.85-.254-1.271 1.32-1.983 2.931-2.186 3.779-2.137 1.37.085 2.667.963 3.303 2.235.227.453.043 1.003-.41 1.23-.132.067-.272.098-.41.098z"/><path fill="#CBB7EA" d="M36 17.667C36 23.741 32.333 36 25 36S14 23.741 14 17.667C14 10.486 22.25 14 25 14c2.713 0 11-3.552 11 3.667z"/><path fill="#9266CC" d="M29.5 30.151C26 28 24 28 20.5 30.151c-2.75 1.833.833-4.417 4.5-4.417s7.25 6.25 4.5 4.417zM17 21.917c-.138 0-.278-.031-.41-.097-.453-.226-.636-.777-.41-1.23.7-1.399 2.404-2.49 4.051-2.592 1.489-.099 2.815.585 3.698 1.911.281.422.167.99-.254 1.272-.421.281-.99.167-1.271-.254-.522-.782-1.215-1.148-2.059-1.099-1.121.069-2.164.859-2.526 1.583-.16.32-.484.506-.819.506zm16.001 0c-.337 0-.66-.186-.821-.508-.36-.723-1.403-1.512-2.524-1.582-.842-.047-1.539.316-2.06 1.099-.28.421-.851.535-1.271.254-.421-.281-.535-.85-.254-1.272.884-1.326 2.188-2.009 3.699-1.911 1.648.103 3.352 1.194 4.051 2.593.226.452.042 1.003-.411 1.229-.132.067-.271.098-.409.098z"/></svg>