mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +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
847 B
XML
1 line
847 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFCC4D" d="M35.361 29.179C26.777 4.5 23.551 4.5 22 4.5c-3.125 0-4.538 3.18-5.785 5.985-.1.225-.217.485-.339.754-.486.939-1.266.939-1.752 0-.122-.269-.239-.529-.339-.754C12.538 7.68 11.125 4.5 8 4.5 5.696 4.5 2.534 6.583.548 16.51c-.271 1.354.607 2.67 1.96 2.941 1.351.272 2.67-.607 2.942-1.96.547-1.835 1.748-5.663 1.748-5.663.429-1.001 1.177-1.031 1.672-.078.125.273.243.537.344.765.183.412.371.831.566 1.248l.003.007c.195.416.398.828.615 1.226l.003.004c1.043 1.917 2.394 3.5 4.598 3.5 2.661 0 4.08-2.307 5.212-4.724l.012-.024c.193-.413.379-.829.561-1.237.091-.205.197-.441.308-.685.446-.881 1.188-.803 1.654.182 0 0 3.902 8.748 5.594 12.519.801 2.095 1.583 4.231 2.299 6.29.359 1.032 1.327 1.68 2.361 1.68.272 0 .55-.045.821-.14 1.304-.454 1.993-1.879 1.54-3.182z"/></svg> |