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"><path fill="#292F33" d="M10 27.5c0 1.381-2.567 3.5-4.5 3.5S1 28.881 1 27.5 3.567 26 5.5 26s4.5.119 4.5 1.5zm19 0c0 1.381-2.567 3.5-4.5 3.5S20 28.881 20 27.5s2.567-1.5 4.5-1.5 4.5.119 4.5 1.5zm0-.5c0 1 0 2 2 3s2-3 2-3h-4z"/><path fill="#F4900C" d="M34.787 28.795c1.332 1.332.729 1.683-.603 3.016-1.332 1.332-1.683 1.935-3.016.603-1.332-1.332-1.935-2.889-.603-4.222 1.332-1.333 2.889-.73 4.222.603z"/><path fill="#662113" d="M33.299 24.074s.595-.073.595.929c0 1.004-.462.996-1.466.996H19.146c-4.037 0-8.513-2.889-10.439-2.889L8.137 26h-6.17c0-1.368-.843-3.084-.848-3.993-.011-2.007.647-4.231.647-4.231l15.607 5.335 15.926.963z"/><path fill="#88C9F9" d="M26.472 16.478c-2.218-1.018-6.023-4.326-6.21-4.536C15.591 3.987 18.336.964 18.336.964S17.043.019 16.41.048l-.963.916-.963-.788C11.226.454 2.93 4.816 2.93 4.816s.963 2.889.963 4.814-.696 4.238-.696 4.238-1.383 2.338-1.631 3.426c-.276 1.213.212 2.035 1.044 2.236 2.923.704 5.578.623 11.525 3.254 2.307 1.02 3.852 1.29 6.127 1.29h13.037s1.214-1.518.173-4.26c-.37-.975-4.725-2.292-7-3.336z"/><path fill="#EA596E" d="M26.258 16.371c-2.24-1.119-5.815-4.225-5.995-4.429C15.592 3.987 18.337.964 18.337.964S17.044.019 16.411.048l-.963.916-.963-.788c-.022.002-.051.008-.073.011-.057.5-.145 1.318-.28 2.633-.52 5.078 2.136 8.698 4.792 11.558 2.656 2.86 5.39 3.491 6.698 3.794s2.974-.768 2.974-.768l-2.338-1.033z"/><path fill="#99AAB5" d="M34 28H2c-.55 0-1-.45-1-1s.45-1 1-1h32c.55 0 1 .45 1 1s-.45 1-1 1z"/><circle fill="#F4900C" cx="5.5" cy="31.5" r="4.5"/><circle fill="#662113" cx="5.5" cy="31.5" r="2.25"/><circle fill="#F4900C" cx="24.5" cy="31.5" r="4.5"/><circle fill="#662113" cx="24.5" cy="31.5" r="2.25"/><path fill="#269" d="M15.448.965c-1.891 1.9-1.107 8.629 1.825 11.354C11.41 7.24 14.485.177 14.485.177l.963.788z"/><path fill="#BE1931" d="M15.775 13.513c-.299-.462-.166-1.084.296-1.383l2.772-1.817c.462-.299 1.084-.166 1.383.296.299.462.166 1.084-.296 1.383l-2.772 1.817c-.462.299-1.084.166-1.383-.296zm4.616 3.755c-.444-.325-.541-.954-.215-1.398l1.595-2.176c.325-.444.954-.541 1.398-.215.444.325.541.954.215 1.398l-1.595 2.176c-.325.443-.954.54-1.398.215zm4.777 1.903c-.519-.183-.794-.757-.611-1.276l.613-1.739c.183-.519.757-.794 1.276-.611.519.183.794.757.611 1.276l-.613 1.739c-.183.519-.757.794-1.276.611zM12.487 2.449c.047-.548.534-.958 1.082-.91l3.985.345c.548.047.958.534.91 1.082-.047.548-.534.958-1.082.91l-3.985-.345c-.548-.047-.957-.534-.91-1.082zm.584 5.538c-.104-.54.253-1.067.793-1.171l3.723-.687c.54-.104 1.067.253 1.171.793.104.54-.253 1.067-.793 1.171l-3.723.687c-.54.104-1.067-.253-1.171-.793z"/></svg>