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"><ellipse fill="#292F33" cx="24" cy="31.93" rx="12" ry="3"/><path fill="#292F33" d="M12 31.001h24v1H12z"/><ellipse fill="#66757F" cx="24" cy="31.018" rx="12" ry="3"/><path fill="#99AAB5" d="M18 31.001c0-.828 2.686-2.501 6-2.501s6 1.672 6 2.501c0 .828-2.686 1.5-6 1.5s-6-.672-6-1.5z"/><path fill="#99AAB5" d="M18 27.52h12v3.481H18z"/><ellipse fill="#CCD6DD" cx="24" cy="27.5" rx="6" ry="1.5"/><ellipse fill="#FFAC33" cx="24" cy="27.5" rx="5" ry="1"/><path fill="#FFE8B6" d="M19.507 27.931c.808.336 2.508.569 4.493.569s3.685-.233 4.493-.569c-.807-.335-2.507-.569-4.493-.569s-3.685.234-4.493.569z"/><path fill="#292F33" d="M14 21.001c-.376.827-.839 9.111-.839 9.762s.434.521 2.257.477c.738-.018.608-.651.738-3.993.056-1.437.304-4.297.521-5.078.216-.781-2.185-2.25-2.677-1.168zm19.993 0c.376.827.839 9.111.839 9.762s-.434.521-2.257.477c-.738-.018-.608-.651-.738-3.993-.056-1.437-.304-4.297-.521-5.078s2.185-2.25 2.677-1.168zM24 33.237c-.37 0-.673-.303-.673-.673v-9.722c0-.37.303-.673.673-.673.37 0 .673.303.673.673v9.722c0 .37-.303.673-.673.673z"/><ellipse fill="#292F33" cx="24" cy="22.001" rx="10" ry="2"/><ellipse fill="#66757F" cx="24" cy="21.001" rx="10" ry="2"/><ellipse fill="#292F33" cx="24" cy="20.401" rx="8" ry="1.4"/><path fill="#BE1931" d="M35.939 9.001c0-1.499-5.964-2.994-11.939-3h-.03c-5.974.005-11.939 1.5-11.939 3 0 .327-.006.668-.012 1.014-.036.799-1.103.444-1.994.289-.007-.001-.013.002-.019.001-.035-.007-.067-.022-.103-.027L2.47 9.08C1.383 8.905.365 9.812.208 11.097l-.143 1.168c-.157 1.284.611 2.413 1.708 2.508l7.5.649c.075.007.148-.003.223-.003.021.003.038.012.06.013 1.298.099 2.721.058 3.136.919.031.065.064.118.098.164.436 1.007 1.102 1.923 2.131 2.66 1.764 1.264 4.654 1.823 9.05 1.826h.03c4.396-.003 7.286-.562 9.05-1.826 3.425-2.456 2.888-6.876 2.888-10.174z"/><ellipse fill="#EA596E" cx="24" cy="9.001" rx="11.969" ry="3"/><ellipse fill="#FFE8B6" cx="24" cy="9.001" rx="10.972" ry="2.25"/><ellipse fill="#FFAC33" cx="24" cy="9.934" rx="9.975" ry="1.317"/><path fill="#269" d="M3.989 3.209c-.243.493-.029 1.078.475 1.299l9.165 4.024c.468.206.607.02.817-.173.025-.285.087-.507-.361-.753L5.308 2.793c-.482-.265-1.076-.078-1.319.416z"/><path fill="#99AAB5" d="M18.588 10.956c.843.099 1.755.175 2.72.225L13.63 7.4c-.247-.122-.548-.019-.669.228s-.019.548.228.669l5.399 2.659z"/><path fill="#269" d="M10.334 1.589c-.31.454-.181 1.063.287 1.353l8.508 5.274c.435.269.598.106.834-.056.065-.278.158-.49-.251-.797l-8.012-6c-.442-.33-1.056-.228-1.366.226z"/><path fill="#99AAB5" d="M19.289 7.095c-.227-.155-.54-.096-.695.131-.155.227-.096.54.131.695l4.874 3.326c.134.001.266.004.401.004.459 0 .908-.008 1.352-.019l-6.063-4.137z"/></svg>