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
2.8 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#292F33" d="M26 9c-3.591 0-6.27-1.648-7.989-4.905C16.385 7.314 13.993 9 11 9c-.552 0-1-.448-1-1s.448-1 1-1c2.729 0 4.765-1.957 6.051-5.816C17.188.775 17.569.5 18 .5s.812.275.949.684C20.271 5.151 22.512 7 26 7c.553 0 1 .448 1 1s-.447 1-1 1z"/><path fill="#FFAC33" d="M14.711 9.654c3.364 3.366.498 5.954-2.868 9.319-3.365 3.365-5.954 6.232-9.319 2.868-3.366-3.366-3.366-8.822 0-12.187 3.366-3.366 8.821-3.366 12.187 0z"/><path fill="#BE1931" d="M15.542 10.972c1.584 1.585.248 5.486-2.983 8.717-3.231 3.231-7.132 4.568-8.717 2.982-1.584-1.584-.248-5.486 2.982-8.717 3.232-3.23 7.134-4.566 8.718-2.982z"/><path fill="#FFAC33" d="M21.289 9.654c-3.363 3.366-.498 5.954 2.868 9.319 3.365 3.365 5.954 6.232 9.319 2.868 3.365-3.366 3.365-8.822 0-12.187-3.365-3.366-8.82-3.366-12.187 0z"/><path fill="#BE1931" d="M20.459 10.972c-1.585 1.585-.249 5.486 2.982 8.717 3.23 3.231 7.133 4.568 8.717 2.982 1.584-1.584.248-5.486-2.983-8.717-3.23-3.23-7.133-4.566-8.716-2.982z"/><path fill="#AA8DD8" d="M22.41 18.221c.199-.16.459-.244.734-.215.867.094 1.598.396 2.109.873.541.505.807 1.183.734 1.862-.129 1.191-1.324 2.285-3.363 2.065-.793-.085-1.146.17-1.158.291-.014.121.277.446 1.07.532.867.094 1.598.396 2.109.873.541.505.809 1.183.734 1.862-.129 1.192-1.324 2.285-3.361 2.066-.578-.062-.883.057-1.012.134-.103.063-.144.124-.148.158-.012.12.275.445 1.07.531.549.06.947.553.887 1.102-.059.549-.551.946-1.102.887-2.037-.219-2.973-1.542-2.844-2.735.129-1.192 1.324-2.285 3.363-2.065.578.063.881-.057 1.01-.134.104-.062.145-.123.148-.157.014-.121-.275-.446-1.07-.532-2.037-.22-2.973-1.542-2.844-2.735.129-1.192 1.324-2.286 3.361-2.064.578.062.883-.058 1.012-.135.103-.062.144-.123.148-.157.012-.121-.277-.446-1.07-.532-.549-.059-.947-.553-.887-1.102.032-.276.171-.512.37-.673z"/><path fill="#77B255" d="M15.266 35.828c-1.973.557-3.334-.322-3.658-1.477-.324-1.154.378-2.615 2.35-3.17.77-.216 1.001-.584.97-.701-.034-.119-.425-.312-1.193-.096-1.972.556-3.333-.324-3.657-1.479-.326-1.155.378-2.614 2.351-3.169.769-.217 1.001-.586.967-.703-.033-.116-.423-.311-1.192-.095-.53.149-1.084-.159-1.233-.69-.148-.533.161-1.084.693-1.234 1.971-.555 3.333.322 3.659 1.479.324 1.154-.379 2.613-2.352 3.17-.77.216-1.001.584-.967.701.032.117.422.312 1.19.096 1.974-.556 3.334.322 3.659 1.479.325 1.153-.378 2.612-2.352 3.169-.768.215-.999.586-.967.701.034.118.423.312 1.192.097.532-.151 1.083.159 1.233.69.149.531-.161 1.084-.693 1.232z"/><circle fill="#5C913B" cx="2.5" cy="27.5" r="1.5"/><circle fill="#9266CC" cx="7" cy="31" r="2"/><circle fill="#9266CC" cx="30" cy="27" r="2"/><circle fill="#5C913B" cx="25.5" cy="31.5" r="1.5"/><circle fill="#5C913B" cx="17.5" cy="19.5" r="1.5"/><circle fill="#FFCC4D" cx="7" cy="23" r="2"/><circle fill="#FFCC4D" cx="27.5" cy="16.5" r="1.5"/><circle fill="#FFCC4D" cx="12.5" cy="14.5" r="1.5"/></svg>