mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-15 09:04:45 +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
529 B
XML
4 lines
529 B
XML
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.416 2.37592C21.7607 2.60568 21.8538 3.07134 21.624 3.41598L9.62404 21.416C9.4994 21.6029 9.2975 21.7242 9.0739 21.7463C8.8503 21.7684 8.62855 21.6892 8.46967 21.5303L2.46967 15.5303C2.17678 15.2374 2.17678 14.7625 2.46967 14.4696C2.76256 14.1767 3.23744 14.1767 3.53033 14.4696L8.88343 19.8227L20.376 2.58393C20.6057 2.23929 21.0714 2.14616 21.416 2.37592Z" fill="black"/>
|
|
</svg>
|