mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +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
735 B
XML
4 lines
735 B
XML
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M9.99985 4.60004C10.3312 4.60004 10.5999 4.86867 10.5999 5.20004V9.00004C10.5999 9.22095 10.7789 9.40004 10.9999 9.40004H14.7999C15.1312 9.40004 15.3999 9.66867 15.3999 10C15.3999 10.3314 15.1312 10.6 14.7999 10.6H10.9999C10.7789 10.6 10.5999 10.7791 10.5999 11V14.8C10.5999 15.1314 10.3312 15.4 9.99985 15.4C9.66848 15.4 9.39985 15.1314 9.39985 14.8V11C9.39985 10.7791 9.22077 10.6 8.99985 10.6H5.19985C4.86848 10.6 4.59985 10.3314 4.59985 10C4.59985 9.66867 4.86848 9.40004 5.19985 9.40004H8.99985C9.22077 9.40004 9.39985 9.22095 9.39985 9.00004V5.20004C9.39985 4.86867 9.66848 4.60004 9.99985 4.60004Z" fill="#4360DF"/>
|
|
</svg>
|