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

4 lines
832 B
XML

<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.7507 26.5185C24.4514 26.2192 23.9772 26.1948 23.6283 26.4345C21.8855 27.6323 19.7746 28.3333 17.5 28.3333C11.5169 28.3333 6.66663 23.4831 6.66663 17.5C6.66663 11.5169 11.5169 6.66667 17.5 6.66667C23.483 6.66667 28.3333 11.5169 28.3333 17.5C28.3333 19.7746 27.6323 21.8855 26.4345 23.6284C26.1948 23.9772 26.2191 24.4514 26.5184 24.7507L34.2172 32.4497C34.7053 32.9378 34.7053 33.7293 34.2172 34.2174C33.729 34.7056 32.9375 34.7056 32.4494 34.2174L24.7507 26.5185ZM25.8333 17.5C25.8333 22.1024 22.1023 25.8333 17.5 25.8333C12.8976 25.8333 9.16663 22.1024 9.16663 17.5C9.16663 12.8976 12.8976 9.16667 17.5 9.16667C22.1023 9.16667 25.8333 12.8976 25.8333 17.5Z" fill="#939BA1"/>
</svg>