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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><g fill="#662113"><path d="M4.272 35.837c-.253.083-.486.003-.567-.167-.153-.318.466-.978.833-1.571 2.055-3.325 2.213-9.287 2.213-9.35.001-.32.137-.624.375-.837.239-.214.555-.316.874-.28l10.125 1.125c.618.069 1.062.625.994 1.243-.068.618-.616 2.183-1.243 2.12L8.941 26c-.175 2.23-.588 5.993-3.362 8.767-.219.22-.942.886-1.307 1.07z"/><path d="M31.729 35.837c.252.083.486.002.567-.167.153-.318-.466-.978-.833-1.571-2.055-3.325-2.213-9.287-2.213-9.35 0-.32-.137-.624-.375-.837-.239-.214-.555-.316-.874-.28l-10.125 1.125c-.617.069-1.062.625-.994 1.243.068.618.616 2.183 1.243 2.12L27.059 26c.175 2.23.588 5.993 3.362 8.767.22.22.942.886 1.308 1.07zM2.348 23.08c-.621 0-1.272-.127-1.223-.58.046-.422.629-.52 1.248-.573 3.258-.276 4.476-4.392 4.495-4.431.227-.454.734-.7 1.227-.6l5.625 1.125c.609.122 1.004.714.882 1.324-.121.609-.715 2.136-1.324 2.008l-4.831-2.092c-.887 1.431-2.989 3.819-6.099 3.819zm31.304 0c.621 0 1.272-.127 1.223-.58-.046-.422-.629-.52-1.249-.573-3.258-.276-4.476-4.392-4.495-4.431-.227-.454-.734-.7-1.227-.6l-5.625 1.125c-.609.122-1.004.714-.882 1.324.121.609.715 2.136 1.324 2.008l4.831-2.092c.888 1.431 2.99 3.819 6.1 3.819zm-19.028-6.205c-.235 0-.471-.074-.674-.225l-4.008-3.67c-.803-.052-3.108-.15-4.511-1.303-.48-.394-.868-.872-.727-1.178.161-.348.847-.078 1.403.201 1.968.984 4 .55 4.02.55.242.001.479.08.672.225l4.5 3.375c.497.373.598 1.078.225 1.574-.22.296-.558.451-.9.451zm6.752 0c.235 0 .471-.074.674-.225l4.008-3.67c.803-.052 3.108-.15 4.511-1.303.48-.394.868-.872.727-1.178-.161-.348-.847-.078-1.404.201-1.968.984-4 .55-4.02.55-.242.001-.479.08-.672.225l-4.5 3.375c-.497.373-.598 1.078-.225 1.574.221.296.559.451.901.451z"/></g><path fill="#662113" d="M18 32.625L12.375 36 18 27l5.625 9z"/><path fill="#C1694F" d="M11.25 22.5c0-6.75 3.022-10.125 6.75-10.125s6.75 3.375 6.75 10.125c0 7.875-3.022 13.5-6.75 13.5s-6.75-5.625-6.75-13.5z"/><path fill="#662113" d="M12 22c0-6.75 2.957-9.625 6-9.625S24 15.25 24 22c0 7.875-2.957 11-6 11s-6-3.125-6-11z"/><path fill="#D99E82" d="M13.5 12.375c0-2.25 2.015-4.5 4.5-4.5s4.5 2.25 4.5 4.5c0 2.485-2.015 3.375-4.5 3.375s-4.5-.89-4.5-3.375z"/><path fill="#662113" d="M13.5 12.375c0-2.25 2.015-4.5 4.5-4.5s4.5 2.25 4.5 4.5c0 1.125-2.015 2.25-4.5 2.25s-4.5-1.125-4.5-2.25z"/><ellipse fill="#662113" cx="18" cy="7.875" rx="1.688" ry="1.125"/><path d="M16.938 12.812c-.276 0-.5-.224-.5-.5 0-4.474-5.55-11.875-11.875-11.875-.276 0-.5-.224-.5-.5s.224-.5.5-.5c6.983 0 12.875 7.908 12.875 12.875 0 .277-.224.5-.5.5zm2.062.063c-.276 0-.5-.224-.5-.5C18.5 7.408 24.393-.5 31.375-.5c.276 0 .5.224.5.5s-.224.5-.5.5C25.05.5 19.5 7.901 19.5 12.375c0 .276-.224.5-.5.5z" fill="#662113"/></svg>