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
706 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#553788" d="M29 25s-4 1-11 1-11-1-11-1 6 5 11 5 11-5 11-5zm-11-7.144c-5.514 0-10-4.515-10-10.063C8 4.935 9.214 2.202 11.331.294l1.339 1.485C10.973 3.309 10 5.501 10 7.793c0 4.446 3.589 8.063 8 8.063s8-3.617 8-8.063c0-2.292-.973-4.483-2.669-6.012l1.34-1.485C26.786 2.203 28 4.936 28 7.793c0 5.549-4.486 10.063-10 10.063z"/><path fill="#744EAA" d="M16.625 16.856S11.208 13 8.893 5.526c-.184.182-4.418 5.665-2.209 10.197 2.209 4.532 9.941 1.133 9.941 1.133zm2.815 0s5.477-4.731 7.732-11.33c.161.307 4.418 5.665 2.209 10.197-2.209 4.532-9.941 1.133-9.941 1.133zM29 25s-4 3-11 3-11-3-11-3 7.208 5.625 9 11h4c1.958-6.625 9-11 9-11z"/></svg>