mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-29 15:57:03 +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
732 B
XML
1 line
732 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#66757F" d="M33 17c0 9.389-2.188 19-15 19S3 26.389 3 17 8.611 3 18 3c9.465 0 15 4.701 15 14z"/><path fill="#99AAB5" d="M32 13.969C32 21.891 30.062 30 18 30S4 21.891 4 13.969C4 6.047 9.237 3 18 3s14 3.047 14 10.969z"/><path fill="#CCD6DD" d="M29 12.5c0 5.246-4.925 8.5-11 8.5S7 17.746 7 12.5C7 7.253 11.925 3 18 3s11 4.253 11 9.5z"/><path fill="#744EAA" d="M28 10c0 5.523-4.478 8-10 8-5.523 0-10-2.477-10-8S12.477 0 18 0c5.522 0 10 4.477 10 10z"/><path fill="#292F33" d="M17 23v4.75c0 1-9.672-1-9.672-6 0-1.375.301-1.973 2.315-.984C14.134 22.969 17 22.452 17 23zm2 0v4.75c0 1 9.672-1 9.672-6 0-1.375-.301-1.973-2.316-.984C21.865 22.969 19 22.452 19 23z"/></svg> |