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
540 B
XML

<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.416 0.376042C19.7607 0.605806 19.8538 1.07146 19.624 1.4161L7.62404 19.4161C7.4994 19.6031 7.2975 19.7243 7.0739 19.7464C6.8503 19.7686 6.62855 19.6893 6.46967 19.5304L0.46967 13.5304C0.176777 13.2375 0.176777 12.7626 0.46967 12.4698C0.762563 12.1769 1.23744 12.1769 1.53033 12.4698L6.88343 17.8229L18.376 0.584055C18.6057 0.239408 19.0714 0.146278 19.416 0.376042Z" fill="#4EBC60"/>
</svg>