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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#99AAB5" d="M18.04 13.95L0 26v8c0 1.104.896 2 2 2h32c1.104 0 2-.896 2-2v-7.989L18.04 13.95z"/><path fill="#66757F" d="M0 33h36v1H0zm0-3h36v1H0zm0-3h36v1H0zm1.497-2h32.998l-1.489-1H2.994z"/><path fill="#E1E8ED" d="M18 0C10.82 0 5 1.343 5 3v33h26V3c0-1.657-5.82-3-13-3z"/><path fill="#CCD6DD" d="M18 13c7.18 0 13 1.344 13 3v-2c0-1.657-5.82-3-13-3S5 12.343 5 14v2c0-1.656 5.82-3 13-3zm0 12c7.18 0 13 1.344 13 3v-2c0-1.656-5.82-3-13-3S5 24.344 5 26v2c0-1.656 5.82-3 13-3zm0 6c7.18 0 13 1.344 13 3v-2c0-1.656-5.82-3-13-3S5 30.344 5 32v2c0-1.656 5.82-3 13-3zm0-24c7.18 0 13 1.344 13 3V8c0-1.657-5.82-3-13-3S5 6.343 5 8v2c0-1.656 5.82-3 13-3z"/><path fill="#CCD6DD" d="M14 .146V36h2V.039c-.685.024-1.354.059-2 .107zm-6 .938V36h2V.639c-.732.132-1.406.28-2 .445zM20 .039V36h2V.146c-.646-.048-1.315-.083-2-.107zm6 .6V36h2V1.084c-.594-.165-1.269-.313-2-.445z"/><path fill="#292F33" d="M18 19c7.18 0 13 1.344 13 3v-2c0-1.657-5.82-3-13-3S5 18.343 5 20v2c0-1.656 5.82-3 13-3z"/><path d="M11.13 5.583h-.708c-.576 0-.815-.42-.815-.828 0-.419.3-.827.815-.827h1.703c.516 0 .804.372.804.851v6.825c0 .6-.384.935-.899.935s-.899-.335-.899-.935V5.583zm2.88 2.147c0-1.955.756-4.414 3.179-4.414s3.178 2.459 3.178 4.414c0 1.955-.755 4.414-3.178 4.414S14.01 9.685 14.01 7.73zm4.485 0c0-.912-.084-2.783-1.307-2.783-1.224 0-1.308 1.871-1.308 2.783 0 .852.084 2.782 1.308 2.782 1.223.001 1.307-1.93 1.307-2.782zm8.592-.972c0 1.811-1.835 4.353-3.046 5.481-.096.096-.24.192-.384.288-.132.084-.264.084-.36.084-.335 0-.852-.444-.852-.875 0-.168.108-.312.252-.492.48-.588 1.26-1.356 1.655-1.919l-.023-.024c-.216.096-.492.144-.756.144-1.439 0-2.507-1.271-2.507-2.687 0-1.559 1.235-2.974 3.011-2.974 1.847 0 3.01 1.379 3.01 2.974zm-1.871 0c0-.671-.419-1.247-1.139-1.247-.684 0-1.14.552-1.14 1.247 0 .636.384 1.248 1.14 1.248.684-.001 1.139-.541 1.139-1.248z" fill="#BE1931"/></svg>