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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><circle fill="#99AAB5" cx="8.5" cy="9.5" r="8.5"/><circle fill="#99AAB5" cx="27.5" cy="9.5" r="8.5"/><path fill="#F4ABBA" d="M13.812 10.031c0 3.228-2.617 5.844-5.844 5.844s-5.844-2.616-5.844-5.844c0-3.227 2.617-5.844 5.844-5.844s5.844 2.617 5.844 5.844zm20.063 0c0 3.228-2.617 5.844-5.844 5.844-3.227 0-5.844-2.616-5.844-5.844 0-3.227 2.617-5.844 5.844-5.844 3.227.001 5.844 2.617 5.844 5.844z"/><path fill="#99AAB5" d="M30 18c0 7.18-8 15-12 15S6 25.18 6 18s7-9 12-9 12 1.82 12 9z"/><path fill="#F4ABBA" d="M20.905 29.648C20.905 31.252 18.894 33 18 33c-.894 0-2.905-1.748-2.905-3.352 0-1.605 1.788-1.956 2.905-1.956 1.117 0 2.905.351 2.905 1.956z"/><g fill="#66757F"><path d="M34.999 32.16c-.175 0-.353-.046-.514-.143-4.628-2.777-11.278-1.877-11.345-1.867-.559.079-1.053-.304-1.13-.85-.078-.547.302-1.053.848-1.131.301-.042 7.411-1.014 12.656 2.133.474.284.627.898.343 1.372-.187.313-.518.486-.858.486z"/><path d="M32.001 35.16c-.305 0-.604-.138-.801-.4-2.728-3.637-8.309-4.604-8.364-4.613-.545-.091-.913-.606-.822-1.15.09-.545.606-.92 1.15-.822.262.044 6.433 1.115 9.636 5.387.332.441.242 1.068-.2 1.399-.18.134-.39.199-.599.199zm-31-3c-.34 0-.671-.173-.858-.485-.284-.474-.131-1.088.343-1.372 5.244-3.146 12.355-2.175 12.656-2.133.546.078.926.584.848 1.131-.078.547-.582.93-1.13.85-.066-.009-6.717-.909-11.345 1.867-.161.096-.339.142-.514.142z"/><path d="M3.999 35.16c-.208 0-.419-.065-.599-.2-.442-.331-.531-.958-.2-1.399 3.203-4.271 9.375-5.343 9.635-5.387.548-.097 1.059.276 1.15.821.091.544-.276 1.06-.82 1.151-.056.01-5.648.991-8.366 4.613-.195.263-.496.401-.8.401z"/></g><path fill="#272B2B" d="M12 21s0-2 2-2 2 2 2 2v2s0 2-2 2-2-2-2-2v-2zm8 0s0-2 2-2 2 2 2 2v2s0 2-2 2-2-2-2-2v-2z"/></svg>