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

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.6666 7.16667C10.6666 7.44281 10.8921 7.6623 11.1645 7.7078C12.5844 7.94497 13.6666 9.17944 13.6666 10.6667C13.6666 12.3235 12.3234 13.6667 10.6666 13.6667H5.33325C3.6764 13.6667 2.33325 12.3235 2.33325 10.6667C2.33325 9.17944 3.41546 7.94497 4.83535 7.7078C5.10771 7.6623 5.33325 7.44281 5.33325 7.16667C5.33325 6.89052 5.10827 6.66339 4.83424 6.69749C2.86061 6.9431 1.33325 8.62652 1.33325 10.6667C1.33325 12.8758 3.12411 14.6667 5.33325 14.6667H10.6666C12.8757 14.6667 14.6666 12.8758 14.6666 10.6667C14.6666 8.62652 13.1392 6.9431 11.1656 6.69749C10.8916 6.66339 10.6666 6.89052 10.6666 7.16667Z" fill="#4360DF"/>
<path d="M8.49992 4.01185C8.49992 3.71488 8.85897 3.56615 9.06895 3.77614L10.313 5.02022C10.5083 5.21548 10.8249 5.21548 11.0201 5.02022C11.2154 4.82496 11.2154 4.50838 11.0201 4.31311L8.35347 1.64645C8.15821 1.45118 7.84163 1.45118 7.64637 1.64645L4.9797 4.31311C4.78444 4.50838 4.78444 4.82496 4.9797 5.02022C5.17496 5.21548 5.49154 5.21548 5.68681 5.02022L6.93088 3.77614C7.14087 3.56615 7.49992 3.71488 7.49992 4.01185V10.6667C7.49992 10.9428 7.72378 11.1667 7.99992 11.1667C8.27606 11.1667 8.49992 10.9428 8.49992 10.6667V4.01185Z" fill="#4360DF"/>
</svg>