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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#B52E04" d="M12.691 34.484l.008.008 4.59-10.124-5.657-5.657-10.124 4.59.008.008c-.179.097-.347.208-.491.352-1.562 1.562-.296 5.361 2.828 8.485s6.923 4.391 8.485 2.828c.145-.143.256-.311.353-.49z"/><path fill="#662113" d="M9.376 17.519c.545-1.059 3.556.521 6.07 3.035s4.047 5.549 3.035 6.07c-1.054.542-3.556-.521-6.07-3.035s-3.578-5.016-3.035-6.07z"/><path fill="#662113" d="M9.864 18.15c-.078 0-.157-.018-.231-.057-.245-.128-.339-.43-.212-.675l8.485-16.263c.128-.245.429-.34.675-.212.245.128.339.43.212.675l-8.485 16.263c-.09.172-.264.269-.444.269zm8.486 8.486c-.18 0-.354-.098-.444-.269-.127-.245-.033-.547.212-.675l16.264-8.485c.245-.128.547-.033.675.212s.033.547-.212.675l-16.264 8.485c-.074.038-.153.057-.231.057z"/><path fill="#C1694F" d="M10.218 17.297c.531-1.04 3.314.485 5.657 2.828s3.729 5.197 2.828 5.657c-.984.502-3.314-.485-5.657-2.828s-3.33-4.673-2.828-5.657z"/><path fill="#C1694F" d="M18.34 1.377L34.623 17.66l-15.92 8.122-8.485-8.485z"/><path fill="#662113" d="M34.021 18.262c-1.928 1.928-7.344-1.494-11.066-5.216S15.811 3.908 17.739 1.98c2.715-2.715 7.219.099 11.701 4.581s7.296 8.986 4.581 11.701z"/><path fill="#BE1931" d="M34.691 17.592c-1.806 1.806-6.616-.673-11.113-5.17s-6.975-9.307-5.17-11.113c2.543-2.543 6.993.324 11.476 4.807s7.35 8.933 4.807 11.476z"/><ellipse transform="rotate(-45.001 26.835 9.166)" fill="#662113" cx="26.835" cy="9.165" rx="4" ry="11.5"/><path fill="#D99E82" d="M24.89 11.11c4.114 4.114 8.502 6.508 10.337 5.758 1.471-2.612-1.258-6.666-5.344-10.751C25.798 2.032 21.744-.697 19.132.773c-.75 1.835 1.645 6.223 5.758 10.337z"/><ellipse transform="rotate(-45.001 27.896 8.105)" fill="#FFE8B6" cx="27.896" cy="8.104" rx="3" ry="10.5"/><path fill="#662113" d="M13.046 23.454c-.128 0-.256-.049-.354-.146-.195-.195-.195-.512 0-.707l11.314-11.314c.195-.195.512-.195.707 0s.195.512 0 .707L13.4 23.308c-.098.097-.226.146-.354.146zm-1.556-1.556c-.1 0-.2-.029-.288-.092-.226-.159-.279-.472-.12-.697l9.545-13.505c.161-.226.474-.277.697-.12.225.159.278.471.119.697l-9.545 13.506c-.096.138-.251.211-.408.211zm3.113 3.112c-.157 0-.312-.073-.409-.211-.16-.226-.106-.538.12-.697l13.505-9.546c.225-.158.537-.107.697.12.159.226.105.538-.119.697l-13.506 9.546c-.088.061-.189.091-.288.091zm-4.244-4.95c-.083 0-.167-.021-.244-.063-.241-.136-.327-.44-.191-.681l8.485-15.132c.135-.242.44-.327.68-.191.241.135.327.44.192.681l-8.486 15.131c-.091.163-.261.255-.436.255zm6.082 6.081c-.175 0-.345-.092-.437-.256-.135-.24-.049-.545.191-.681l15.132-8.485c.239-.135.545-.05.681.191.135.241.049.546-.192.681l-15.131 8.486c-.078.043-.162.064-.244.064z"/></svg>