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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#C1694F" d="M36 25c0 4-8.059 11-18 11S0 29 0 25C0 6 17 0 18 0s18 6 18 25z"/><g fill="#A95233"><path d="M3.001 29.385c-.05 0-.1-.004-.15-.012-.546-.082-.922-.591-.84-1.137.134-.895 3.43-21.968 15.535-28.127.493-.252 1.094-.054 1.345.438.25.492.054 1.094-.438 1.345C7.267 7.583 4.021 28.325 3.989 28.533c-.075.496-.501.852-.988.852z"/><path d="M32.999 29.385c-.486 0-.913-.355-.988-.852-.031-.208-3.277-20.95-14.464-26.642-.492-.251-.688-.853-.438-1.345.25-.492.854-.689 1.344-.438 12.107 6.16 15.401 27.234 15.536 28.128.082.546-.294 1.055-.841 1.137-.049.008-.1.012-.149.012z"/><path d="M12.001 33l-.054-.001c-.551-.029-.975-.501-.945-1.052.053-.999 1.356-24.544 6.176-31.516.314-.455.938-.567 1.391-.254.455.314.568.937.254 1.392-4.5 6.508-5.811 30.246-5.824 30.484-.029.534-.47.947-.998.947z"/><path d="M23.999 33c-.527 0-.969-.413-.998-.947-.013-.238-1.324-23.976-5.824-30.484-.314-.454-.2-1.077.254-1.392.456-.314 1.079-.2 1.391.254 4.819 6.972 6.123 30.517 6.177 31.516.029.551-.395 1.021-.946 1.052l-.054.001z"/></g><path fill="#662113" d="M36 25c0 4-8.059 11-18 11S0 29 0 25c3 4 10 7 18 7s15-3 18-7z"/></svg>