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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#6D6E71" d="M0 24h36v4H0z"/><path fill="#939598" d="M0 22h36v4H0zm6 6h4v8H6zm10 0h4v8h-4zm10 0h4v8h-4z"/><path fill="#6D6E71" d="M6 27h4v3H6zm10 0h4v3h-4zm10 0h4v3h-4z"/><path fill="#BCBEC0" d="M36 0h-6c-1.104 0-2 .896-2 2v2c0 1.104.896 2 2 2h6V0z"/><path fill="#D1D3D4" d="M36 20v5H18c-3 0-7-5-7-5h25z"/><path fill="#BCBEC0" d="M11 20s.751.938 1.844 2H36v-2H11z"/><path fill="#E6E7E8" d="M36 20H10c-3 0-7-3-7-6C3 9 19 2 21 2h15v18z"/><path fill="#5C913B" d="M3.741 12C3.28 12.686 3 13.36 3 14c0 1.655 1.22 3.308 2.816 4.459C21.231 14 36 14 36 14v-2H3.741z"/><path fill="#55ACEE" d="M21 4h-5.553c-3.327 1.524-7.344 3.738-9.898 6H21c1.104 0 2-.896 2-2V6c0-1.104-.896-2-2-2zm5 5c0 .552-.447 1-1 1-.553 0-1-.448-1-1V5c0-.552.447-1 1-1 .553 0 1 .448 1 1v4zm8 0c0 .552-.447 1-1 1h-4c-.553 0-1-.448-1-1V5c0-.552.447-1 1-1h4c.553 0 1 .448 1 1v4z"/></svg>