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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFD983" d="M14.017 10.368L8.173 4.524c.847-1.017.805-2.525-.15-3.479-1.011-1.011-2.65-1.011-3.662 0-.621.621-.856 1.478-.715 2.282-.804-.141-1.661.094-2.282.715-1.011 1.011-1.011 2.651 0 3.662.954.955 2.462.996 3.479.15l5.844 5.844 3.33-3.33z"/><path fill="#C1694F" d="M32.954 32.636c1.665-1.665 5.874-8.81.046-14.636-4.059-4.058-7.328-3.826-13.416-5.335C17.087 11.833 13.833 8.833 13 8c-.833.833-.542 3.873-.542 3.873S8.833 12.167 8 13c.833.833 4.699 4.489 5.375 6.207 1.821 5.774 1.613 8.711 5.671 12.77 6.66 6.659 12.244 2.323 13.908.659z"/></svg>