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="#F7DECE" d="M31 14c-1 6-5 8-6 13-1.606 8.034-6.267 9-11 9-7.75 0-3.856-7.568-7-17-3-9-2.716-15.899 7-18 9.25-2 18.634 3.194 17 13z"/><path fill="#E0AA94" d="M23.999 22c-.19 0-.383-.055-.554-.168-.46-.307-.584-.927-.277-1.387.491-.737.968-1.34 1.429-1.923C25.992 16.756 27 15.481 27 12c0-2.21-.782-3.975-2.323-5.246-2.193-1.806-5.827-2.486-9.485-1.773-1.861.363-3.194 1.215-4.074 2.604-2.061 3.253-.827 8.243-.814 8.293.136.535-.188 1.08-.723 1.215-.538.139-1.08-.188-1.215-.723-.061-.238-1.454-5.883 1.063-9.856 1.174-1.853 2.984-3.029 5.381-3.497 4.227-.825 8.496.015 11.14 2.192C27.944 6.855 29 9.203 29 12c0 4.175-1.377 5.917-2.835 7.763-.436.552-.887 1.122-1.333 1.792-.192.289-.51.445-.833.445z"/><path fill="#E0AA94" d="M11.585 26.917c-.367 0-.72-.202-.896-.553-.551-1.103-.367-1.995-.116-2.549.545-1.202 1.916-1.935 2.924-2.199 1.997-.668 2.975-3.34 2.442-5.181-.572-1.974-2.651-2.673-5.701-1.922-.53.134-1.078-.194-1.21-.731-.132-.536.195-1.078.731-1.21 4.914-1.214 7.407.914 8.1 3.308.798 2.755-.564 6.577-3.794 7.653-.588.156-1.434.585-1.672 1.109-.068.149-.132.396.083.828.247.494.047 1.095-.447 1.342-.142.071-.295.105-.444.105z"/></svg>