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="#9AAAB4" d="M18 9v11.756c-3 0-1.067 5.182-6 5.999-1.781.295-3.931.355-6 0-3.253-.559-4.824-3.027-5.042-7.681-.281-5.993 1.276-8.847 5.318-9.533C9.394 9.012 14 9 18 9z"/><path fill="#9AAAB4" d="M17.926 9v11.756c3 0 1.067 5.182 6 5.999 1.781.295 3.931.355 6 0 3.253-.559 4.824-3.027 5.042-7.681.281-5.993-1.276-8.847-5.318-9.533C26.532 9.012 21.926 9 17.926 9zM1.5 21C.675 21 0 20.325 0 19.5v-3c0-.825.675-1.5 1.5-1.5s1.5.675 1.5 1.5v3c0 .825-.675 1.5-1.5 1.5z"/><path fill="#9AAAB4" d="M34.5 21c-.825 0-1.5-.675-1.5-1.5v-3c0-.825.675-1.5 1.5-1.5s1.5.675 1.5 1.5v3c0 .825-.675 1.5-1.5 1.5z"/><path fill="#9AAAB4" d="M34.5 22c-.825 0-1.5-.675-1.5-1.5v-5c0-.825.675-1.5 1.5-1.5s1.5.675 1.5 1.5v5c0 .825-.675 1.5-1.5 1.5zm-33 0C.675 22 0 21.325 0 20.5v-5c0-.825.675-1.5 1.5-1.5s1.5.675 1.5 1.5v5c0 .825-.675 1.5-1.5 1.5z"/><path fill="#CCD6DD" d="M18 11v7.756c-4 0-2.615 5.396-7 6-1.583.218-2.161.263-4 0-2.892-.413-3.922-2.555-4.169-5.89-.325-4.394 1.266-6.959 4.859-7.466 2.771-.391 6.754-.4 10.31-.4z"/><path fill="#CCD6DD" d="M18 11v7.756c4 0 2.615 5.396 7 6 1.583.218 2.161.263 4 0 2.892-.413 3.922-2.555 4.169-5.89.325-4.394-1.266-6.959-4.859-7.466-2.771-.391-6.754-.4-10.31-.4z"/><path d="M26.993 11.252c-.655-.061-1.35-.107-2.077-.142l-3.695 10.151c.378.76.75 1.56 1.323 2.212l4.449-12.221zM18 11c-.646 0-1.308.001-1.973.004l-5.003 13.747c4.354-.621 2.984-5.995 6.976-5.995.601 0 1.07.133 1.466.342l2.937-8.068C20.937 11.003 19.435 11 18 11z" fill="#E1E8ED"/><path fill="#292F33" d="M35 16h-1v4h1c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1zM1 16c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h1v-4H1z"/></svg>