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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#D99E82" d="M33.884 35.229c-.314 0-.629-.12-.869-.36L2.33 4.185c-.48-.48-.48-1.258 0-1.738.479-.48 1.259-.48 1.738 0l30.685 30.685c.48.479.48 1.259 0 1.738-.24.239-.555.359-.869.359z"/><path fill="#66757F" d="M6.729 3.046C4.077 2.51 2.467 4.213 3.151 6.83l1.843 7.055c.684 2.617 2.808 3.193 4.72 1.28l6.103-6.102c1.913-1.913 1.309-3.916-1.343-4.452L6.729 3.046z"/><path fill="#D99E82" d="M22.614 15.968c0 3.734-3.027 6.761-6.762 6.761-3.734 0-6.762-3.027-6.762-6.761s3.027-6.762 6.762-6.762c3.735.001 6.762 3.028 6.762 6.762z"/><path fill="#CCD6DD" d="M22.052 30.707c-.96.96-2.518.96-3.477 0l-3.478-3.478c-.959-.96-.959-2.517 0-3.477l8.693-8.693c.961-.96 2.518-.96 3.478 0l3.478 3.477c.96.961.96 2.517 0 3.478l-8.694 8.693z"/><path fill="#D99E82" d="M33.884 35.229c-.314 0-.629-.12-.869-.36l-9.118-9.118c-.48-.479-.48-1.259 0-1.738.481-.48 1.258-.48 1.738 0l9.118 9.118c.48.479.48 1.259 0 1.738-.24.24-.555.36-.869.36z"/></svg>