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 d="M34.999 17.999c0 9.389-7.611 17-17 17S1 27.388 1 17.999 8.61 1 17.999 1s17 7.61 17 16.999z"/><g fill="#FFF"><path d="M27 15c-1.025 0-1.996.226-2.873.622l-3.067-4.818.03-.085 2.203.275c.031.004.06.006.09.006.302 0 .575-.192.672-.485l.709-2.127c.096-.287-.002-.604-.241-.788-.242-.184-.574-.194-.824-.026-1.922 1.281-5.948 1.299-5.989 1.299-.374 0-.684.291-.707.665-.024.374.248.701.62.748l1.435.179L18.509 12h-6.177L8.6 9.2c-.443-.332 2.223 4.167 2.223 4.167l-.583 1.749C9.837 15.044 9.424 15 9 15c-3.866 0-7 3.134-7 7s3.134 7 7 7c3.53 0 6.442-2.615 6.922-6.014.026.002.052.014.078.014h4.079c.487 3.391 3.396 6 6.921 6 3.867 0 7-3.134 7-7s-3.133-7-7-7zm-3.47 3.411L25.178 21h-3.077c.205-1.008.717-1.901 1.429-2.589zM20.079 21h-2.66l2.5-7h.805l1.716 2.697c-1.252 1.077-2.115 2.589-2.361 4.303zm-7.358-7h5.074l-2.111 5.913c-.568-1.822-1.865-3.319-3.546-4.164L12.721 14zM9 27c-2.761 0-5-2.238-5-5s2.239-5 5-5c.203 0 .396.036.592.06l-1.541 4.624c-.175.524.108 1.091.632 1.265.105.034.212.051.317.051.419 0 .809-.265.949-.684l1.543-4.628C12.984 18.553 14 20.15 14 22c0 2.762-2.239 5-5 5zm18 0c-2.418 0-4.435-1.718-4.899-4h4.9c.116 0 .23-.028.343-.069.034-.013.064-.027.097-.043.031-.017.066-.024.097-.044.03-.02.048-.051.075-.072.055-.044.103-.089.147-.143.041-.049.074-.099.104-.154.03-.056.055-.11.075-.172.021-.066.033-.132.04-.201.004-.036.021-.066.021-.102 0-.027-.014-.051-.016-.078-.005-.067-.021-.132-.04-.198-.019-.065-.04-.126-.071-.186-.013-.024-.015-.052-.029-.075l-2.623-4.122C25.775 17.129 26.371 17 27 17c2.762 0 5 2.238 5 5s-2.238 5-5 5z"/><path d="M9 9h5c.552 0 1-.448 1-1s-.448-1-1-1H9c-.552 0-1 .448-1 1s.448 1 1 1z"/></g><path fill="#DD2E44" d="M18 0C8.059 0 0 8.06 0 18c0 9.941 8.059 18 18 18s18-8.059 18-18c0-9.94-8.059-18-18-18zm16 18c0 3.968-1.453 7.591-3.845 10.388L7.612 5.845C10.409 3.453 14.032 2 18 2c8.837 0 16 7.164 16 16zM2 18c0-3.968 1.453-7.592 3.845-10.388l22.543 22.544C25.592 32.548 21.968 34 18 34 9.164 34 2 26.837 2 18z"/></svg>