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

4 lines
742 B
XML

<svg width="12" height="12" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" fill="#4360DF">
<path d="M0 4.21337C0 2.93004 0.914 1.82871 2.17533 1.59271L9.87733 0.148041C10.2873 0.071374 10.6667 0.386041 10.6667 0.803374V2.00004C10.6667 2.36871 10.368 2.66671 10 2.66671H2.412C2.15933 2.66671 1.92867 2.80937 1.816 3.03537L1.66667 3.33337C1.51333 3.64004 1.736 4.00004 2.07867 4.00004H11.3333C11.7013 4.00004 12 4.29871 12 4.66671V11.3334C12 11.702 11.7013 12 11.3333 12H2.66667C1.194 12 0 10.8067 0 9.33337V4.21337ZM8.66667 8.00004C8.66667 8.55271 9.11467 9.00004 9.66667 9.00004C10.2187 9.00004 10.6667 8.55271 10.6667 8.00004C10.6667 7.44804 10.2187 7.00004 9.66667 7.00004C9.11467 7.00004 8.66667 7.44804 8.66667 8.00004Z"/>
</svg>