mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 18:11:54 +00:00
4ee21ada05
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
1 line
514 B
XML
1 line
514 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#3B88C3" d="M22 0h3l5 2.808 5 23.307L26 27l-6-16.423M14 0h-3L6 2.808 1 26.115 10 27l6-16.423"/><path fill="#3B88C3" d="M11 5h14v31H11z"/><path fill="#269" d="M17.985 8.761L11 14h2l5.094-5.094z"/><path fill="#88C9F9" d="M25 20s-1.167 1-7 1-7-1-7-1v-6h14v6z"/><path fill="#FFF" d="M25 18s-1.167 1-7 1-7-1-7-1v-2h14v2zm0-18l-7 9-7-9z"/><path fill="#99AAB5" d="M20.333 0L18 3l-2.333-3z"/><path fill="#269" d="M25 25V4l2 23zm-14 0V4L9 27z"/></svg> |