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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#F4900C" d="M35.676 18.625c.057.794.011 5.907.006 6.093-.004.139-.013.279-.026.422-.618 6.445-5.937 10.342-12.187 9.375-6.062-.938-8.938-5.5-11.938-8.5S1.656 22.827.641 19.312c-.233-.807-.324-1.562-.294-2.267.011-.256-.141-5.031.035-6.169.338-2.189 35.008 3.795 35.294 7.749z"/><path fill="#FFCC4D" d="M4.718 4.856c3.5-2.125 8.964-2.286 12.5 1.25 3 3 4.243 3.843 9.243 4.843s9.632 3.532 9.194 8.094c-.618 6.445-5.937 10.342-12.187 9.375-6.062-.938-8.938-5.5-11.938-8.5S1.655 16.73.64 13.215c-1.109-3.842.996-6.487 4.078-8.359z"/><g fill="#FFAC33"><circle cx="12.513" cy="14.106" r="1.5"/><circle cx="29.013" cy="25.794" r="1"/><circle cx="17.013" cy="24.106" r="1"/><circle cx="24.513" cy="24.794" r="1.5"/><circle cx="31.825" cy="21.606" r="1.5"/><circle cx="29.013" cy="18.419" r="1"/><circle cx="25.013" cy="20.356" r="1"/><circle cx="19.513" cy="21.356" r="1"/><path d="M14.013 20.606c0-.828-.672-1.5-1.5-1.5-.496 0-.933.244-1.206.616.074.067.155.127.224.197.598.598 1.192 1.258 1.806 1.939.406-.268.676-.728.676-1.252z"/><circle cx="9.575" cy="16.419" r="1"/><circle cx="16.013" cy="17.419" r="1"/><circle cx="24.513" cy="13.606" r="1.5"/><circle cx="21.013" cy="17.419" r="1.5"/><circle cx="12.013" cy="10.106" r="1"/><circle cx="20.513" cy="11.106" r="1"/><circle cx="14.513" cy="7.856" r="1"/><circle cx="7.575" cy="12.606" r="1"/><circle cx="6.013" cy="6.856" r="1"/><circle cx="28.575" cy="14.106" r="1"/><circle cx="33.325" cy="17.419" r="1"/><circle cx="3.263" cy="10.606" r="1.5"/><circle cx="10.575" cy="5.856" r="1.5"/><circle cx="16.513" cy="11.106" r="1.5"/><path d="M19.513 26.106c-.408 0-.778.164-1.048.429.77.486 1.61.908 2.531 1.243.007-.057.017-.113.017-.172 0-.828-.672-1.5-1.5-1.5zm-14.75-10.5c0-.552-.448-1-1-1-.542 0-.978.433-.994.971.491.288 1.034.549 1.615.795.225-.184.379-.452.379-.766z"/></g></svg>