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="#464F25" d="M33 15c-.987-7.586-4.602-14-15-14S3.987 7.414 3 15c-.152 1.169-2 2-2 6 0 2 1.366 3.564 3 4 3.105.829 3-1 14-1s10.895 1.829 14 1c1.634-.436 3-2 3-4 0-4-1.848-4.831-2-6z"/><path fill="#383A18" d="M18 15.068C7.602 15.068 2.001 17 2.001 21c0 2 .365-.176 1.999.261 3.105.829 3-2.317 14-2.317s10.895 3.146 14 2.317c1.634-.437 1.999 1.739 1.999-.261 0-4-5.601-5.932-15.999-5.932z"/><path fill="#C1694F" d="M18 33.966C8.733 33.966 4.034 29.94 4.034 22c0-7.94 4.699-11.966 13.966-11.966 9.268 0 13.966 4.026 13.966 11.966 0 7.94-4.698 11.966-13.966 11.966zm0-22C9.79 11.966 5.966 15.154 5.966 22S9.79 32.034 18 32.034 30.034 28.846 30.034 22 26.21 11.966 18 11.966z"/><path fill="#662113" d="M24 32c0 1.657-2.686 3-6 3s-6-1.343-6-3 2.686-1 6-1 6-.657 6 1z"/><path fill="#717735" d="M33 15c-.987-7.586-4.602-14-15-14S3.987 7.414 3 15c-.152 1.169-2 2-2 6 0 2 1.366 3.564 3 4 0-4 0-8 14-8s14 4 14 8c1.634-.436 3-2 3-4 0-4-1.848-4.831-2-6z"/><path fill="#A3A364" d="M18 13c-7 0-17 1-17 8 0 2 1.366 3.564 3 4 0-4 0-8 14-8s14 4 14 8c1.634-.436 3-2 3-4 0-7-11-8-17-8z"/><path fill="#677032" d="M18 16C7.602 16 1 17 1 21c0 2 1.366 3.564 3 4 0-4 0-8 14-8s14 4 14 8c1.634-.436 3-2 3-4 0-4-6.602-5-17-5z"/></svg>