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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#66757F" d="M35 35c1-1 0-2 0-2L9 7S7.521 5.479 9 4s3 0 3 0 1 1 2 0 0-2 0-2-3.521-3.479-7 0C3.5 5.5 7 9 7 9l26 26s1 1 2 0z"/><path fill="#9266CC" d="M7.367 18.102L9 17.559V16c0-.918.625-1.718 1.515-1.94l2.836-.709.709-2.836C14.282 9.625 15.082 9 16 9h1.559l.544-1.632c.256-.768.949-1.305 1.756-1.363.047-.004.094-.005.141-.005.753 0 1.448.425 1.789 1.105L34 32l-2 2L7.106 21.789c-.724-.362-1.158-1.124-1.101-1.931.057-.806.596-1.5 1.362-1.756z"/><path fill="#744EAA" d="M33 33L13.351 13.351l.709-2.836C14.282 9.625 15.082 9 16 9h1.559l.051-.154 15.986 23.558L33 33zm-1 1L7.106 21.789c-.724-.362-1.158-1.124-1.101-1.931.058-.807.596-1.5 1.362-1.756L9 17.559v-.174l23.409 16.206L32 34z"/></svg>