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
2.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFAC33" d="M0 9.709V.337C1.985-.109 4.563-.04 5.941.406c5.328 1.724 8.29 5.548 8.103 10.596-.192 5.191-1.62 9.052-4.438 11.232C9.606 22.233.057 9.747 0 9.709z"/><path fill="#99AAB5" d="M15 31v5H0v-9h11c2.209 0 4 1.791 4 4z"/><path fill="#66757F" d="M11 36h-1v-4h1z"/><path fill="#FFDC5D" d="M0 8.709c.057.038.103.076.163.113 2.56 1.602 5.143.569 7.516 3.191.592.654.499.125.405-.53-.094-.654-.81-1.839-1.558-2.182 1.995.281 2.905 1.073 3.615 2.057.81 1.122 1.145 2.369 1.145 5.56 0 1.949-.623 3.786-1.679 5.315-1.119 1.62-2.732 2.879-4.616 3.562v2.279c-.161 1.547-.779 5.272-3.022 5.272-.858 0-1.495-.549-1.968-1.311L0 8.709z"/><path fill="#C1694F" d="M6 22s-.293.558-1 1.085c-.63.469-1.587.915-3 .915-.809 0-1.462-.151-2-.363V22h6zm-5-2.5h2c.276 0 .5-.224.5-.5s-.224-.5-.5-.5H1c-.276 0-.5.224-.5.5s.224.5.5.5z"/><path fill="#662113" d="M6 16c.553 0 1-.448 1-1v-1c0-.552-.447-1-1-1s-1 .448-1 1v1c0 .552.447 1 1 1z"/><path fill="#FFAC33" d="M36 9.709V.337c-1.985-.446-4.563-.377-5.941.069-5.328 1.724-8.29 5.548-8.103 10.596.192 5.191 1.62 9.052 4.438 11.232 0-.001 9.549-12.487 9.606-12.525z"/><path fill="#FA743E" d="M25 27c-2.209 0-4 1.791-4 4v5h15v-9H25z"/><path fill="#DD551F" d="M25 32h1v4h-1z"/><path fill="#FFDC5D" d="M36 8.709c-.057.038-.103.076-.163.113-2.56 1.602-5.143.569-7.516 3.191-.592.654-.499.125-.405-.53.094-.654.81-1.839 1.558-2.182-1.995.281-2.905 1.073-3.615 2.057-.81 1.122-1.145 2.369-1.145 5.56 0 1.949.623 3.786 1.679 5.315 1.119 1.62 2.732 2.879 4.616 3.562v2.279c.161 1.547.779 5.272 3.022 5.272.858 0 1.495-.549 1.968-1.311V8.709z"/><path fill="#C1694F" d="M30 22s.293.558 1 1.085c.63.469 1.587.915 3 .915.809 0 1.462-.151 2-.363V22h-6zm5-2.5h-2c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h2c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path fill="#662113" d="M30 16c-.553 0-1-.448-1-1v-1c0-.552.447-1 1-1s1 .448 1 1v1c0 .552-.447 1-1 1z"/><path fill="#DD2E44" d="M26.539 4.711c0-2.602-2.11-4.711-4.711-4.711C20.249 0 18.855.78 18 1.972 17.144.78 15.75 0 14.172 0c-2.601 0-4.711 2.109-4.711 4.711 0 .369.047.727.127 1.07.654 4.065 5.173 8.353 8.411 9.529 3.238-1.177 7.758-5.465 8.412-9.528.081-.344.128-.702.128-1.071z"/></svg>