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
489 B
XML
1 line
489 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#F4900C" d="M15 26h6v4h-6z"/><path fill="#FFAC33" d="M30 18c0 7 3 4 3 7 0 0 0 2-2 2H5c-2 0-2-2-2-2 0-3 3 0 3-7 0-5.523 6.477-8 12-8s12 2.477 12 8z"/><circle fill="#FFAC33" cx="18" cy="10" r="3"/><path fill="#C1694F" d="M35 33c0 1.104-.896 2-2 2H3c-1.104 0-2-.896-2-2s.896-2 2-2h30c1.104 0 2 .896 2 2z"/><path fill="#C1694F" d="M33 31c0 1.104-.896 2-2 2H5c-1.104 0-2-.896-2-2s.896-2 2-2h26c1.104 0 2 .896 2 2z"/></svg> |