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="#9266CC" d="M36 32c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V4c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v28z"/><g fill="#FFF"><path d="M26.464 18c2.888-2.529 4.589-5.118 3.594-6.867-.5-.877-1.527-1.322-3.052-1.322-1.298 0-2.961.346-4.795.954-.764-3.821-2.178-6.64-4.211-6.64s-3.447 2.819-4.211 6.64c-1.834-.608-3.497-.954-4.795-.954-1.524 0-2.552.445-3.052 1.323-.995 1.748.706 4.337 3.594 6.866-2.888 2.529-4.589 5.118-3.594 6.867.5.877 1.527 1.322 3.052 1.322 1.298 0 2.961-.346 4.795-.954.764 3.821 2.178 6.64 4.211 6.64s3.447-2.819 4.211-6.64c1.834.608 3.497.954 4.795.954 1.524 0 2.552-.445 3.052-1.323.995-1.748-.707-4.337-3.594-6.866zm.542-6.439c.802 0 1.374.164 1.53.438.347.609-.724 2.526-3.448 4.874-.727-.564-1.499-1.118-2.307-1.652-.062-.93-.156-1.841-.279-2.72 1.746-.602 3.309-.94 4.504-.94zm-7.459 9.154c-.517.294-1.033.573-1.547.838-.514-.265-1.03-.543-1.547-.838-.541-.308-1.047-.616-1.536-.923-.024-.577-.042-1.169-.042-1.792s.017-1.215.042-1.792c.49-.307.995-.615 1.536-.923.517-.294 1.033-.573 1.547-.838.514.265 1.03.543 1.547.838.541.308 1.047.616 1.536.923.024.577.042 1.169.042 1.792s-.017 1.215-.042 1.792c-.489.307-.995.615-1.536.923zm1.389 1.212c-.032.324-.07.633-.11.939-.287-.118-.58-.251-.872-.382.153-.084.305-.161.458-.248.177-.1.349-.206.524-.309zm-4.89.557c-.292.13-.586.263-.872.382-.039-.306-.077-.615-.11-.938.175.103.348.209.524.309.152.086.305.163.458.247zm-2.912-3.876c-.288-.205-.561-.407-.826-.608.265-.201.538-.403.826-.608-.003.203-.009.405-.009.608s.006.405.009.608zm1.93-4.535c.032-.324.07-.633.11-.938.287.118.58.251.872.382-.153.084-.305.161-.458.248-.177.099-.349.205-.524.308zm4.89-.557c.292-.13.586-.263.872-.382.039.306.077.615.11.939-.175-.103-.348-.209-.524-.309-.152-.087-.305-.164-.458-.248zm2.912 3.876c.288.205.561.407.826.608-.265.201-.538.403-.826.608.003-.203.009-.405.009-.608s-.006-.405-.009-.608zM18 5.875c.706 0 1.855 1.908 2.546 5.494-.83.33-1.683.713-2.546 1.132-.863-.42-1.716-.803-2.546-1.132.691-3.586 1.84-5.494 2.546-5.494zM7.464 12c.156-.275.729-.439 1.53-.439 1.194 0 2.758.339 4.504.94-.123.879-.218 1.79-.279 2.72-.808.534-1.58 1.088-2.307 1.652C8.188 14.525 7.117 12.608 7.464 12zm1.53 12.439c-.802 0-1.374-.164-1.53-.438-.347-.609.724-2.526 3.448-4.874.727.564 1.499 1.118 2.307 1.652.062.93.156 1.841.279 2.72-1.746.602-3.309.94-4.504.94zM18 30.125c-.706 0-1.855-1.908-2.546-5.494.83-.33 1.683-.713 2.546-1.132.863.42 1.716.803 2.546 1.132-.691 3.586-1.84 5.494-2.546 5.494zM28.536 24c-.156.275-.729.439-1.53.439-1.194 0-2.758-.339-4.504-.94.123-.879.218-1.79.279-2.72.808-.534 1.58-1.088 2.307-1.652 2.724 2.348 3.795 4.265 3.448 4.873z"/><path d="M18 16.586c-.781 0-1.414.633-1.414 1.414 0 .781.633 1.414 1.414 1.414s1.414-.633 1.414-1.414c0-.781-.633-1.414-1.414-1.414z"/></g></svg>