mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-14 08:36:39 +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
359 B
XML
1 line
359 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#F4900C" d="M36 32c0 4-4 4-4 4H4c-4 0-4-4-4-4V4c0-4 4-4 4-4h28s4 0 4 4v28z"/><path fill="#FFF" d="M24 3H12C9 3 9 6 9 6v24c0 3 3 3 3 3h12c3 0 3-3 3-3V6c0-3-3-3-3-3zm1 25H11V8h14v20zM2 15v5l5-2v-1zm1-2l4 2v-2l-4-3zm0 9l4-2v2l-4 3zm31-7v5l-5-2v-1zm-1-2l-4 2v-2l4-3zm0 9l-4-2v2l4 3z"/></svg> |