mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 14:54:48 +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
461 B
XML
1 line
461 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#66757F" d="M17 36c-.512 0-1.024-.195-1.414-.586l-11-11C4.211 24.039 4 23.53 4 23V2C4 1.191 4.487.462 5.235.152c.747-.311 1.608-.139 2.179.434L17 10.171 26.586.586c.572-.573 1.431-.744 2.18-.434C29.513.462 30 1.191 30 2v21c0 .53-.211 1.039-.586 1.414l-11 11c-.39.391-.902.586-1.414.586z"/><path fill="#47DED4" d="M17 13L28 2v21L17 34z"/><path fill="#FFFF87" d="M6 2l11 11v21L6 23z"/></svg> |