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
461 B
XML
1 line
461 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#D79E84" d="M35 36H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h34c.55 0 1 .45 1 1v34c0 .55-.45 1-1 1z"/><path fill="#BF6952" d="M1 36h34c.55 0 1-.45 1-1V1c0-.275-.112-.525-.294-.706L.294 35.706C.475 35.888.725 36 1 36z"/><path fill="#8CCAF7" d="M2 2h32v32H2z"/><path opacity=".5" fill="#FFF" d="M2 34V2h32z"/><path fill="#BF6952" d="M17 2h2v32h-2z"/><path fill="#BF6952" d="M2 19v-2h32v2z"/></svg> |