mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 18:11:54 +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
685 B
XML
4 lines
685 B
XML
<svg width="12" height="14" viewBox="0 0 12 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.3435 6.82275C6.61861 6.92215 5.53763 6.52035 3.81251 6.61999C3.38465 6.64401 2.95976 6.70602 2.54281 6.80529C2.79745 3.61505 5.05528 0.824295 8.12554 0.646905C10.0097 0.538189 11.8928 1.70147 11.995 3.58991C12.0955 5.44599 10.68 6.68796 8.3435 6.82275ZM3.71154 13.3483C1.90657 13.4502 0.102768 12.3612 0.00481286 10.594C-0.091517 8.85692 1.26453 7.69481 3.50286 7.56863C5.15509 7.47551 6.19082 7.85171 7.84305 7.75836C8.25272 7.7359 8.65968 7.67787 9.05936 7.58493C8.81586 10.5705 6.65297 13.1825 3.71154 13.3483Z" fill="white"/>
|
|
</svg>
|