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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFCC4D" d="M33 21c0 8.284-6.716 15-15 15S3 29.284 3 21C3 12.716 9.716 6 18 6s15 6.716 15 15"/><path fill="#664500" d="M25.688 25.605c-.146-.133-.366-.141-.522-.023-.032.023-3.23 2.389-7.165 2.389-3.925 0-7.133-2.365-7.165-2.389-.157-.117-.376-.107-.523.023-.146.132-.179.35-.077.517.105.178 2.648 4.318 7.764 4.318 5.115 0 7.659-4.141 7.765-4.317.101-.169.069-.386-.077-.518zm-10.982-5.84c0 1.593-.922 2.883-2.059 2.883s-2.059-1.29-2.059-2.883c0-1.591.921-2.882 2.059-2.882s2.059 1.29 2.059 2.882zm10.706 0c0 1.593-.922 2.883-2.06 2.883-1.137 0-2.059-1.29-2.059-2.883 0-1.591.922-2.882 2.059-2.882 1.138-.001 2.06 1.29 2.06 2.882zM32 6.13c-1.19 1.441-3.182 1.951-5.076 2.121C26.606 6.713 25.241 1 22.5 1c-2.403 0-3.269 1.091-4.5 1.091C16.769 2.091 15.903 1 13.5 1c-2.741 0-4.106 5.713-4.424 7.251C7.182 8.081 5.19 7.57 4 6.13 1.847 3.524-1 5.444.442 8.304 2.72 12.821 8.23 16 18 16c9.769 0 15.279-3.179 17.558-7.696C37 5.444 34.153 3.524 32 6.13z"/><path fill="#825D0E" d="M21.5 3c-1.869 0-2.543.964-3.5.964-.957 0-1.631-.964-3.5-.964C12.037 3 11 9.75 11 9.75S12.282 12 18 12c5.719 0 7-2.25 7-2.25S23.963 3 21.5 3z"/><path fill="#664500" d="M11 6s2.074 2 7 2c4.927 0 7-2 7-2v2s-2.222 2-7 2c-4.778 0-7-2-7-2V6z"/></svg>