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

1 line
1.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#CCD6DD" d="M25.45 6.842l1.274 1.274L7.6 27.241l-1.275-1.275zM.587 32.979c-.351-.351-.351-.924 0-1.275l3.825-3.825c.351-.351.924-.351 1.275 0 .351.351.351.924 0 1.275l-3.825 3.825c-.351.35-.924.35-1.275 0z"/><path fill="#DD2E44" d="M7.599 24.691l1.275 1.275-5.1 5.1L2.5 29.79z"/><path fill="#292F33" d="M24.812 8.754c-.351-.351-.351-.924 0-1.275l3.825-3.825c.351-.351.924-.351 1.275 0 .351.351.351.924 0 1.275l-3.825 3.825c-.351.351-.925.351-1.275 0z"/><path fill="#292F33" d="M25.606 9.548L24.018 7.96c-.194-.194-.194-.513 0-.707l.568-.568c.194-.194.513-.194.707 0l1.588 1.588c.194.194.194.513 0 .707l-.568.568c-.195.194-.513.194-.707 0zm6.924-3.259c-1.527-.215-3.042-1.485-3.114-1.545l-.328-.278.261-.34c1.04-1.354 3.855-1.973 5.366-1.189 1.138.591 1.179 1.318 1.103 1.698-.175.872-1.263 1.561-2.648 1.677-.21.016-.425.007-.64-.023zM30.382 4.35c.664.474 1.815 1.134 2.713 1.062 1.002-.084 1.76-.562 1.839-.955.064-.321-.423-.612-.635-.721-1.021-.534-2.947-.189-3.917.614z"/></svg>