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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#67757F" d="M16 34.375c0 .553-.448 1-1 1s-1-.447-1-1V26c0-.553.448-1 1-1s1 .447 1 1v8.375z"/><circle fill="#E1E8ED" cx="15.41" cy="15.625" r="13.873"/><path fill="#50A5E6" d="M3.592 16.139c.232 6.334 5.427 11.402 11.818 11.402s11.586-5.068 11.818-11.402H3.592z"/><path fill="#67757F" d="M30 24c0 1.104-.896 2-2 2H3c-1.104 0-2-.896-2-2s.896-2 2-2h25c1.104 0 2 .896 2 2z"/><path fill="#67757F" d="M2.622 35.207c-.186.521-.758.791-1.278.605-.52-.186-.791-.758-.605-1.278l3.317-9.262c.186-.52.758-.791 1.278-.605.52.186.792.758.605 1.278l-3.317 9.262zm25.757 0c.185.521.758.791 1.277.605.52-.186.791-.758.605-1.278l-3.359-9.345c-.185-.521-.758-.791-1.277-.606-.52.186-.791.758-.605 1.278l3.359 9.346z"/><path fill="#E1E8ED" d="M19.006 2.266S32.36 6.948 33.778 7.404c3.725 1.199 2.184 5.224-.385 4.582-5.083-1.271-14.387-4.068-15.415-4.068s1.028-5.652 1.028-5.652z"/><path fill="#9AAAB4" d="M29 23c0 .553-.447 1-1 1H3c-.552 0-1-.447-1-1 0-.553.448-1 1-1h25c.553 0 1 .447 1 1z"/><ellipse fill="#3B94D9" cx="15.41" cy="16.139" rx="11.818" ry="1.629"/><ellipse transform="rotate(-74.365 34.047 9.981)" fill="#AAB8C2" cx="34.047" cy="9.982" rx="1.341" ry=".974"/></svg>