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"><path fill="#66757F" d="M30.405 23.361c-.449-.318-.555-.946-.237-1.394l1.736-2.447c.318-.449.946-.555 1.394-.237.449.318.555.946.237 1.394l-1.736 2.447c-.318.448-.945.555-1.394.237z"/><path fill="#99AAB5" d="M18 0c7 0 17 2 17 12 0 7-8 17-14 17S18 0 18 0z"/><path fill="#FFDC5D" d="M29 15c-1 6-4.599 8.097-6 13-2 7-7 8-11 8-7 0-3.856-6.568-7-16-3-9-2.716-15.899 7-18 9.25-2 18.634 3.194 17 13z"/><path fill="#EF9645" d="M23.948 6.211c-2.643-2.178-6.912-3.018-11.14-2.192-2.396.467-4.207 1.644-5.381 3.497-2.517 3.973-1.124 9.618-1.063 9.856.136.535.678.862 1.215.723.535-.136.859-.68.723-1.215-.004-.016-.134-.545-.24-1.358.059-.004.117.007.177-.008 3.049-.751 5.129-.051 5.701 1.922.533 1.841-.446 4.513-2.442 5.181-1.008.264-2.379.997-2.924 2.199-.251.554-.435 1.446.116 2.549.175.351.528.553.895.553.15 0 .303-.034.446-.106.494-.247.694-.848.447-1.342-.216-.432-.151-.679-.084-.828.238-.524 1.084-.953 1.672-1.109 3.23-1.076 4.592-4.898 3.794-7.653-.685-2.366-3.133-4.466-7.932-3.343-.008-1.584.238-3.45 1.189-4.95.88-1.389 2.213-2.241 4.074-2.604 3.659-.713 7.292-.033 9.485 1.773C24.218 9.025 25 10.79 25 13c0 3.48-1.008 4.756-2.403 6.522-.461.583-.938 1.186-1.429 1.923-.307.46-.183 1.08.277 1.387.171.113.364.168.554.168.323 0 .641-.156.833-.445.446-.67.898-1.24 1.333-1.792C25.623 18.917 27 17.175 27 13c0-2.797-1.056-5.145-3.052-6.789z"/><circle fill="#66757F" cx="11" cy="18" r="5"/><circle fill="#99AAB5" cx="11" cy="18" r="3"/><path fill="#CCD6DD" d="M11.001 19c-.072 0-.145-.008-.218-.024-4.18-.929-6.665-4.504-6.183-8.897C5.134 5.225 9.554 0 18 0c.552 0 1 .448 1 1s-.448 1-1 1C10.747 2 7.042 6.167 6.589 10.297c-.282 2.566.761 5.868 4.628 6.727.539.12.879.654.759 1.193-.103.466-.517.783-.975.783z"/></svg>