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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#292F33" d="M28 29c-2.999-.061-17.001-.061-20 0-6.412.131-5 7-5 7h30s1.412-6.869-5-7z"/><path fill="#99AAB5" d="M18.8 34.8L20 33l-2-1-2 1 1.2 1.8L10 33l2 3h12l2-3z"/><path fill="#F7DECE" d="M14.269 29.479c1.466 1.065 2.964.98 3.672.98s2.194.085 3.66-.98v-5.664h-7.332v5.664z"/><path fill="#EEC2AD" d="M14.264 25.179c1.022 1.155 2.29 1.468 3.668 1.468 1.379 0 2.647-.312 3.67-1.468v-2.936h-7.338v2.936z"/><path fill="#F7DECE" d="M9.675 15.718c0-5.834 3.676-10.563 8.211-10.563 4.533 0 8.209 4.729 8.209 10.563 0 5.833-3.676 10.285-8.209 10.285-4.534 0-8.211-4.452-8.211-10.285"/><path fill="#292F33" d="M27 5c2 0 2.999 1 2.999 1-1-3-5-3-5-3C24.051.796 22.427.796 22.427.796c.872.69.882 1.638.882 1.638l-.05.009C21.991 1.628 19.035.281 14 1c0 0 2 0 3 1 0 0-7-1-10 4 0 0 1.47-1.455 3.775-1.248-1.703 1.097-3.092 2.905-3.366 5.031-.443 3.437.545 5.032.896 7.616.398 2.928 2.044 3.864 3.36 4.256 1.893 2.501 3.906 2.394 7.285 2.394 4.715 0 7.657-2.264 9.059-6.287.491.734.436 1.288.436 1.288s1.329-3.788 1-8C29.117 6.839 27 5 27 5z"/><path fill="#F7DECE" d="M25.464 12.456c-.639-.884-1.456-1.596-3.248-1.848.672.308 1.316 1.372 1.4 1.96.084.588.168 1.064-.364.476-2.131-2.356-4.452-1.428-6.753-2.867-1.607-1.005-2.096-2.117-2.096-2.117s-.196 1.484-2.632 2.996c-.706.438-1.549 1.415-2.016 2.856-.336 1.036-.232 1.96-.232 3.539 0 4.609 3.799 8.485 8.485 8.485s8.485-3.909 8.485-8.485c-.001-2.867-.301-3.987-1.029-4.995z"/><path fill="#BE1931" d="M31.647 28.5c-.788-1.299-4.892-1.5-7.81-1.5-.973 0-2.919 1.851-5.837 1.851S13.136 27 12.163 27c-2.919 0-7.022.201-7.81 1.5-1.457 2.4 1.945 3.5 3.89 3.5 1.946 0 5.644-1 9.757-1s7.811 1 9.757 1c1.945 0 5.347-1.1 3.89-3.5z"/><path fill="#99AAB5" d="M9.385 26.228c.362-.058 1.368 1.423 1.344 1.714-.024.291-2.196.478-2.331.248-.136-.23.625-1.904.987-1.962zm-4.538 3.303c.214.332 3.412-.078 3.43-.51.018-.431-1.679-2.47-2.21-2.362-.53.109-1.433 2.54-1.22 2.872zm22.746-1.341c-.135.23-2.307.043-2.331-.248-.024-.291.982-1.772 1.344-1.714.361.058 1.123 1.732.987 1.962zm2.33-1.53c-.531-.108-2.228 1.93-2.21 2.362.018.431 3.217.842 3.43.51.214-.333-.69-2.764-1.22-2.872z"/><path fill="#BE1931" d="M18 13l5-1 1-2 2 2-1 3 1 2-2 2-1 2-1-2-4-2-4 2-1 2-1-2-2-2 1-2-1-3 2-2 1 2z"/><path d="M15.769 16c0 .465-.381.846-.847.846h-.845c-.465 0-.846-.381-.846-.846 0-.466.381-.847.846-.847h.845c.466.001.847.382.847.847m7 0c0-.465-.381-.846-.847-.846h-.845c-.465 0-.846.381-.846.846 0 .465.381.846.846.846h.845c.466 0 .847-.381.847-.846"/><path fill="#C1694F" d="M20.834 21.622c-.692.301-1.978.821-3.109.821H15.5c-.275 0-.5.225-.5.5s.225.5.5.5h4.204c.006 0 .007-.003.013-.003l.068.003c.581 0 1.016-.629 1.252-1.134.282-.606.261-.889-.203-.687zM18.777 20.5h-1.69c-.233 0-.423-.19-.423-.423v-.153c0-.233.189-.424.423-.424h1.69c.233 0 .424.19.424.424v.153c0 .233-.19.423-.424.423"/></svg>