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
2.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#E95F28" d="M6.373 3.355c.162-.608.808-1.105 1.437-1.105h20.38c.629 0 1.275.497 1.436 1.105l5.08 19.113c.161.608-.119 1.412-.623 1.788L18.916 35.567c-.504.376-1.328.376-1.832 0L1.916 24.255c-.504-.376-.784-1.18-.623-1.788l5.08-19.112z"/><path fill="#FFAC33" d="M32.929 19.916c4.712-1.567.548-14.683-4.164-13.118-1.804.6-3.636 1.715-5.226 3.028.728-1.954 1.197-4.082 1.197-6.023 0-5.071-13.472-5.071-13.472 0 0 1.941.469 4.07 1.197 6.023C10.87 8.514 9.037 7.399 7.234 6.8 2.522 5.233-1.639 18.349 3.07 19.916c1.803.599 3.926.801 5.966.696-1.711 1.142-3.312 2.582-4.427 4.153-2.912 4.103 7.988 12.209 10.9 8.108 1.114-1.57 1.957-3.576 2.49-5.594.533 2.019 1.376 4.024 2.49 5.594 2.912 4.103 13.811-4.004 10.901-8.108-1.115-1.57-2.717-3.01-4.427-4.153 2.04.105 4.162-.097 5.966-.696z"/><path fill="#F4900C" d="M26.26 25.769c3.608 1.184 6.752-8.854 3.145-10.038-1.381-.453-3.005-.599-4.565-.513 1.305-.879 2.526-1.984 3.373-3.188 2.214-3.144-6.144-9.306-8.359-6.162-.848 1.204-1.486 2.738-1.888 4.282-.413-1.541-1.064-3.07-1.921-4.267-2.239-3.127-10.549 3.103-8.311 6.229.857 1.196 2.086 2.293 3.398 3.16-1.56-.074-3.183.087-4.56.55-3.599 1.213-.375 11.224 3.222 10.013 1.377-.464 2.776-1.322 3.988-2.33-.551 1.496-.903 3.124-.898 4.607.015 3.876 10.317 3.833 10.304-.042-.006-1.484-.371-3.109-.933-4.6 1.219 1.001 2.624 1.846 4.005 2.299z"/><path fill="#FFCC4D" d="M24.586 18.537c2.079-.691.242-6.478-1.837-5.787-.796.265-1.604.757-2.306 1.336.321-.862.528-1.801.528-2.657 0-2.237-5.944-2.237-5.944 0 0 .856.207 1.795.528 2.657-.701-.579-1.51-1.071-2.305-1.335-2.079-.691-3.915 5.095-1.837 5.787.796.264 1.732.354 2.632.307-.755.504-1.461 1.139-1.953 1.832-1.285 1.81 3.524 5.386 4.809 3.577.492-.693.863-1.578 1.098-2.468.235.891.607 1.775 1.098 2.468 1.285 1.81 6.093-1.767 4.809-3.577-.492-.693-1.199-1.328-1.953-1.832.901.045 1.837-.044 2.633-.308z"/><path fill="#EEE" d="M19.767 19.018c-.976.976-2.559.976-3.535 0-.976-.977-.976-2.56 0-3.536s2.559-.976 3.535 0 .976 2.559 0 3.536z"/></svg>