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

5 lines
813 B
XML

<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 18.5C14.6944 18.5 18.5 14.6944 18.5 10C18.5 7.20669 17.1526 4.72807 15.0723 3.17865C14.7521 2.94015 14.6341 2.50408 14.8253 2.15357C15.0315 1.77566 15.5137 1.64502 15.8623 1.89765C18.3693 3.71473 20 6.66693 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 2.41411e-07 15.5228 0 10C-1.45693e-07 6.66693 1.63066 3.71473 4.13772 1.89765C4.48627 1.64502 4.96854 1.77566 5.17467 2.15357C5.36586 2.50408 5.24793 2.94016 4.92772 3.17865C2.8474 4.72807 1.5 7.20669 1.5 10C1.5 14.6944 5.30558 18.5 10 18.5Z" fill="#FF2D55"/>
<path d="M10.75 1C10.75 0.585787 10.4142 0.25 10 0.25C9.58579 0.25 9.25 0.585787 9.25 1V10C9.25 10.4142 9.58579 10.75 10 10.75C10.4142 10.75 10.75 10.4142 10.75 10V1Z" fill="#FF2D55"/>
</svg>