mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +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
725 B
XML
5 lines
725 B
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M2.10095 13.5959L2.79836 10.8062C2.83059 10.6773 2.87123 10.5512 2.91985 10.4285C2.98171 10.2724 3.18145 10.2423 3.30017 10.361L5.63897 12.6998C5.75769 12.8185 5.7276 13.0183 5.57152 13.0801C5.44883 13.1288 5.32266 13.1694 5.19376 13.2016L2.40412 13.899C2.22103 13.9448 2.05518 13.779 2.10095 13.5959Z" fill="black"/>
|
|
<path d="M6.32312 11.2627C6.71364 11.6532 7.34681 11.6532 7.73733 11.2627L14.2928 4.7072C14.6833 4.31668 14.6833 3.68351 14.2928 3.29299L12.707 1.7072C12.3165 1.31668 11.6833 1.31668 11.2928 1.7072L4.73733 8.26266C4.34681 8.65318 4.34681 9.28635 4.73733 9.67687L6.32312 11.2627Z" fill="black"/>
|
|
</svg>
|