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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#99AAB5" d="M33.958 2.042C32.6.684 30.072 1.01 28.312 2.771 26.4 4.683 1.099 34.901 1.099 34.901S31.317 9.6 33.229 7.688c1.761-1.76 2.087-4.288.729-5.646zm-5.679 5.679c-.543-.543-.185-1.782.871-2.838s2.353-1.472 2.896-.929c.543.543.127 1.84-.929 2.896s-2.295 1.414-2.838.871z"/><path fill="#CCD6DD" d="M33.736 2.191c-1.358-1.358-3.631-.869-5.391.891C26.432 4.995 5.079 30.921 5.079 30.921s3.904-3.731 9.337-8.297c2.532-2.128 8.814-8.792 11.287-10.99 1.069-.95 3.788-1.417 4.634-1.96.832-.535 1.928-1.733 2.33-2.135 1.76-1.761 2.427-3.99 1.069-5.348zm-5.907 5.98c-.767-.767-.401-2.378.907-3.686 1.308-1.308 2.991-1.747 3.758-.979.767.767.329 2.45-.979 3.758s-2.918 1.674-3.686.907z"/><path d="M28.105 4.865c.936.919 1.509 1.873 1.817 2.85.394-.187.806-.476 1.195-.865.164-.164.31-.334.44-.505-.428-.985-1.088-1.961-2.051-2.906-1.768-1.736-5.303-2.596-9.217-2.25-4.511.401-8.244 2.245-10.24 5.058-.32.45-.214 1.075.237 1.394.449.32 1.075.213 1.394-.237 1.632-2.3 4.917-3.879 8.787-4.223 3.244-.29 6.317.388 7.638 1.684zm6.293 25.919c-.374-.407-1.006-.433-1.413-.06-1.677 1.54-4.139 2.051-6.27 1.302-1.762-.62-2.923-1.965-3.185-3.688-.438-2.89 1.408-5.317 3.744-8.391l.665-.878c1.574-2.091 4.638-6.167 4.217-10.413-.522.458-1.208 1.053-2.02 1.751-.335 2.455-1.938 4.992-3.795 7.46l-.659.87c-2.519 3.313-4.694 6.175-4.129 9.901.37 2.441 2.051 4.413 4.497 5.274.864.305 1.769.452 2.672.452 2.043 0 4.079-.757 5.615-2.168.408-.372.435-1.005.061-1.412z" fill="#553788"/><path fill="#E1E8ED" d="M24.647 8.652c.979-1.03 1.693-2.183 1.827-1.158s.49 1.515 1.025 1.515.04.962-.802 1.203c-2.495.713-10.515 9.847-12.342 11.54s-2.851 2.45-1.069.178S23.8 9.543 24.647 8.652z"/></svg>