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 #3678
2021-09-28 15:28:00 -04:00

1 line
2.9 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#F7DECE" d="M13.052 22.569c-.236.161-.512-.02-.646-.131-.379-.313-.763-1.144-.611-2.142.154-1.008.199-2.185.673-4.137.055-.228-.069-2.776.212-4.528.076-.473.958-1.066 1.495-1.057.536.008.263.944.274 1.101.12 1.682-.348 4.279-.398 4.632-.277 1.956-1.033 2.835-.776 4.13.135.679.154 1.293-.242 1.345.005.366.106.728.019.787zm9.896 0c.236.161.512-.02.646-.131.379-.313.763-1.144.611-2.142-.154-1.008-.199-2.185-.673-4.137-.055-.228.069-2.776-.212-4.528-.076-.473-.958-1.066-1.495-1.057-.536.008-.263.944-.274 1.101-.12 1.682.348 4.279.398 4.632.277 1.956 1.033 2.835.776 4.13-.135.679-.154 1.293.242 1.345-.005.366-.106.728-.019.787z"/><path fill="#4289C1" d="M21.57 26.733c.02-3.063.014-6.5.014-6.5h-7.197s.033 3.747.119 6.46c.067 2.14.382 6.193.096 8.349-.064.479 2.782.937 2.742-.125-.075-1.969.255-6.322.316-7.309.034-.547.241-2.326.331-3.659.011-.018.284-.018.295 0 .09 1.333.297 3.112.331 3.659.062.987.392 5.34.316 7.309-.041 1.062 2.805.604 2.742.125-.286-2.157-.107-7.96-.105-8.309z"/><path fill="#FA743E" d="M22.366 9.472C21.661 8.623 18 8.023 18 8.023s-3.693.6-4.398 1.449c-.856 1.031-1.302 2.773-1.302 2.773l1.783.318s.449 1.612.449 3.148-.398 5.307-.398 5.307h7.734s-.43-3.84-.43-5.306.481-3.149.481-3.149l1.751-.318c-.002 0-.449-1.743-1.304-2.773z"/><path fill="#292F33" d="M19.242.83c-.59-.191-1.98-.139-2.327.313-.903.017-1.962.834-2.101 1.91-.138 1.066.169 1.561.278 2.362.123.908.634 1.198 1.042 1.32.587.776 1.211.742 2.259.742 2.046 0 3.021-1.369 3.107-3.695.052-1.406-.774-2.472-2.258-2.952z"/><path fill="#F7DECE" d="M17.009 6.893v1.754c0 .484.488.877 1.091.877s1.091-.393 1.091-.877V6.893h-2.182z"/><path fill="#EEC2AD" d="M17.009 7.981c.396.251 1.201.557 2.182-.03V6.893h-2.182v1.088z"/><path fill="#F7DECE" d="M20.412 3.882c-.198-.274-.452-.495-1.007-.573.208.096.408.425.434.608.026.182.052.33-.113.148-.661-.731-1.381-.443-2.094-.889-.498-.312-.65-.657-.65-.657s-.061.46-.816.929c-.219.136-.48.439-.625.886-.104.321-.072.608-.072 1.098 0 1.429 1.178 2.631 2.631 2.631s2.631-1.212 2.631-2.631c0-.89-.093-1.238-.319-1.55z"/><path fill="#662113" d="M16.931 5.138c-.161 0-.292-.131-.292-.292v-.292c0-.161.131-.292.292-.292.161 0 .292.131.292.292v.292c0 .162-.131.292-.292.292zm2.338 0c-.161 0-.292-.131-.292-.292v-.292c0-.161.131-.292.292-.292.161 0 .292.131.292.292v.292c.001.162-.13.292-.292.292z"/><path fill="#C1694F" d="M18.573 7.356h-.953c-.102 0-.186-.084-.186-.186s.084-.186.186-.186h.953c.102 0 .186.084.186.186s-.084.186-.186.186zm-.181-1.194h-.585c-.081 0-.146-.065-.146-.146 0-.081.065-.146.146-.146h.585c.081 0 .146.065.146.146.001.08-.065.146-.146.146z"/><path fill="#292F33" d="M13.884 35.907c-.546-.051-.187-.684.061-.897.276-.238.718-.441.94-.852.246-.455 1.433-.395 1.683-.023.447.664.645.179.775.488.207.494.049 1.284.049 1.284h-3.508zm8.476 0c.546-.051.187-.684-.061-.897-.276-.238-.718-.441-.94-.852-.246-.455-1.433-.395-1.683-.023-.447.664-.645.179-.775.488-.207.494-.049 1.284-.049 1.284h3.508z"/></svg>