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="#FFD983" d="M18 11c-9 0-17 3.461-17 9 0 4.154 4 7.615 10 7.615 3.454 0 7.111-2.085 9.727-2.085.093 0 .184.003.273.008 3.909.235 4 3.462 9 3.462 2.341 0 5-2.077 5-6.923C35 15.846 28 11 18 11z"/><path fill="#FFD983" d="M33 18h2v4h-2zM1 16h2v4H1z"/><path fill="#A0041E" d="M30 24.308c-2.271 0-3.282-.755-4.455-1.628-1.069-.797-2.281-1.699-4.458-1.831-.119-.007-.238-.011-.36-.011-1.433 0-2.978.483-4.613.996-1.712.535-3.482 1.089-5.113 1.089-5.215 0-9-2.912-9-6.923 0-5.396 8.244-8.308 16-8.308 9.271 0 16 4.367 16 10.385C34 22.648 31.607 24.308 30 24.308z"/><path fill="#FFE8B6" d="M18 8.385c8.691 0 15 4.076 15 9.692 0 4.144-2.06 5.538-3 5.538-1.834 0-2.585-.559-3.723-1.407-1.133-.844-2.543-1.895-5.104-2.049-.146-.009-.295-.014-.446-.014-1.648 0-3.289.514-5.025 1.057-1.616.506-3.286 1.028-4.702 1.028-3.976 0-8-2.141-8-6.23 0-4.946 7.729-7.615 15-7.615M18 7C9 7 1 10.461 1 16c0 4.154 4 7.615 10 7.615 3.454 0 7.111-2.085 9.727-2.085.093 0 .184.003.273.008 3.909.235 4 3.462 9 3.462 2.341 0 5-2.077 5-6.923C35 11.846 28 7 18 7z"/><path fill="#FFE8B6" d="M16.161 8.443S19 8.385 21 9.769c1 .692.335 2.25.335 2.25l1.665.52s-.062-.835 3-1.385c2.251-.404 4.542 1.385 4.542 1.385S28 9.077 23 8.385c-5-.693-6.839.058-6.839.058z"/><path fill="#E6E7E8" d="M25 13.923c0 1.529-1.791 2.769-4 2.769s-4-1.24-4-2.769c0-1.529 1.791-2.769 4-2.769s4 1.24 4 2.769z"/><path fill="#A7A9AC" d="M23 13.923c0 .765-.896 1.385-2 1.385s-2-.62-2-1.385.896-1.384 2-1.384 2 .619 2 1.384z"/></svg>