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
3.3 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#292F33" d="M14.5 36c-.128 0-.256-.049-.354-.146-.195-.195-.195-.512 0-.707L16 33.293V31.5c0-.276.224-.5.5-.5s.5.224.5.5v2.207l-2.146 2.146c-.098.098-.226.147-.354.147z"/><path fill="#292F33" d="M16.5 34h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5zm5 2c-.128 0-.256-.049-.354-.146L19 33.707V31.5c0-.276.224-.5.5-.5s.5.224.5.5v1.793l1.854 1.854c.195.195.195.512 0 .707-.098.097-.226.146-.354.146z"/><path fill="#292F33" d="M22.5 34h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path fill="#A6D388" d="M36 25.909C36 29.727 34.001 31 18 31S0 29.727 0 25.909C0 13.257 8.059 4 18 4s18 9.257 18 21.909z"/><path fill="#77B255" d="M18 29c-.209 0-.404-.133-.474-.342-.087-.262.054-.545.316-.633l16.5-5.5c.263-.086.545.055.633.316.087.262-.055.545-.316.633l-16.5 5.5c-.054.018-.107.026-.159.026zm0-3c-.155 0-.308-.071-.405-.207-.162-.224-.112-.536.111-.698l14.5-10.5c.222-.163.536-.112.698.111s.111.537-.112.698l-14.5 10.5c-.087.065-.19.096-.292.096zm0-4c-.091 0-.183-.024-.266-.077-.233-.146-.304-.456-.157-.689l8.5-13.5c.147-.234.458-.301.689-.157.234.147.304.456.157.69l-8.5 13.5c-.095.15-.257.233-.423.233z"/><circle fill="#55ACEE" cx="32.5" cy="27" r="2"/><circle fill="#55ACEE" cx="32.5" cy="20" r="2"/><circle fill="#55ACEE" cx="28.5" cy="13" r="2"/><circle fill="#55ACEE" cx="21.5" cy="8" r="2"/><circle fill="#55ACEE" cx="28" cy="28.5" r="1.5"/><circle fill="#55ACEE" cx="28" cy="22.5" r="1.5"/><circle fill="#55ACEE" cx="25" cy="16.5" r="1.5"/><circle fill="#55ACEE" cx="24.5" cy="29" r="1"/><circle fill="#55ACEE" cx="24.5" cy="24" r="1"/><circle fill="#55ACEE" cx="21.5" cy="20" r="1"/><path fill="#77B255" d="M17.5 29c-.052 0-.105-.008-.158-.025l-16.5-5.5c-.262-.088-.403-.371-.316-.633s.369-.405.632-.316l16.5 5.5c.262.088.403.371.316.633-.07.208-.265.341-.474.341zm0-3c-.102 0-.204-.031-.293-.095l-14.5-10.5c-.224-.162-.273-.475-.111-.698.161-.224.474-.274.698-.111l14.5 10.5c.224.162.273.475.111.698-.098.135-.251.206-.405.206zm0-4c-.166 0-.329-.083-.424-.233l-8.5-13.5c-.146-.234-.076-.543.157-.69.236-.146.543-.077.69.156l8.5 13.5c.147.233.077.543-.157.689-.082.054-.175.078-.266.078z"/><path fill="#77B255" d="M17.5 24c-.276 0-.5-.224-.5-.5v-18c0-.276.224-.5.5-.5s.5.224.5.5v18c0 .276-.224.5-.5.5z"/><path fill="#269" d="M15 16c-1-2 0-4 0-4s0 1 1 2c0-3 1-3 1-3s0 2 1 3-3 2-3 2zm7.997 13c-.433-2-1.725-3.061-2.559-4.5-.671-1.156-2.134-3.75-.132-6.618.532-.762-1.885-1.831-2.305-1.877v-.004l-.015.002-.015-.002v.004c-.42.046-2.837 1.115-2.305 1.877 2.002 2.868.538 5.462-.132 6.618-.834 1.439-2.126 2.5-2.559 4.5-.362 1.668 2.247 3.981 4.997 3.998v.001h.015L18 33v-.002c2.75-.017 5.358-2.33 4.997-3.998z"/><path fill="#292F33" d="M19 16c3 0 6 2 6 2s-3 1-6 0 0-2 0-2"/><circle fill="#269" cx="18" cy="16" r="3"/><circle fill="#292F33" cx="19" cy="16" r="1"/><circle fill="#55ACEE" cx="3" cy="27" r="2"/><circle fill="#55ACEE" cx="3" cy="20" r="2"/><circle fill="#55ACEE" cx="7" cy="13" r="2"/><circle fill="#55ACEE" cx="14" cy="8" r="2"/><circle fill="#55ACEE" cx="7.5" cy="28.5" r="1.5"/><circle fill="#55ACEE" cx="7.5" cy="22.5" r="1.5"/><circle fill="#55ACEE" cx="10.5" cy="16.5" r="1.5"/><circle fill="#55ACEE" cx="11" cy="29" r="1"/><circle fill="#55ACEE" cx="11" cy="24" r="1"/><circle fill="#55ACEE" cx="14" cy="20" r="1"/></svg>