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.6 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><circle fill="#FFCC4D" cx="8.5" cy="9.5" r="8.5"/><circle fill="#FFCC4D" cx="27.5" cy="9.5" r="8.5"/><path fill="#EA596E" d="M13.912 5.854c-1.264-1.621-3.229-2.667-5.443-2.667-3.813 0-6.906 3.093-6.906 6.906 0 2.773 1.638 5.157 3.996 6.256.709-4.195 3.983-8.672 8.353-10.495zm13.619-2.666c-2.214 0-4.18 1.046-5.443 2.667 4.369 1.823 7.643 6.3 8.354 10.496 2.357-1.099 3.996-3.483 3.996-6.256 0-3.815-3.093-6.907-6.907-6.907z"/><path fill="#FFE8B6" d="M34 22.593c-2-10.045-11.333-6.5-16-6.5s-14-3.546-16 6.5c-1.295 6.504 3.794 9.879 9.032 11.387C12.682 35.212 15.19 36 18 36c2.81 0 5.318-.788 6.969-2.021 5.237-1.508 10.326-4.882 9.031-11.386z"/><path fill="#FFCC4D" d="M30.6 18c0 11-5.641 6-12.6 6S5.4 29 5.4 18c0-5.799 5.641-13 12.6-13s12.6 7.201 12.6 13z"/><path fill="#EA596E" d="M20.905 27.956c0 1.604-2.012 3.352-2.905 3.352-.894 0-2.905-1.748-2.905-3.352C15.095 26.351 16.882 26 18 26c1.117 0 2.905.351 2.905 1.956z"/><path fill="#C1694F" d="M35.515 30.303c-5.245-3.146-12.355-2.175-12.656-2.133-.014.002-.023.011-.037.013-.081.015-.153.048-.228.081-.046.021-.093.035-.134.062-.061.039-.107.092-.158.144-.041.041-.084.076-.117.123-.036.052-.056.111-.082.17-.027.062-.058.121-.071.189-.004.016-.015.028-.018.045-.009.055.006.105.006.159-.001.049-.016.095-.009.146.002.016.012.027.015.042.013.069.041.13.067.193.024.06.044.12.079.173.028.044.067.076.101.115.053.058.104.114.168.158.038.026.083.041.125.062.074.036.146.07.229.087.015.003.026.013.041.016.056.01 5.636.977 8.364 4.613.196.263.496.4.801.4.209 0 .419-.065.599-.2.442-.331.532-.958.2-1.399-1.108-1.479-2.573-2.566-4.025-3.369 1.88.242 3.942.765 5.711 1.826.161.097.339.143.514.143.34 0 .671-.173.858-.485.284-.476.13-1.09-.343-1.374zm-21.686-.596c.034-.052.053-.111.077-.169.026-.064.055-.124.068-.193.003-.016.013-.028.016-.044.007-.053-.008-.103-.009-.154 0-.051.014-.1.005-.151-.002-.016-.013-.027-.016-.043-.015-.069-.045-.131-.074-.194-.025-.057-.045-.115-.08-.165-.032-.047-.075-.082-.115-.123-.051-.053-.099-.105-.16-.146-.04-.025-.087-.039-.131-.06-.075-.034-.148-.066-.23-.081-.014-.003-.024-.012-.038-.014-.301-.042-7.412-1.014-12.656 2.133-.474.284-.627.898-.343 1.372.188.312.519.485.858.485.175 0 .353-.046.514-.143 1.768-1.061 3.83-1.583 5.709-1.825-1.451.802-2.915 1.89-4.023 3.368-.332.441-.242 1.068.2 1.399.18.135.391.2.599.2.304 0 .604-.138.801-.4 2.717-3.622 8.31-4.604 8.366-4.613.015-.003.025-.012.04-.016.077-.016.144-.049.214-.082.048-.022.099-.039.142-.069.059-.04.104-.093.152-.144.039-.042.082-.079.114-.128z"/><path fill="#272B2B" d="M10 20s0-2 2-2 2 2 2 2v2s0 2-2 2-2-2-2-2v-2zm12 0s0-2 2-2 2 2 2 2v2s0 2-2 2-2-2-2-2v-2z"/></svg>