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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#99AAB5" d="M5.597 7.805l11.647 11.646 2.207-2.207L7.805 5.597 7 3 3 1 1 3l2 4z"/><path fill="#E1E8ED" d="M17.289 17.333L8.035 8.079c-.458-.457-.637-1.026-.399-1.264.239-.238.807-.059 1.264.398l9.254 9.254c.457.457.636 1.026.398 1.264-.237.238-.806.059-1.263-.398z"/><path fill="#DD2E44" d="M16.33 20.744l4.414-4.414c.711-.711 1.875-.711 2.586 0l10.964 10.964c.711.711.711 1.875 0 2.586l-4.414 4.414c-.711.711-1.875.711-2.586 0L16.33 23.33c-.711-.711-.711-1.875 0-2.586zm-2.263-1.616l5.061-5.061c.533-.533 1.406-.533 1.939 0 .533.533.533 1.406 0 1.939l-5.061 5.061c-.533.533-1.406.533-1.939 0-.533-.533-.533-1.406 0-1.939z"/><path fill="#EA596E" d="M15.832 17.947l3.338-3.338c.457-.457 1.026-.636 1.264-.398s.059.807-.398 1.264l-3.338 3.338c-.457.457-1.026.636-1.264.398-.239-.238-.059-.807.398-1.264z"/><path fill="#A0041E" d="M22.037 17.623c.356-.356.937-.356 1.293 0l9.672 9.672c.356.356.356.937 0 1.293-.356.356-.937.356-1.293 0l-9.672-9.672c-.356-.356-.356-.938 0-1.293zm-4.414 4.414c.356-.356.937-.356 1.293 0l9.672 9.672c.356.356.356.937 0 1.293-.356.356-.937.356-1.293 0l-9.672-9.672c-.356-.356-.356-.938 0-1.293zm1.639-2.932c.356-.356.97-.323 1.364.072l10.632 10.632c.395.395.427 1.009.072 1.364-.356.356-.97.323-1.364-.072L19.333 20.469c-.395-.395-.427-1.009-.071-1.364z"/><path fill="#66757F" d="M3.155 1.078h-.233l-1.87 1.87.004.166.324.646 2.38-2.38-.605-.302z"/><path fill="#E1E8ED" d="M2.147 3.573l1.648-1.649L6.558 3.35 4.33 5.518z"/></svg>