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="#002395" d="M32 5H18v12H0v10c0 2.209 1.791 4 4 4h28c2.209 0 4-1.791 4-4V9c0-2.209-1.791-4-4-4z"/><path fill="#EEE" d="M0 16h19v2H0z"/><path fill="#002395" d="M6 17H0V9c0-2.209 1.791-4 4-4h2v12z"/><path fill="#EEE" d="M6 5h6v12H6zm11 0h2v13h-2z"/><path fill="#ED2939" d="M12 5h6v12h-6z"/><g fill="#FFF"><path d="M29.964 20.094l-1.701 2.631v-4.763h2.268l.838-.962h-7.76l.838.962h2.269v4.763l-1.701-2.631-2.475 3.867h1.236l1.239-2.035 2.474 4.356 2.475-4.356 1.238 2.035h1.237z"/><path d="M27 19.005h3.132l-.688.941H27zm-3.224 4.018h2.476v.617h-2.476zm4.952 0h2.475v.617h-2.475zm-1.239 4.183l.299 1.027h1.034l-.816.661.299 1.014-.816-.62-.815.604.299-1-.817-.659h1.007zM22.152 18l.299 1.026h1.034l-.815.632.298 1-.816-.627-.815.6.299-.973-.816-.632h1.006zm10.673 0l.3 1.026h1.033l-.815.632.299 1-.817-.627-.814.6.298-.973-.816-.632H32.5zm-8.265 7.15l.298 1.027h1.035l-.816.641.298 1.005-.815-.625-.816.601.3-.982-.816-.64h1.005zm5.858 0l.3 1.027h1.033l-.816.641.299 1.005-.816-.625-.814.601.297-.982-.815-.64h1.007z"/></g></svg>