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="#D99E82" d="M26 21H10c-.552 0-1 .448-1 1v1c0 .552.448 1 1 1h16c.552 0 1-.448 1-1v-1c0-.552-.448-1-1-1z"/><path fill="#662113" d="M10 22.5h16V24H10z"/><path fill="#D99E82" d="M26 13H10c-.552 0-1 .448-1 1v1c0 .552.448 1 1 1h16c.552 0 1-.448 1-1v-1c0-.552-.448-1-1-1z"/><path fill="#662113" d="M10 14.5h16V16H10z"/><path fill="#D99E82" d="M26 5H10c-.552 0-1 .448-1 1v1c0 .552.448 1 1 1h16c.552 0 1-.448 1-1V6c0-.552-.448-1-1-1zm0 24H10c-.552 0-1 .448-1 1v1c0 .552.448 1 1 1h16c.552 0 1-.448 1-1v-1c0-.552-.448-1-1-1z"/><path fill="#662113" d="M10 6.5h16V8H10zm0 24h16V32H10z"/><path fill="#D99E82" d="M8 35h2c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v32c0 .55.45 1 1 1z"/><path fill="#662113" d="M10 35c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1v32c0 .55.45 1 1 1z"/><path fill="#BF6952" d="M26.043 35h2c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v32c0 .55.45 1 1 1z"/><path fill="#662113" d="M28.043 35c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1v32c0 .55.45 1 1 1z"/></svg>