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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><circle fill="#FFCC4D" cx="18" cy="18" r="18"/><ellipse fill="#664500" cx="12.5" cy="16.5" rx="2.5" ry="3.5"/><ellipse fill="#664500" cx="23.5" cy="16.5" rx="2.5" ry="3.5"/><path fill="#664500" d="M29 12c-5.554 0-7.802-4.367-7.895-4.553-.247-.494-.047-1.095.447-1.342.492-.247 1.092-.048 1.34.443C22.967 6.694 24.713 10 29 10c.553 0 1 .448 1 1 0 .553-.447 1-1 1zm-22-.006c-.552 0-1-.448-1-1s.448-1 1-1c5.083 0 5.996-3.12 6.033-3.253.145-.528.69-.848 1.219-.709.53.139.851.673.718 1.205-.049.194-1.266 4.757-7.97 4.757z"/><path fill="#FFAC33" d="M35.968 17.068l-4.005.813-16.187 10.508 7.118.963 11.685-7.211c.703-.431.994-.835 1.198-1.747s.191-3.326.191-3.326z"/><path fill="#664500" d="M23.485 29.379C23.474 29.335 22.34 26.5 18 26.5s-5.474 2.835-5.485 2.879c-.053.213.044.431.232.544.188.112.433.086.596-.06C13.352 29.855 14.356 29 18 29c3.59 0 4.617.83 4.656.863.095.09.219.137.344.137.084 0 .169-.021.246-.064.196-.112.294-.339.239-.557z"/><path fill="#CCD6DD" d="M35.474 15.729c-.829-1.104-2.397-1.328-3.501-.5L14.767 28.137c.646-.242 1.51-.444 2.615-.522.256-.018 2.66-.627 2.66-.627l1.293 1.036s.911.367 1.197.539l12.444-9.335c1.103-.827 1.326-2.395.498-3.499z"/><path fill="#DA2F47" d="M28.686 20.87c-.448-.596-.787-1.145-1.383-.698l-9.922 7.443c.256-.018.5-.042.783-.044 1.36-.009 2.4.195 3.17.452l7.588-5.692c.596-.447.211-.864-.236-1.461z"/><path fill="#67757F" d="M18.599 25.228l1.234 1.598.741-.595-1.197-1.587zm2.223-1.661l1.235 1.598.741-.595-1.197-1.587zm2.184-1.619l1.234 1.598.741-.595-1.197-1.587zm2.181-1.66l1.235 1.597.741-.594-1.197-1.587zm2.238-1.641l1.235 1.598.74-.595-1.196-1.587zm2.14-1.618l1.235 1.598.74-.595-1.196-1.587z"/><path fill="#452E04" d="M22.531 28.563l.805.522s-.197-.362-.526-.726l-.279.204z"/></svg>