mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-28 07:15:21 +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
1 line
1.2 KiB
XML
1 line
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#CCD6DD" d="M5.833 6.748l5.657-5.657.707 2.122 2.122.707.707 2.121 2.121.707.707 2.121 2.121.708-5.656 5.656z"/><path d="M11.844 4.273L7.248 8.869c-.195.195-.512.195-.707 0-.195-.195-.195-.512 0-.707l4.596-4.596c.195-.195.512-.195.707 0 .195.196.195.512 0 .707zm1.414 1.415l-4.596 4.596c-.195.195-.512.195-.707 0-.195-.195-.195-.512 0-.707l4.596-4.596c.195-.195.512-.195.707 0 .195.195.195.511 0 .707zm1.414 1.414l-4.596 4.596c-.195.195-.512.195-.707 0s-.195-.512 0-.707l4.596-4.596c.195-.195.512-.195.707 0s.196.511 0 .707zm1.414 1.414l-4.596 4.596c-.195.195-.512.195-.707 0-.195-.195-.195-.512 0-.707l4.596-4.596c.195-.195.512-.195.707 0 .196.195.196.512 0 .707zm1.415 1.414l-4.596 4.596c-.195.195-.512.195-.707 0s-.195-.512 0-.707l4.596-4.596c.195-.195.512-.195.707 0s.195.512 0 .707z" fill="#99AAB5"/><path fill="#289193" d="M31.996 34.325c-.778.778-2.051.778-2.828 0L11.49 16.648c-.778-.778-.778-2.051 0-2.828.778-.778 2.051-.778 2.828 0l17.678 17.678c.778.777.778 2.05 0 2.827z"/><path fill="#3DB8C1" d="M15.026 17.355c-.778.778-2.051.778-2.828 0L3.712 8.869c-.389-.389-.389-1.025 0-1.414l1.414-1.414c.389-.389 1.025-.389 1.414 0l8.485 8.485c.779.778.779 2.051.001 2.829z"/></svg> |