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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFDC5D" d="M30.5 14c-.428 0-.824.188-1.177.491C27.69 8.459 23.244 4.125 18 4.125S8.309 8.46 6.676 14.49C6.324 14.188 5.928 14 5.5 14 4.119 14 3 15.79 3 18c0 2.209 1.119 4 2.5 4 .225 0 .438-.062.646-.151C7.006 29.287 11.978 35 18 35c6.021 0 10.993-5.713 11.854-13.152.208.09.421.152.646.152 1.381 0 2.5-1.791 2.5-4 0-2.21-1.119-4-2.5-4z"/><path fill="#DD2E44" d="M6 12.11C6 7.055 10.958 1 18 1c7.041 0 12 6.056 12 11.111C30 12.833 25.041 15 18 15c-7.042 0-12-2.167-12-2.89z"/><path fill="#C1694F" d="M18 31c-2.21 0-4.357-1.06-4.447-1.105-.493-.247-.693-.846-.447-1.34.245-.495.844-.694 1.34-.45.018.009 1.824.895 3.554.895 1.73 0 3.536-.886 3.554-.896.498-.243 1.096-.044 1.341.45.246.494.046 1.093-.447 1.34C22.356 29.94 20.211 31 18 31zm1-5h-2c-.552 0-1-.447-1-1s.448-1 1-1h2c.553 0 1 .447 1 1s-.447 1-1 1z"/><path fill="#77B255" d="M18 1s5 4 6 8c.97 3.88 0 7 0 7H12s-1-3 0-7 6-8 6-8z"/><path fill="#414042" d="M6 11s3 3 12 3 12-3 12-3 1 2 0 3-4 3-12 3-11-2-12-3 0-3 0-3z"/><ellipse fill="#414042" cx="18" cy="1" rx="2" ry="1"/><ellipse fill="#FFD983" cx="18" cy="11" rx="3" ry="2"/><path d="M13 22c-.552 0-1-.447-1-1v-2c0-.552.448-1 1-1s1 .448 1 1v2c0 .553-.448 1-1 1zm10 0c-.553 0-1-.447-1-1v-2c0-.552.447-1 1-1s1 .448 1 1v2c0 .553-.447 1-1 1z" fill="#662113"/></svg>