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="M30 36H6c-.552 0-1-.447-1-1s.448-1 1-1h24c2.542 0 4-1.367 4-3.75 0-1.537-1.643-3.25-4-3.25h-7c-.553 0-1-.447-1-1s.447-1 1-1h7c3.589 0 6 2.715 6 5.25 0 3.493-2.355 5.75-6 5.75z"/><path fill="#66757F" d="M12 24.5c0-3.037 3.604-5.938 1-7.5-3.407-2.044-6.879 4.293-9 5-3 1-4 3.407-4 5 0 1.838 1.986 1.725 5 2 1.906.175 5.594.125 9 1 2.942.756-2-2.462-2-5.5z"/><path fill="#66757F" d="M33 23.5C33 15 29.247 11 24 11c-10 0-14 7-14 14 0 5.247 6.753 6 12 6s11-2.253 11-7.5z"/><path fill="#66757F" d="M9.781 17.844c0-2.594-2.375-3.219-1.188-5.031.706-1.078 2.588-.635 3.051-.582-.037 1.332 1.605 1.875 2.054 1.049.378.372.71.83.962 1.361.914 1.923-.461 4.49-1.958 5.201-1.494.711-2.921.132-2.921-1.998z"/><path fill="#E6AAAA" d="M13.633 16.14c.084 1.279-.481 2.67-1.396 2.915-.914.246-1.277-.728-1.608-1.961-.331-1.233-.95-2.686-.036-2.932.915-.246 2.931.317 3.04 1.978z"/><circle fill="#292F33" cx="8" cy="23" r="1"/><path fill="#66757F" d="M10.594 18.312c-1.26-1.717-2.834-1.977-4.49-1.979-.729 0-.687.479-.104.542 1.076.115 1.963.406 2.077.667.076.175-.702-.042-1.431-.042-1.167 0-1.042.298-.167.521 1.875.479 1.833 1.219 2.896 1.188 1.063-.033 1.219-.897 1.219-.897zm15.848-6.987c-1.65-.616-3.942-2.241-6.192-1.991-.751.083-.462.519 0 .625.609.141 1.438.704 1.731.933.281.219-2.314-.558-4.065.109-.872.332-.514.562.031.5.816-.094 1.609.172 2.641.797 1.031.624 6.932-.571 5.854-.973z"/></svg>