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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#9AAAB4" d="M23 34s-2-1-5-1-5 1-5 1l.999-32h8.002L23 34z"/><path fill="#E1E8ED" d="M17.978 0h1c2 0 4.001 2 4.001 2s3.227 1.274 6.227 2.274S36.028 22.479 36 23.668c-.022.96-4.746 1.866-4.975 1.263-.517-1.361-1.718-5.296-2.83-10.804 0 11 2.416 19.707 2.416 19.707S24.978 36 21.978 36c-1-4-.999-17-.999-20S17.978 0 17.978 0z"/><path fill="#E1E8ED" d="M18 0h-1c-2 0-4.001 2-4.001 2S9.772 3.274 6.772 4.274c-3 1-6.821 18.205-6.794 19.394.022.96 4.746 1.866 4.974 1.263.517-1.361 1.717-4.993 2.83-10.804 0 11-2.416 19.707-2.416 19.707S11 36 14 36c1-4 .999-17 .999-20S18 0 18 0z"/><path fill="#F5F8FA" d="M24.002 4S21 0 19 0h-2c-2 0-5.002 4-5.002 4l2.001 1-2.001 1 3.001 10.004h6.002L24.002 6l-2.001-1 2.001-1zM12.18 28.167c-.537.062-2.668-.25-3.084-.458-.565-.283-.648-.615-.583-1.208.065-.594.311-1.344.425-3.5.909.417 2.951.542 4.535.583 0 1.812-.332 3.417-.332 3.417-.069.549-.424 1.103-.961 1.166zm11.64 0c.537.062 2.667-.25 3.084-.458.565-.283.648-.615.583-1.208-.065-.594-.311-1.344-.425-3.5-.909.417-2.951.542-4.535.583 0 1.812.332 3.417.332 3.417.069.549.424 1.103.961 1.166z"/><ellipse fill="#BB1A34" cx="23.563" cy="13.813" rx=".354" ry="2.021"/><ellipse fill="#4289C1" cx="24.563" cy="13.813" rx=".354" ry="2.021"/><path fill="#F5F8FA" d="M25.918 16.917c-.39.153-2.209.167-2.709-.042-.5-.208-.688-.438-.729-1.021-.042-.583.062-2.854.062-2.854h3.959s.125 1.625.125 3c.001.585-.254.739-.708.917z"/><path fill="#CCD6DD" d="M21.001 3.5h-6.002v-1c0-1.105.895-2 2-2h2.002c1.105 0 2 .895 2 2v1z"/><path fill="#9AAAB4" d="M21.001 31.712h-6.002V3.501c0-1.105.895-2 2-2h2.002c1.105 0 2 .895 2 2v28.211z"/></svg>