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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#BE1931" d="M16.103 26h3v10h-3z"/><path fill="#DD2E44" d="M20.719 19.459l-6.233.002c-.029.104-2.745 9.524-12.025 16.539h5.825c2.453-1.656 5.72-2.678 9.316-2.678 3.596 0 6.864 1.022 9.317 2.678h5.827c-9.245-6.998-11.998-16.437-12.027-16.541zm-3.116 10.863c-2.151 0-4.202.329-6.093.906 1.28-1.659 2.303-3.265 3.119-4.717h5.947c.816 1.453 1.839 3.058 3.119 4.717-1.891-.578-3.941-.906-6.092-.906z"/><path fill="#DD2E44" d="M14.539 16.038c-.225 1.239-.487 2.437-.785 3.5h7.755c-.299-1.063-.56-2.261-.785-3.5h-6.185z"/><path fill="#CDD6DD" d="M23.42 19.586l-.875-.642c-.045-.033-.101-.051-.158-.051H12.84c-.057 0-.113.018-.158.051l-.875.642c-.069.051-.107.132-.102.215 0 0 .204 3.441.265 3.552.073.133.508.48.588.48h10.111c.08 0 .514-.346.588-.48.062-.112.265-3.552.265-3.552.006-.083-.032-.164-.102-.215zm-3.221-6.881h-5.136c-.148 1.085-.322 2.22-.524 3.333h6.184c-.202-1.113-.376-2.248-.524-3.333z"/><path fill="#DD2E44" d="M19.774 9.205h-4.286c-.108 1.002-.249 2.212-.425 3.5h5.136c-.176-1.288-.316-2.498-.425-3.5z"/><path fill="#CDD6DD" d="M19.657 8.089c-.025.004-4.021.002-4.051-.003-.034.334-.073.704-.118 1.119h4.286l-.117-1.116z"/><path fill="#AAB8C2" d="M19.657 8.089c-.059-.571-.135-1.281-.135-1.281h-3.781s-.076.709-.135 1.278c.03.005 4.026.007 4.051.003z"/><path fill="#E1E8ED" d="M15.175 5.901v1.318c0 .276.233.5.521.5h3.888c.287 0 .521-.224.521-.5V5.901h-4.93z"/><path fill="#DD2E44" d="M19.583 4.083h-1.099L18.279.325c0-.097-.082-.175-.182-.175h-.848c-.101 0-.182.078-.182.175l-.205 3.758h-1.166c-.287 0-.521.224-.521.5v1.318h4.929V4.583c0-.276-.233-.5-.521-.5z"/></svg>