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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><circle fill="#50A5E6" cx="18" cy="18" r="18"/><ellipse fill="#1C6399" cx="11.985" cy="15.188" rx="2.5" ry="3.5"/><ellipse fill="#1C6399" cx="23.985" cy="15.188" rx="2.5" ry="3.5"/><path fill="#FFF" d="M24.985 21.833c2.209 0 4 1.791 4 4s-1.791 4-4 4h-14c-2.209 0-4-1.791-4-4s1.791-4 4-4h14z"/><path fill="#1C6399" d="M24.985 20.812h-14c-2.757 0-5 2.243-5 5s2.243 5 5 5h14c2.757 0 5-2.243 5-5s-2.243-5-5-5zm0 2c1.483 0 2.71 1.084 2.949 2.5h-3.449v-2.5h.5zm-1.5 0v2.5h-3v-2.5h3zm-4 0v2.5h-3v-2.5h3zm-4 0v2.5h-3v-2.5h3zm-4.5 0h.5v2.5h-3.45c.24-1.415 1.467-2.5 2.95-2.5zm0 6c-1.483 0-2.71-1.084-2.949-2.5h3.449v2.5h-.5zm1.5 0v-2.5h3v2.5h-3zm4 0v-2.5h3v2.5h-3zm4 0v-2.5h3v2.5h-3zm4.5 0h-.5v-2.5h3.449c-.239 1.416-1.466 2.5-2.949 2.5z"/><path fill="#BBDDF5" d="M35.756 15.188c0-.445-.046 2.24-3.752 3.394-1.461.455-1.288 2.58-1.265 3.152.08 1.975.398 3.892.497 4.392.1.507.507 2.106.602 2.589.105.532.241 2.406.333 2.873.111.563.215.968.3 1.398.184.929.424 1.598.832 1.598.409 0 .416-1.125.599-2.053.085-.429.107-.787.218-1.349.092-.464.363-3.641.465-4.156.097-.491.636-2.568.734-3.067.1-.507.399-2.494.479-2.979.478-2.897-.042-5.791-.042-5.792zM.313 21.375c0-.29.613 1.164 1.148 1.488.69.418 1.23 1.2 2.04 1.887s.808 1.974.776 2.594c-.136 2.656-.486 5.299-.562 5.625-.076.331-.358 2.823-.73 2.823s-.553-.878-.693-1.484l-.225-.977c-.07-.302-.12-.631-.2-.976-.072-.314-.421-2.587-.496-2.913-.076-.331-.406-1.643-.479-1.958-.08-.347-.114-.684-.19-.987-.327-1.3-.389-5.121-.389-5.122z"/><path fill="#1C6399" d="M5.986 11.375c-.552 0-1-.448-1-1 0-.551.445-.998.996-1 .156-.002 3.569-.086 6.205-3.6.331-.44.957-.532 1.4-.2.442.331.531.958.2 1.4-3.263 4.35-7.617 4.4-7.801 4.4zm24 0c-.184 0-4.537-.05-7.8-4.4-.332-.442-.242-1.069.2-1.4.441-.333 1.067-.242 1.399.2 2.641 3.521 6.062 3.599 6.206 3.6.55.006.994.456.991 1.005-.002.551-.446.995-.996.995z"/><path fill="#BBDDF5" d="M24.266 1.125s-.991-.421-1.317-.521C22.662.516 21.756.328 21.196.22c-.625-.121-1.294-.115-1.294-.115s-.03.402.114 1.025c.116.502.404 1.198.458 1.559.059.391.068.855.141 1.348.064.426.128.88.197 1.342.067.446.182.894.249 1.341.07.464.102.925.167 1.353.074.496-.01.978.049 1.371.121.806.333 1.932.562 1.932.229 0 .431-1.019.552-1.828.059-.391-.027-.695.047-1.188.064-.426.118-.85.188-1.312.067-.446.121-.882.188-1.328.07-.464.061-.916.125-1.344.074-.496.363-1.107.422-1.5.119-.806.905-1.751.905-1.751zM5.875 9.379s.731-.164 1.427-.309c.453-.094.812-.459 1.553-.729.771-.281 1.267-.524 1.267-.524s.063 1.305-.109 1.956c-.139.525-.212 1.203-.276 1.58-.07.408-.109.889-.197 1.404-.076.445-.216.91-.299 1.394-.08.467-.144 1.014-.224 1.481-.083.485-.105.902-.182 1.349-.089.518-.022.57-.093.98-.145.843-.165.727-.212 1.186-.047.459-.394.516-.544.18-.15-.336.009-.521-.136-1.367-.07-.408-.327-1.487-.41-1.97-.08-.467-.188-1.199-.268-1.666-.083-.485-.104-1.267-.181-1.715-.089-.518-.225-.838-.295-1.248-.145-.841-.821-1.982-.821-1.982z"/></svg>