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

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.6667 8.83331C10.6667 8.55717 10.8922 8.33768 11.1646 8.29218C12.5845 8.05501 13.6667 6.82054 13.6667 5.33331C13.6667 3.67646 12.3235 2.33331 10.6667 2.33331L5.33333 2.33331C3.67648 2.33331 2.33333 3.67646 2.33333 5.33331C2.33333 6.82054 3.41554 8.05501 4.83543 8.29218C5.1078 8.33768 5.33333 8.55717 5.33333 8.83331C5.33333 9.10946 5.10836 9.33659 4.83433 9.30249C2.86069 9.05688 1.33333 7.37347 1.33333 5.33331C1.33333 3.12418 3.12419 1.33331 5.33333 1.33331L10.6667 1.33331C12.8758 1.33331 14.6667 3.12417 14.6667 5.33331C14.6667 7.37347 13.1393 9.05688 11.1657 9.30249C10.8916 9.33659 10.6667 9.10946 10.6667 8.83331Z" fill="#4360DF"/>
<path d="M8 4.83331C8.27614 4.83331 8.5 5.05717 8.5 5.33331V11.9881C8.5 12.2851 8.85905 12.4338 9.06904 12.2238L10.3131 10.9798C10.5084 10.7845 10.825 10.7845 11.0202 10.9798C11.2155 11.175 11.2155 11.4916 11.0202 11.6869L8.35355 14.3535C8.15829 14.5488 7.84171 14.5488 7.64645 14.3535L4.97978 11.6869C4.78452 11.4916 4.78452 11.175 4.97978 10.9798C5.17504 10.7845 5.49163 10.7845 5.68689 10.9798L6.93096 12.2238C7.14095 12.4338 7.5 12.2851 7.5 11.9881V5.33331C7.5 5.05717 7.72386 4.83331 8 4.83331Z" fill="#4360DF"/>
</svg>