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
621 B
XML
4 lines
621 B
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6666 12.4445V8.00004C13.6666 4.87043 11.1295 2.33337 7.99992 2.33337C4.87031 2.33337 2.33325 4.87043 2.33325 8.00004C2.33325 11.1297 4.87031 13.6667 7.99992 13.6667H12.4444C13.1194 13.6667 13.6666 13.1195 13.6666 12.4445ZM7.99992 1.33337C4.31802 1.33337 1.33325 4.31814 1.33325 8.00004C1.33325 11.6819 4.31802 14.6667 7.99992 14.6667H12.4444C13.6717 14.6667 14.6666 13.6718 14.6666 12.4445V8.00004C14.6666 4.31814 11.6818 1.33337 7.99992 1.33337Z" fill="#4360DF"/>
|
|
</svg>
|