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="#963B22" d="M17.119 5.604c-7.604 0-11.421 4.937-12.313 8.588-.653 2.673.337 5.794.639 9.208.267 3.03 2.033 5.574 3.843 6.089 2.603 3.284 5.37 3.143 10.017 3.143 9.073 0 12.472-6.782 12.472-14.579-.001-5.96-4.203-12.449-14.658-12.449z"/><path fill="#D4AB88" d="M28.259 18.69c-.878-1.216-2.002-2.194-4.466-2.541.924.423 1.809 1.886 1.925 2.695.116.809.231 1.463-.5.655-2.931-3.239-6.122-1.964-9.284-3.942-2.209-1.382-2.882-2.911-2.882-2.911s-.269 2.04-3.619 4.12c-.971.603-2.129 1.945-2.772 3.927-.463 1.424-.411 2.307-.297 3.31C7.546 30.393 11.887 34 18 34c6.107 0 10.442-2.887 11.628-9.573.022-.288.045-.576.045-.869 0-2.501-.413-3.482-1.414-4.868z"/><path fill="#C1694F" d="M22.707 26.293c-.387-.387-.93-.192-1.404-.01-.474.183-1.553.717-3.303.717s-2.829-.534-3.303-.717c-.474-.183-1.017-.377-1.404.01-.391.391-.391 1.023 0 1.414C13.425 27.84 15.229 29 18 29s4.575-1.16 4.707-1.293c.391-.391.391-1.023 0-1.414zM19 25h-2c-.552 0-1-.447-1-1s.448-1 1-1h2c.553 0 1 .447 1 1s-.447 1-1 1z"/><path fill="#662113" d="M14 23c-.552 0-1-.447-1-1v-1c0-.552.448-1 1-1s1 .448 1 1v1c0 .553-.448 1-1 1zm8 0c-.553 0-1-.447-1-1v-1c0-.552.447-1 1-1s1 .448 1 1v1c0 .553-.447 1-1 1z"/></svg>