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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#3B88C3" d="M27.746 27.746C20.582 34.91 8.561 37.927 2.93 33.07c-4.857-5.63-1.84-17.652 5.324-24.816C15.418 1.09 27.44-1.927 33.07 2.93c5.906 7.728 1.84 17.652-5.324 24.816z"/><path fill="#CCD6DD" d="M35.622 8.451c-1.459 5.388-10.211 18.453-24.205 23.633-1.167.5-1.084 1.999.833 2.166.696.061 2.673.054 5.093-.086 3.767-1.291 7.488-3.503 10.403-6.418 5.545-5.545 9.229-12.742 7.876-19.295z"/><path fill="#E1E8ED" d="M33.337 3.301c-.089-.124-.173-.249-.267-.371-.442-.381-.935-.697-1.45-.983C28.622.589 21.826-.099 12 8c-7.583 6.25-8.778 14.191-8.25 18.917.203 1.814 2.415 1.387 4.333.917 7.824-1.915 26.619-10.397 25.254-24.533z"/></svg>