2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-01-11 14:54:48 +00:00
Alexandra Betouni 4ee21ada05 feat(desktop) Added image function in Style
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 
2021-09-28 15:28:00 -04:00

4 lines
667 B
XML

<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.95235 3.34577L8.37242 5.83333C8.73926 6.2104 9.34668 6.21409 9.71911 5.83127C10.0941 5.44578 10.0924 4.8287 9.72112 4.44702L5.67102 0.283973C5.48793 0.0957746 5.2449 0.000588088 5.00108 4.48202e-05C4.75404 -0.00238444 4.51166 0.093471 4.32633 0.283973L0.276227 4.44702C-0.0906155 4.82409 -0.0942032 5.44845 0.278229 5.83127C0.653258 6.21676 1.2536 6.21501 1.62492 5.83333L4.045 3.34577L4.045 11.0242C4.045 11.5533 4.47197 12 4.99867 12C5.52904 12 5.95234 11.5631 5.95234 11.0242L5.95235 3.34577Z" fill="white"/>
</svg>