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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#D99E82" d="M4 20c-3 0-3.601 1.546-4 3 0 1 0 1 1 1 .72 0 9.828 1.42 9.828 1.42l12.74 5.096L29 31s3.844 1.062 5.844-.938c1-1 3.189-3.216-3.594-4.603-2.25-.459-3.471-.097-6.087-.755-2.618-.659-2.08.461-4.163-.704-2.085-1.165-3.939-2.322-11.593-3.599C7 20 5 20 4 20z"/><path fill="#C1694F" d="M35 33h-8c-5.632 0-15.398-6.031-17-6-.692.013-1 .098-1 4 0 2-1 2-1 2H1c-1.064-.26-1-2-1-2 .051-.999 0-8 0-8s4.087-.993 9.941.687C15.795 25.366 24 29 24 29h11.969c0 1 .215 3.977-.969 4z"/><path fill="#BE1931" d="M19.207 28.667c.251-1.334 2.29-10.428 2.626-11.667.334-1.24 7.959.042 7.875 2-.291 1.625-1.867 10.732-1.87 11.084.037 1.499-8.882-.083-8.631-1.417z"/></svg>