mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +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
6 lines
314 B
XML
6 lines
314 B
XML
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="4.375" cy="10" r="1.875" fill="black" fill-opacity="0.7"/>
|
|
<circle cx="15.625" cy="10" r="1.875" fill="black" fill-opacity="0.7"/>
|
|
<circle cx="10" cy="10" r="1.875" fill="black" fill-opacity="0.7"/>
|
|
</svg>
|