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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#55ACEE" d="M16.769 22H3.806s2.248 7.146 5.784 10.584c2.408 2.34 6.458 2.521 7.899 2.521 2.88 0 6.55-.192 8.958-2.534C30.645 28.493 32.612 22 32.612 22H16.769z"/><path fill="#3B88C3" d="M31.091 25.783c.623-1.304 1.048-2.413 1.287-3.088-.135-.24-.336-.472-.588-.695H4.628c-.251.223-.452.454-.587.694.237.672.652 1.776 1.213 3.041 2.087 1.507 6.422 2.715 12.956 2.715 6.462 0 10.768-1.183 12.881-2.667z"/><path fill="#55ACEE" d="M2 17v4.453c0 2.318 7.251 4.198 16 4.198 8.751 0 16-1.88 16-4.198V17H2z"/><path fill="#F9D2DC" d="M3.857 19.283c.901.331 6.693 2.383 13.999 2.383 8.226 0 14.254-1.788 15.634-2.779 1.38-.993 1.328-9.595-4.955-12.91C23.17 3.146 23.02.366 17.907.366 10.243.367-3.296 16.652 3.857 19.283z"/><path fill="#F98097" d="M11.848 11.769c2.91 3.9 9.483 1.756 12.293-.975 2.289-2.226 5.179-1.633 8.452-.784-.892-1.583-2.2-3.041-4.069-4.027C23.161 3.154 23.011.375 17.9.375 13.851.375 8.163 4.923 4.754 9.6c1.894-.617 4.802-.902 7.094 2.169z"/><circle fill="#EA596E" cx="12" cy="7" r="1"/><circle fill="#EA596E" cx="18" cy="10" r="1"/><circle fill="#EA596E" cx="22" cy="5" r="1"/></svg>