mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 14:54:48 +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
558 B
XML
1 line
558 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#D99E82" d="M.25 13c0-7.158 10-15 18-8 2.714 2.375 5 4 5 7 12-2 13.703 8.892 12 14-1 3-5.868 11.059-24 3-9-4-11-11.616-11-16z"/><path fill="#C1694F" d="M17.71 14.822c1.827-1.737 3.628-2.498 5.649-2.838l-.109.015c0-.858-.204-1.597-.534-2.28-2.074.772-4.288 2.281-5.006 5.103z"/><circle fill="#C1694F" cx="10.25" cy="16" r="1"/><circle fill="#C1694F" cx="30.25" cy="26" r="1"/><circle fill="#C1694F" cx="14.75" cy="25.5" r="1.5"/><circle fill="#C1694F" cx="5.75" cy="19.5" r="1.5"/></svg> |