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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFAC33" d="M35.066 35.066c-.766.766-2.006.766-2.771 0L12.198 14.97c-.766-.766-.766-2.007 0-2.773.766-.765 2.007-.765 2.772 0l20.096 20.098c.766.764.766 2.006 0 2.771z"/><path fill="#DD2E44" d="M27.8 14.08c0 7.576-6.142 13.72-13.72 13.72C6.503 27.8.36 21.656.36 14.08.36 6.502 6.503.36 14.08.36c7.578 0 13.72 6.142 13.72 13.72z"/><path fill="#F4900C" d="M17.411 27.376c-1.459.092-2.938-.066-4.379-.503-3.156-.961-5.748-3.093-7.3-6.003-1.217-2.283-1.473-4.902-.719-7.376.752-2.474 2.424-4.507 4.707-5.724 1.781-.95 3.822-1.149 5.751-.561 1.929.586 3.514 1.89 4.463 3.67.734 1.377.889 2.958.434 4.451-.454 1.494-1.462 2.721-2.84 3.455-1.056.562-2.267.682-3.412.333-1.144-.348-2.085-1.122-2.648-2.178-.879-1.648-.253-3.704 1.395-4.583.592-.317 1.272-.384 1.915-.187.231.07.447.171.644.299-.672-.327-1.486-.34-2.194.037-1.347.719-1.858 2.399-1.14 3.746.404.758 1.079 1.313 1.901 1.564.822.25 1.692.166 2.45-.239 1.836-.98 2.534-3.271 1.555-5.108-.562-1.055-1.502-1.827-2.645-2.174-1.143-.349-2.353-.231-3.408.332-2.601 1.388-3.589 4.633-2.202 7.235.809 1.517 2.162 2.629 3.807 3.13 1.645.5 3.387.33 4.905-.479 1.839-.98 3.187-2.62 3.794-4.614.605-1.994.399-4.105-.58-5.944-1.195-2.241-3.193-3.884-5.623-4.624-2.432-.74-5.004-.489-7.245.708-2.744 1.463-4.754 3.907-5.66 6.883-.905 2.976-.598 6.125.865 8.869.917 1.721 2.151 3.202 3.623 4.392 1.924 1.028 4.12 1.615 6.455 1.615 1.151.002 2.263-.155 3.331-.422zm-1.325-12.548c.161-.086.288-.211.377-.356-.071.566-.407 1.09-.947 1.378-.297.158-.637.19-.957.093-.321-.098-.585-.314-.743-.611-.21-.393-.06-.884.333-1.094.067-.036.14-.053.212-.053.161 0 .318.086.399.238.255.479.848.661 1.326.405z"/><path fill="#FFCC4D" d="M24.515 8.499C22.946 5.027 18.398 1.187 12.744.564c-.212-.023-.423-.033-.633-.047-3.6.52-6.743 2.429-8.871 5.176 3.382-2.809 6.776-3.214 9.264-2.944 4.835.533 8.694 3.751 10.006 6.655 2.009 4.448.023 9.702-4.424 11.71-1.669.755-3.534.812-5.247.165-1.714-.647-3.074-1.924-3.828-3.594-1.196-2.647-.015-5.774 2.631-6.97 2.007-.906 4.38-.01 5.287 1.997.564 1.251.19 2.691-.822 3.524.263-.27.47-.593.607-.956.261-.692.237-1.444-.067-2.118-.35-.775-.981-1.369-1.777-1.669-.797-.301-1.663-.274-2.437.077-.903.407-1.594 1.142-1.944 2.068-.35.927-.318 1.934.089 2.837.479 1.061 1.343 1.873 2.433 2.284 1.09.412 2.275.373 3.335-.105 2.599-1.174 3.76-4.246 2.586-6.847-1.405-3.111-5.083-4.497-8.195-3.095-3.752 1.696-5.425 6.128-3.731 9.88.997 2.206 2.792 3.891 5.056 4.745 1.042.394 2.124.59 3.205.59 1.269 0 2.534-.27 3.725-.808 5.551-2.51 8.029-9.067 5.523-14.62zm-9.859 6.003c-.054.142-.16.255-.297.318-.554.249-.799.9-.55 1.454.119.264.329.458.576.562-.202-.017-.402-.062-.597-.134-.54-.205-.969-.607-1.206-1.133-.166-.367-.179-.777-.036-1.154.142-.376.423-.676.792-.841.129-.059.267-.088.405-.088.118 0 .236.021.349.064.247.094.442.276.551.518.062.138.066.292.013.434z"/></svg>