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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#88C9F9" d="M36 32c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V4c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v28z"/><path fill="#DD2E44" d="M19.341 35.455c-.738.726-1.944.726-2.681 0l-6.633-6.529c-.737-.726-.932-2.032-.434-2.904l7.5-18.447c.499-.871 1.315-.871 1.813 0l7.5 18.447c.498.871.303 2.178-.434 2.903l-6.631 6.53z"/><path fill="#A0041E" d="M18 14.668c.949 0 2.004-.952 2.899-2.191l-1.993-4.902c-.499-.871-1.315-.871-1.813 0L15.1 12.477c.897 1.239 1.951 2.191 2.9 2.191z"/><path fill="#DD2E44" d="M23 5.778c0 1.964-2.791 7.112-5 7.112s-5-5.148-5-7.112C13 3.995 15.791 3 18 3s5 .995 5 2.778z"/><path fill="#4CA0D3" d="M0 4v2.254c2.074 2.77 6.779 7.751 8 7.751 2.209 0 11-10.796 11-13.005 0-1-1-1-2-1H4C1.791 0 0 1.791 0 4z"/><path fill="#4CA0D3" d="M17 1c0 2.209 8.791 13.005 11 13.005 1.221 0 5.926-4.981 8-7.751V4c0-2.209-1.791-4-4-4H19c-1 0-2 0-2 1z"/><path fill="#269" d="M4 0c-.267 0-.526.029-.778.079C4.405 1.736 10.562 3 18 3 25.438 3 31.595 1.736 32.778.079 32.526.029 32.267 0 32 0H4z"/></svg>