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="#8899A6" d="M19 20.255S30.458 9.214 31.583 8.25 30.875 6 28.626 6H6.129c-1.125 0-4.483.729-2.796 2.417C4.537 9.62 16 20.255 16 20.255v10.123s-4.584 2.34-5.498 2.883c-.984.562-.33 1.462.063 1.617.656.258 2.253 1.102 6.78 1.102 4.641 0 6.202-.914 6.765-1.102.217-.072 1.347-.932.011-1.723C21.743 31.747 19 30.378 19 30.378V20.255z"/><path fill="#CCD6DD" d="M32 7.442c0-1.622-6.547-2.935-14.623-2.935S2.754 5.82 2.754 7.442c0 .756 1.436 1.443 3.775 1.963 2.746 2.341 7.298 6.098 9.627 8.013.9.741 2.135.623 2.801.123.503-.377 6.606-5.643 9.57-8.203C30.69 8.827 32 8.166 32 7.442z"/><path fill="#662113" d="M16.868 16.532c-.237-.125-.05-.8.248-1.328L24.564.686c.3-.529.97-.715 1.498-.416.529.299.714.969.416 1.498l-8.667 13.885c-.15.264-.674 1.02-.943.879z"/><path fill="#5C913B" d="M21.745 7.855c1.133.639 1.996 2.636 1.2 4.046-.797 1.411-2.954 1.699-4.087 1.059-1.132-.64-2.065-2.515-1.199-4.046.865-1.531 2.953-1.699 4.086-1.059z"/><path fill="#FFF" d="M16.797 10.761c-3.775 0-7.361-.49-10.737-1.471l-.129-.037c-.531-.153-.836-.708-.683-1.238.152-.531.705-.837 1.238-.684l.132.039c6.533 1.898 13.942 1.855 22.018-.132.543-.13 1.079.196 1.21.732.132.536-.195 1.078-.731 1.21-4.289 1.054-8.404 1.581-12.318 1.581z"/></svg>