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
1.6 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#66757F" d="M18 10c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2s2 .9 2 2v3c0 1.1-.9 2-2 2z"/><circle fill="#DD2E44" cx="18" cy="15" r="6"/><path fill="#DD2E44" d="M16 8h4v4h-4zm6 28h-8c-1.1 0-2-.9-2-2V15h12v19c0 1.1-.9 2-2 2z"/><path fill="#292F33" d="M9.406 35.849l-4.492-1.263c-.529-.149-.838-.533-.685-.853l4.439-9.311c.458-.96 1.278-1.621 1.823-1.467l.22.062c.545.153.9 1.144.791 2.202l-1.065 10.26c-.038.353-.501.519-1.031.37z"/><path fill="#66757F" d="M26.022 2.248l-9.848 1.736c-.542.095-1.063-.27-1.158-.811-.095-.542.27-1.063.811-1.158L25.675.279c.542-.096 1.063.27 1.158.811.095.542-.27 1.063-.811 1.158z"/><path fill="#66757F" d="M25.055 7.36l-9.397-3.42c-.517-.188-.786-.765-.598-1.282.188-.517.765-.786 1.282-.598l9.397 3.42c.517.188.786.765.598 1.282-.188.517-.765.786-1.282.598z"/><path fill="#292F33" d="M10.524 24.407c-.042 0-.085-.004-.128-.011-.408-.07-.682-.459-.612-.867.726-4.203.161-6.198-.336-7.958-.386-1.364-.75-2.653-.33-4.556C10.052 6.786 13.745 5.25 16 5.25c.414 0 .75.336.75.75s-.336.75-.75.75c-1.225 0-4.586.824-5.417 4.589-.339 1.535-.067 2.495.309 3.824.515 1.819 1.155 4.083.372 8.622-.064.364-.382.622-.74.622z"/><circle fill="#CCD6DD" cx="16" cy="7" r="3"/><circle fill="#DD2E44" cx="16" cy="7" r="2"/><path fill="#EA596E" d="M16.5 10c-.828 0-1.5 1.567-1.5 3.5v22c0 .275.225.5.5.5h2c.275 0 .5-.225.5-.5v-22c0-1.933-.672-3.5-1.5-3.5z"/><path fill="#F5F8FA" d="M20.5 18h-5c-.825 0-1.5-.675-1.5-1.5v-2c0-.825.675-1.5 1.5-1.5h5c.825 0 1.5.675 1.5 1.5v2c0 .825-.675 1.5-1.5 1.5z"/><path fill="#77B255" d="M16 5c-.552 0-1.052.224-1.414.586L16 7l1.414-1.414C17.052 5.224 16.552 5 16 5z"/></svg>