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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#55ACEE" d="M33 21c-.56-2.797-2.108-6.956-3.707-10.015 1.8-1.248 3.359-3.716 3.359-8.482C32 2 31.371 2 30 2c-1.37 0-3.771-1-3.771-1h-1.372s-2.171 1-2.858 1c-.685 0-3.043-.043-3.513.427 0 4.709 1.612 7.207 3.337 8.491C20.251 13.994 18.699 18.206 18 21c-1 4-.034 9.327 0 9.5.312 1.584 2.254 3.5 7.5 3.5s7.021-1.999 7.5-3.5c.056-.175 1-4.5 0-9.5z"/><ellipse fill="#3B88C3" cx="25.543" cy="2.296" rx="7.083" ry="1.789"/><path fill="#88C9F9" d="M25.431 4.644c-3.154 0-5.515-.701-6.154-1.001-.5-.235-.715-.83-.48-1.33.234-.5.827-.716 1.33-.48.731.344 5.593 1.707 11.045-.094.521-.172 1.09.112 1.263.636.174.524-.111 1.09-.636 1.263-2.276.75-4.467 1.006-6.368 1.006z"/><path fill="#CCD6DD" d="M19.652 24.389c0-1.104-.868-1.389-2.542-1.389H4.834c-.837 0-2.478-.48-2.478 1.297 0 10.199 6.195 11.906 8.366 11.906 3.008 0 8.93-1.551 8.93-11.814z"/><path fill="#8899A6" d="M19.621 23.691c0 1.206-2.639 2.184-8.649 2.184s-8.649-.978-8.649-2.184c0-1.207 2.64-2.184 8.649-2.184 6.01.001 8.649.977 8.649 2.184z"/><path fill="#FFF" d="M10.828 26.338c-3.801 0-6.643-.841-7.413-1.202-.5-.234-.715-.829-.481-1.329.235-.501.829-.718 1.33-.481.906.425 6.928 2.114 13.649-.105.527-.175 1.09.11 1.263.636.174.524-.111 1.09-.635 1.263-2.758.909-5.412 1.218-7.713 1.218z"/><path fill="#88C9F9" d="M28.667 16.396c0 .955-.793 1.729-1.771 1.729-.979 0-1.771-.774-1.771-1.729 0-.955.793-1.729 1.771-1.729.978 0 1.771.774 1.771 1.729z"/><path fill="#88C9F9" d="M30.667 18.396c0 .955-.793 1.729-1.771 1.729-.979 0-1.771-.774-1.771-1.729 0-.955.793-1.729 1.771-1.729.978 0 1.771.774 1.771 1.729z"/><path fill="#88C9F9" d="M28.667 19.396c0 .955-.793 1.729-1.771 1.729-.979 0-1.771-.774-1.771-1.729 0-.955.793-1.729 1.771-1.729.978 0 1.771.774 1.771 1.729zm-6.593 6.557c.658.262.974 1.021.706 1.694-.269.674-1.02 1.007-1.678.745-.657-.262-.974-1.02-.705-1.694.268-.674 1.02-1.008 1.677-.745z"/><path fill="#88C9F9" d="M24.001 25.124c.658.262.974 1.021.706 1.694-.269.674-1.021 1.008-1.678.746-.657-.263-.975-1.022-.705-1.695.269-.674 1.02-1.007 1.677-.745z"/><path fill="#88C9F9" d="M24.142 26.776c.657.262.973 1.021.705 1.694-.269.674-1.02 1.007-1.678.745-.657-.262-.974-1.021-.705-1.694.268-.673 1.02-1.007 1.678-.745z"/><circle fill="#BBDDF5" cx="27.625" cy="18.125" r="1.125"/><path fill="#BBDDF5" d="M23.792 27.084c0 .437-.354.791-.792.791-.437 0-.791-.354-.791-.791 0-.438.354-.792.791-.792.438 0 .792.354.792.792z"/></svg>