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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#9266CC" d="M36 32c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V4c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v28z"/><path fill="#FFF" d="M31.5 28L26 24v8z"/><path fill="#FFF" d="M27 26.5c-3.842 0-4-.933-4-4.5V11c0-3.979-1.776-4.939-3.268-5.291-1.465-.345-2.971.291-4.024 1.269-.595-.751-1.313-1.113-1.976-1.269-1.46-.345-2.959.286-4.012 1.257C8.705 5.619 7.393 5.5 7 5.5c-.829 0-1.5.671-1.5 1.5S6.171 8.5 7 8.5c.155 0 1 .646 1 3.5v11c0 .828.671 1.5 1.5 1.5S11 23.828 11 23l.006-13.086c0-.83.673-1.502 1.502-1.502.83 0 1.502.673 1.502 1.502L14 23c0 .828.671 1.5 1.5 1.5S17 23.828 17 23l.006-13.086c0-.83.673-1.502 1.502-1.502.83 0 1.502.673 1.502 1.502L20 22c0 3.952.535 7.5 7 7.5.828 0 1.5-.672 1.5-1.5s-.672-1.5-1.5-1.5z"/></svg>