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
740 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#88C9F9" d="M3 9l4.786 23.182S10 35 18 35s10.214-2.818 10.214-2.818L33 9H3z"/><path fill="#3B88C3" d="M2 5h32v4H2z"/><ellipse fill="#3B88C3" cx="18" cy="9.042" rx="16" ry="3.958"/><ellipse fill="#55ACEE" cx="18" cy="5" rx="16" ry="4"/><ellipse fill="#004A77" cx="18" cy="4.625" rx="15" ry="3.375"/><path fill="#99AAB5" d="M18 26.413C8.406 26.413.602 18.489.602 8.75c0-.552.448-1 1-1s1 .448 1 1c0 8.637 6.908 15.663 15.398 15.663 8.491 0 15.398-7.026 15.398-15.663 0-.552.447-1 1-1s1 .448 1 1c0 9.739-7.804 17.663-17.398 17.663z"/><path fill="#292F33" d="M25.406 23.826C25.406 25.579 22.09 27 18 27s-7.406-1.421-7.406-3.174 2.116 0 7.406 0 7.406-1.753 7.406 0z"/></svg>