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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#BE1931" d="M10.308 9H5.692l-.154 2h4.924zM10 5H6l-.154 2h4.308zm.615 8h-5.23l-.154 2h5.538zM5 18h6l-.077-1H5.077zm15.615-5h-5.23l-.154 2h5.538zM15 18h6l-.077-1h-5.846zm5.308-9h-4.616l-.154 2h4.924zM20 5h-4l-.154 2h4.308zm10.308 4h-4.616l-.154 2h4.924zm-5.231 8L25 18h6l-.077-1zm5.538-4h-5.23l-.154 2h5.538zM30 5h-4l-.154 2h4.308z"/><path fill="#E6E7E8" d="M10.462 11H5.538l-.153 2h5.23zm-.308-4H5.846l-.154 2h4.616zm-4.923 8l-.154 2h5.846l-.154-2zm15.231-4h-4.924l-.153 2h5.23zm-.308-4h-4.308l-.154 2h4.616zm-4.923 8l-.154 2h5.846l-.154-2zm15.231-4h-4.924l-.153 2h5.23zm.307 4h-5.538l-.154 2h5.846zm-.615-8h-4.308l-.154 2h4.616z"/><path fill="#A0041E" d="M35 34c0 1.104-.896 2-2 2H3c-1.104 0-2-.896-2-2V20c0-1.104.896-2 2-2h30c1.104 0 2 .896 2 2v14z"/><path fill="#C1694F" d="M1 20h34v2H1z"/><path fill="#AAB8C2" d="M6 24h4v4H6zm10 0h4v4h-4zm10 0h4v4h-4zM6 30h4v4H6zm10 0h4v4h-4zm10 0h4v4h-4z"/><path fill="#D1D3D4" d="M9 0C7.896 0 7 .896 7 2c0 .457.159.873.417 1.209C7.17 3.392 7 3.67 7 4c0 .552.448 1 1 1s1-.448 1-1c1.104 0 2-.896 2-2s-.896-2-2-2zm10 0c-1.104 0-2 .896-2 2 0 .457.159.873.417 1.209C17.17 3.392 17 3.67 17 4c0 .552.448 1 1 1s1-.448 1-1c1.104 0 2-.896 2-2s-.896-2-2-2zm10 0c-1.104 0-2 .896-2 2 0 .457.159.873.417 1.209C27.17 3.392 27 3.67 27 4c0 .552.447 1 1 1s1-.448 1-1c1.104 0 2-.896 2-2s-.896-2-2-2z"/></svg>