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.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#CCD6DD" d="M36 32c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V14c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v18z"/><path fill="#99AAB5" d="M11.95 22.636L.637 33.949c-.027.028-.037.063-.06.091.34.57.814 1.043 1.384 1.384.029-.023.063-.033.09-.06L13.365 24.05c.39-.391.39-1.023 0-1.414-.392-.391-1.024-.391-1.415 0M35.423 34.04c-.021-.028-.033-.063-.06-.09L24.051 22.636c-.392-.391-1.024-.391-1.415 0-.391.392-.391 1.024 0 1.414l11.313 11.314c.026.026.062.037.09.06.571-.34 1.044-.814 1.384-1.384"/><path fill="#99AAB5" d="M32 10H4c-2.209 0-4 1.791-4 4v1.03l14.528 14.496c1.894 1.894 4.988 1.894 6.884 0L36 15.009V14c0-2.209-1.791-4-4-4z"/><path fill="#E1E8ED" d="M32 10H4c-1.588 0-2.949.934-3.595 2.275l14.766 14.767c1.562 1.562 4.096 1.562 5.657 0l14.767-14.767C34.949 10.934 33.589 10 32 10z"/><path fill="#55ACEE" d="M26.716 7H22V2c0-1.104-.895-2-2-2h-4c-1.104 0-2 .896-2 2v5H9.148c-1.223 0-1.515.624-.651 1.489l7.863 7.863c.865.865 2.28.865 3.145 0l7.863-7.863C28.232 7.624 27.94 7 26.716 7z"/></svg>