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"><ellipse fill="#939598" cx="18" cy="23" rx="18" ry="10"/><ellipse fill="#F1F2F2" cx="18" cy="21" rx="18" ry="10"/><ellipse fill="#F4900C" cx="18" cy="20.611" rx="14.8" ry="7.611"/><path fill="#EEE" d="M13 24c-3.75 0-10-2.062-10-5.5 0-4.125 3.828-8.938 10-8.938 6.172 0 10 5.5 10 8.938S17.375 24 13 24z"/><path fill="#CCD6DD" d="M4.64 18.821c-.345-.14-.511-.534-.37-.879.14-.344.534-.51.878-.37l1.249.509c.345.14.51.533.37.878-.141.345-.534.511-.879.371l-1.248-.509zm3.704-3.433c-.307.211-.727.133-.938-.175-.21-.307-.132-.727.175-.937l1.113-.762c.307-.21.726-.132.937.175.21.307.132.727-.175.938l-1.112.761zm9 5c-.307.211-.727.133-.938-.175-.21-.307-.132-.728.175-.938l1.113-.762c.307-.211.726-.132.937.175.21.307.132.727-.175.937l-1.112.763zm-5.648-1.841c-.512-.208-.758-.792-.549-1.304.209-.511.793-.757 1.304-.549l1.853.755c.511.208.757.791.549 1.303-.208.512-.792.758-1.304.549l-1.853-.754zm4.945-3.726c-.346-.14-.512-.534-.37-.879.14-.344.534-.51.878-.37l1.25.509c.344.14.51.533.369.878-.141.345-.533.511-.879.37l-1.248-.508zm-5.734 5.761c.348-.133.738.042.871.391.132.347-.044.737-.392.868l-1.261.481c-.346.133-.736-.042-.868-.391-.134-.349.041-.737.39-.871l1.26-.478z"/><path fill="#FFD983" d="M30 19c0 1.104-.896 2-2 2h-1c-1.104 0-2-.896-2-2s.896-2 2-2h1c1.104 0 2 .896 2 2zm-3 4.5c0 .828-.672 1.5-1.5 1.5h-1c-.828 0-1.5-.672-1.5-1.5s.672-1.5 1.5-1.5h1c.828 0 1.5.672 1.5 1.5zM21 26c0 .553-.447 1-1 1h-1c-.553 0-1-.447-1-1 0-.553.447-1 1-1h1c.553 0 1 .447 1 1z"/></svg>