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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#9266CC" d="M36 32c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V4c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v28z"/><path fill="#FFF" d="M11.999 27.5c-3.584 0-6.5-2.916-6.5-6.5s2.916-6.5 6.5-6.5 6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5zm0-10c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z"/><path fill="#FFF" d="M25.553 29.768c-.654 0-1.337-.114-2.028-.345-1.654-.552-2.783-1.78-3.18-3.46-.64-2.71.737-6.167 3.594-9.024 1.911-1.912 2.75-4.625 1.993-6.452C25.251 8.845 23.418 8.5 22 8.5c-2.173 0-4.5 1.406-4.5 3.5 0 1.821.388 2.812.798 3.862.618 1.581 1.257 3.216.125 6.612-.262.784-1.111 1.211-1.897.948-.786-.262-1.21-1.111-.948-1.897.789-2.366.465-3.196-.073-4.57C15.057 15.811 14.5 14.387 14.5 12c0-4.015 3.893-6.5 7.5-6.5 4.448 0 6.109 2.405 6.703 3.839 1.221 2.947.134 6.944-2.643 9.722-2.382 2.382-3.12 4.837-2.795 6.213.157.667.541 1.081 1.209 1.304.91.305 1.701.244 2.285-.178.456-.329.74-.865.74-1.399 0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5c0 1.504-.742 2.938-1.986 3.834-.86.618-1.873.933-2.96.933z"/></svg>