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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#3B88C3" d="M7 25h22v9H7zm0-11h22v9H7zM7 3h22v10H7z"/><path fill="#269" d="M30 3.178c0 .454-.368.822-.822.822H6.822C6.368 4 6 3.632 6 3.178v-.356C6 2.368 6.368 2 6.822 2h22.355c.455 0 .823.368.823.822v.356zm0 11c0 .454-.368.822-.822.822H6.822C6.368 15 6 14.632 6 14.178v-.355c0-.455.368-.823.822-.823h22.355c.455 0 .823.368.823.822v.356zm0 10c0 .454-.368.822-.822.822H6.822C6.368 25 6 24.632 6 24.178v-.355c0-.455.368-.823.822-.823h22.355c.455 0 .823.368.823.822v.356zm0 11c0 .454-.368.822-.822.822H6.822C6.368 36 6 35.632 6 35.178v-.355c0-.455.368-.823.822-.823h22.355c.455 0 .823.368.823.822v.356z"/><path fill="#99AAB5" d="M26 1.128c0 .481-.391.872-.872.872h-2.256C22.391 2 22 1.609 22 1.128V.872c0-.481.391-.872.872-.872h2.256c.481 0 .872.391.872.872v.256z"/></svg>