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.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#EA596E" d="M31 11C31 5 18 0 18 0v25s13-8 13-14z"/><path fill="#EA596E" d="M5.002 11c0-6 13-11 13-11v25c.001 0-13-8-13-14z"/><path fill="#F4ABBA" d="M27 11c0 3.833-9 12-9 12s-9-8.167-9-12c0-5 9-11 9-11s9 6 9 11z"/><path fill="#BE1931" d="M13 15.867c2.552 4.254-1.806 9.096-4.357 8.245-2.552-.851-3.403 1.701-.851 2.552s8.052-.396 11.059-3.402c.851-.851 1.701-.851 1.701-.851L13 15.867z"/><path fill="#BE1931" d="M23 15.867c-2.552 4.254 1.806 9.096 4.357 8.245 2.553-.851 3.403 1.701.851 2.552s-8.052-.396-11.059-3.402c-.851-.851-1.702-.851-1.702-.851L23 15.867z"/><path fill="#EA596E" d="M9 17c2.552 4.254-1.369 11.366-3.921 10.515-2.552-.851-3.403 1.702-.851 2.553s8.052-.396 11.059-3.403c.851-.851 1.701-.851 1.701-.851L9 17zm17.989 0c-2.553 4.254 1.368 11.366 3.921 10.515 2.552-.851 3.402 1.702.851 2.553-2.553.851-8.052-.396-11.059-3.403-.851-.852-1.702-.852-1.702-.852L26.989 17z"/><path fill="#F4ABBA" d="M30.921 32.35C28.599 33.124 24 27 25 21c2-5-4-7.482-4-9.983 0-6.108-2.031-9.735-3.031-9.735S15 4.909 15 11.017C15 13.518 9 16 11 21c1 6-3.599 12.124-5.921 11.35-2.552-.851-3.403 2.552-.851 3.402 2.552.851 7.069-.533 10.208-3.402C16.299 30.647 18 30.647 18 30.647s1.701 0 3.563 1.702c3.139 2.869 7.656 4.253 10.208 3.402 2.552-.85 1.702-4.252-.85-3.401z"/><circle fill="#292F33" cx="14.5" cy="23.5" r="2.5"/><circle fill="#292F33" cx="21.5" cy="23.5" r="2.5"/></svg>