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="M5 8h26v27H5z"/><ellipse fill="#9AAAB4" cx="18" cy="8" rx="13" ry="8"/><ellipse fill="#66757F" cx="18" cy="8" rx="11" ry="6"/><path fill="#CCD6DD" d="M7 9h22v26H7z"/><ellipse fill="#CCD6DD" cx="18" cy="9" rx="11" ry="6"/><path fill="#66757F" d="M24.5 23h-13c-.275 0-.5-.225-.5-.5v-2c0-.275.225-.5.5-.5h13c.275 0 .5.225.5.5v2c0 .275-.225.5-.5.5zm-3 4h-7c-.275 0-.5-.225-.5-.5v-1c0-.275.225-.5.5-.5h7c.275 0 .5.225.5.5v1c0 .275-.225.5-.5.5zm3 4h-13c-.275 0-.5-.225-.5-.5v-1c0-.275.225-.5.5-.5h13c.275 0 .5.225.5.5v1c0 .275-.225.5-.5.5z"/><path fill="#9AAAB4" d="M24.5 23h-13c-.275 0-.5-.225-.5-.5v-1c0-.275.225-.5.5-.5h13c.275 0 .5.225.5.5v1c0 .275-.225.5-.5.5zm-3 4h-7c-.275 0-.5-.225-.5-.5s.225-.5.5-.5h7c.275 0 .5.225.5.5s-.225.5-.5.5zm3 4h-13c-.275 0-.5-.225-.5-.5s.225-.5.5-.5h13c.275 0 .5.225.5.5s-.225.5-.5.5z"/><path fill="#66757F" d="M18 8s-1-2-3-2-3.949 2.154-3 5c1 3 6 6 6 6s5-3 6-6c.949-2.846-1-5-3-5s-3 2-3 2z"/><path fill="#9AAAB4" d="M18 9s-1-2-3-2-3.617 1.851-3 4c.34 1.184 1.41 2.352 2.456 3.345C16.117 15.92 18 17 18 17s1.413-.888 3.117-2.299c1.124-.93 2.38-2.344 2.883-3.701.777-2.097-1-4-3-4s-3 2-3 2z"/><path fill="#D99E82" d="M0 36h36s-4-2-18-2-18 2-18 2z"/><path fill="#3F7123" d="M6.045 33.999c.938-1.565-3.022-4.206-6.045-3.365.185 3.22 4.534 5.889 6.045 3.365z"/><path fill="#5D9040" d="M5.661 34.847c-2.766.61-4.336-4.896-2.741-8.847 2.965.473 6.268 8.068 2.741 8.847z"/><path fill="#78B159" d="M6.046 34.748C8 35 10.094 31.607 9.285 28.466c-2.43 0-6.108 5.911-3.239 6.282z"/></svg>