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.9 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#292F33" d="M35 32c0 2.209-1.791 4-4 4H5c-2.209 0-4-1.791-4-4V8c0-2.209 1.791-4 4-4h26c2.209 0 4 1.791 4 4v24z"/><path fill="#E1E8ED" d="M33 32c0 1.104-.896 2-2 2H5c-1.104 0-2-.896-2-2V12c0-1.104.896-2 2-2h26c1.104 0 2 .896 2 2v20z"/><path d="M23.115 20.484H17.91c-1.098 0-1.504-.712-1.504-1.403 0-.712.386-1.403 1.504-1.403h7.362c1.038 0 1.464.935 1.464 1.464 0 .407-.224.834-.468 1.342l-5.043 10.25c-.569 1.139-.793 1.545-1.708 1.545-1.119 0-1.688-.854-1.688-1.444 0-.244.061-.427.204-.712l5.082-9.639zm-11.485-.108h-.45c-.976 0-1.383-.658-1.383-1.349 0-.712.509-1.349 1.383-1.349h1.813c.874 0 1.362.631 1.362 1.444v11.572c0 1.016-.502 1.586-1.376 1.586s-1.349-.569-1.349-1.586V20.376z" fill="#66757F"/><path fill="#DD2E44" d="M33 16H3V8c0-1.104.896-2 2-2h26c1.104 0 2 .896 2 2v8z"/><path d="M15.26 9.604c0-.5.3-.78.702-.78.402 0 .701.28.701.78v4.017h1.665c.477 0 .682.38.672.72-.018.33-.261.659-.672.659H15.99c-.458 0-.73-.319-.73-.819V9.604zm-6.465 0c0-.5.299-.78.702-.78.402 0 .701.28.701.78v2.488c0 .92.552 1.649 1.44 1.649.85 0 1.43-.769 1.43-1.649V9.604c0-.5.299-.78.702-.78.402 0 .701.28.701.78v2.568c0 1.679-1.291 2.949-2.833 2.949-1.561 0-2.843-1.25-2.843-2.949V9.604zm-.731 3.397c0 1.679-1 2.119-1.851 2.119-.645 0-1.721-.27-1.721-1.14 0-.269.216-.609.524-.609.374 0 .702.37 1.122.37.524 0 .524-.52.524-.84V9.604c0-.5.298-.78.7-.78.403 0 .702.28.702.78v3.397z" fill="#F5F8FA"/><path d="M30 14c0 .552.447 1 1 1s1-.448 1-1-.447-1-1-1-1 .448-1 1m-3 0c0 .552.447 1 1 1s1-.448 1-1-.447-1-1-1-1 .448-1 1m-3 0c0 .552.447 1 1 1s1-.448 1-1-.447-1-1-1-1 .448-1 1m0-3c0 .552.447 1 1 1s1-.448 1-1-.447-1-1-1-1 .448-1 1m3 0c0 .552.447 1 1 1s1-.448 1-1-.447-1-1-1-1 .448-1 1m3 0c0 .552.447 1 1 1s1-.448 1-1-.447-1-1-1-1 .448-1 1" fill="#F4ABBA"/><path d="M11 7c0 .552-.448 1-1 1s-1-.448-1-1V1c0-.552.448-1 1-1s1 .448 1 1v6zm16 0c0 .552-.447 1-1 1s-1-.448-1-1V1c0-.552.447-1 1-1s1 .448 1 1v6z" fill="#99AAB5"/></svg>