mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +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
4 lines
534 B
XML
4 lines
534 B
XML
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7ZM8.25 11.25C8.25 11.9404 7.69036 12.5 7 12.5C6.30964 12.5 5.75 11.9404 5.75 11.25C5.75 10.5596 6.30964 10 7 10C7.69036 10 8.25 10.5596 8.25 11.25ZM7 2C6.44772 2 6 2.44772 6 3V7.5C6 8.05228 6.44772 8.5 7 8.5C7.55228 8.5 8 8.05229 8 7.5V3C8 2.44772 7.55228 2 7 2Z" fill="black"/>
|
|
</svg>
|