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="#BF6952" d="M6.513.886c0 .984.649 3.926 1.153 5.047s-.505.35-1.442-.771-1.657-2.244-1.225-3.435S6.513-.446 6.513.886z"/><path fill="#D99E82" d="M.314 10.699c-.004.961 1.22 2.097 2.883 1.682 1.333-.332 3.234-1.359 3.316-.561.082.798-1.179 3.471-.629 6.276.93 4.74 2.379 8.873 7.201 10.095 0 0 .723 2.775 1.479 3.986.694 1.111 1.029 2.022.45 2.215-.579.193-3.472.386-4.694.579C9.099 35.164 8.906 36 10.256 36H17.2c.707 0 .643-.643.193-1.607s.805-2.643.598-5.332c.414.14 1.395.067 1.974.838.579.772 3.729 5.976 8.809 5.976s6.43-3.826 6.815-4.855c.386-1.029-.45-1.029-1.093-.193s-2.761 1.931-5.722 1.508c-3.151-.45-3.822-4.465-4.658-6.909-.836-2.443-2.74-6.968-7.044-9.487-3.177-1.859-5.483-1.31-5.363-3.356.178-3.033.325-5.21-1.099-6.892-1.15-1.357-3.851-1.264-5.418-.319-.697.42-1.117 1.595-1.778 2.103C1.428 8.998.317 9.848.314 10.699z"/><path fill="#D79E84" d="M6.042 22.625c-.259.531-.006 1.019-.158 1.355-.225.497-1.254.804-1.35-.032-.097-.836-.021-1.948.45-2.572.322-.427 3.279-2.797 3.408-2.893.129-.096-.354-2.893-.354-2.893s.096-1.125 1.447-.868c1.35.257 1.318 1.415 1.318 2.636s.225 2.443-.386 2.733-4.117 2.003-4.375 2.534z"/><path fill="#292F33" d="M6.657 7.405c0 .465-.387.841-.865.841s-.865-.377-.865-.841.387-.561.865-.561.865.096.865.561z"/><path fill="#D99E82" d="M9.973.255c.912-.665 1.009 1.963.793 2.804S8.891 6.073 8.891 6.073s-1.297.631-1.297-.911S9.108.886 9.973.255z"/><path fill="#BF6952" d="M10.062 2.09c.58.346-1.307 3.303-1.766 3.055-.459-.247.988-3.519 1.766-3.055z"/><path fill="#292F33" d="M.314 10.139c.869-.528 1.081.911.793 1.402-.289.49-1.37-1.052-.793-1.402z"/><path fill="#BF6952" d="M7.274 22.34c-.125 0-.244-.073-.297-.195-.071-.164.004-.354.168-.426 1.066-.464 1.99-1.182 2.367-1.533.15-.182.523-1.447.777-2.511.042-.174.219-.278.39-.24.174.042.281.216.24.39-.223.931-.645 2.536-.966 2.835-.546.508-1.546 1.216-2.55 1.652-.042.019-.086.028-.129.028z"/></svg>