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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#AAB8C2" d="M0 18v16c0 1.104.896 2 2 2h32c1.104 0 2-.896 2-2V18H0z"/><path fill="#66757F" d="M0 18l18-6.352L36 18z"/><path fill="#55ACEE" d="M2 20h32v4H2zm0 6h32v4H2z"/><path fill="#AAB8C2" d="M6 19h24v16H6z"/><path fill="#CCD6DD" d="M8 5h20v31H8z"/><path fill="#55ACEE" d="M10 20h16v4H10zm0 6h16v4H10z"/><path fill="#CCD6DD" d="M14 13h2v18h-2zm6 0h2v18h-2z"/><path fill="#3B88C3" d="M16 32h4v4h-4z"/><path fill="#DD2E44" d="M13 7h10v2H13zm0 4v2h4v4h2v-4h4v-2z"/><path fill="#66757F" d="M8 5l10-5 10 5z"/></svg>