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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#D99E82" d="M14 20c0 4.418-2 12.562-13.062 13C3.562 29.125 0 24.418 0 20c0-4.418 2.582-8 7-8s7 3.582 7 8z"/><path fill="#C1694F" d="M7.997 21.582c0-.028.003-.053.003-.082V18h.542c2.93 0 5.449 2.5 5.449 2.5 0-.553-2.157-4.5-5.741-4.5H8V9c0-.552-.448-1-1-1s-1 .448-1 1v7h-.541C1.876 16 .015 19.947.015 20.5c0 0 2.223-2.5 5.152-2.5H6v2.042c0 .393-.02.749-.032 1.12l-.431-.009C1.954 21.083 1.011 24.52 1 25.072c0 0 1.277-1.983 4.206-1.925l.634.013c-.105 1.051-.26 1.993-.453 2.837-1.737.379-3.27 1.81-3.36 2.197 0 0 1.87-.487 2.864-.423C3.401 32.095.938 33 .938 33c.371 0 3.43-.973 5.398-4.45l.379.179c.82.489 1.745 2.217 1.745 2.217.186-.396.138-2.914-1.294-4.241.321-.905.565-1.931.702-3.094 2.711.79 4.223 3.659 4.223 3.659.128-.53-.741-4.749-4.094-5.688z"/><path fill="#D99E82" d="M15.675 17.283c0 6.339 2.87 18.027 18.745 18.655-3.767-5.56 1.346-12.315 1.346-18.655 0-6.341-3.706-11.48-10.045-11.48-6.341-.001-10.046 5.139-10.046 11.48z"/><path fill="#C1694F" d="M28.296 21.8c4.201-.084 6.034 2.762 6.034 2.762-.017-.793-1.367-5.725-6.511-5.624l-.792.016c-.016-.523-.027-1.058-.027-1.611V15h1.349c4.205 0 7.394 3.023 7.394 3.023 0-.793-2.668-6.023-7.811-6.023H27V1.498c0-.792-.708-1.435-1.5-1.435-.793 0-1.5.643-1.5 1.435V12h-.073c-5.144 0-8.238 5.229-8.238 6.023 0 0 3.616-3.023 7.821-3.023H24v4.435c0 .072.004.14.005.211-4.573 1.502-5.77 7.325-5.589 8.068 0 0 2.062-3.917 5.771-5.163.209 1.724.586 3.239 1.077 4.566-1.843 1.948-1.896 5.322-1.638 5.872 0 0 1.324-2.479 2.503-3.181l.323-.152c2.846 4.915 7.217 6.281 7.746 6.281 0 0-3.507-1.288-5.625-7.495 1.37-.165 4.282.598 4.282.598-.131-.567-2.44-2.723-5.012-3.2-.268-1.197-.484-2.533-.632-4.02l1.085-.02z"/></svg>