mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 15:24:39 +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
5 lines
579 B
XML
5 lines
579 B
XML
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M7 10C6.44772 10 6 10.4477 6 11V13C6 13.5523 6.44772 14 7 14H8C8.55228 14 9 13.5523 9 13V11C9 10.4477 8.55228 10 8 10H7Z" fill="black"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 8C2 5.79086 3.79086 4 6 4H18C20.2091 4 22 5.79086 22 8V16C22 18.2091 20.2091 20 18 20H6C3.79086 20 2 18.2091 2 16V8ZM6 5.5H18C19.3807 5.5 20.5 6.61929 20.5 8V16C20.5 17.3807 19.3807 18.5 18 18.5H6C4.61929 18.5 3.5 17.3807 3.5 16V8C3.5 6.61929 4.61929 5.5 6 5.5Z" fill="black"/>
|
|
</svg>
|