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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#66757F" d="M35 19c0 .553-.447 1-1 1h-3c-.553 0-1-.447-1-1v-2c0-.552.447-1 1-1h3c.553 0 1 .448 1 1v2z"/><path fill="#66757F" d="M32 18h2v7h-2z"/><path fill="#E1E8ED" d="M6 19.219S11 15 16 15h.029L16 20s0 1-4 1-6-1.781-6-1.781z"/><path fill="#3B88C3" d="M7.248 19.101C10.798 16.41 14 16.043 15 16.043V20c0 3.162-7.752-.899-7.752-.899z"/><path fill="#CCD6DD" d="M33 24.964s.5-4.013-1-5.731L1 18.086s2 3.439 6 5.732c4 2.291 26 1.146 26 1.146z"/><path fill="#F4900C" d="M7 23.817c4 2.292 26 1.146 26 1.146s.288-2.335-.24-4.206L2.078 19.589c.977 1.205 2.614 2.905 4.922 4.228z"/><path fill="#55ACEE" d="M0 24h36v12H0z"/></svg>