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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#99AAB5" d="M8.514 19.828L19.122 9.223l2.121 2.121L10.635 21.95z"/><path fill="#55ACEE" d="M8.515 29.728c-.781.781-2.047.781-2.828 0l-4.95-4.949c-.781-.781-.781-2.048 0-2.828L5.687 17c.781-.781 2.047-.781 2.828 0l4.95 4.95c.781.78.781 2.047 0 2.828l-4.95 4.95zm16.262-16.263c-.78.781-2.047.781-2.827 0L17 8.515c-.781-.781-.781-2.047 0-2.828l4.951-4.95c.781-.781 2.047-.781 2.828 0l4.949 4.95c.781.781.781 2.047.001 2.828l-4.952 4.95z"/><path fill="#99AAB5" d="M12.404 10.283L10.99 6.04c-.448-1.342-1.415-1.415-2.122-.708L6.04 8.161c-.708.707-.635 1.674.707 2.122l4.243 1.414 1.414-1.414z"/><path fill="#CCD6DD" d="M17.708 21.949c-.782.781-2.048.781-2.829.001l-7.071-7.071c-.781-.781-.781-2.048 0-2.829l4.242-4.242c.781-.781 2.048-.781 2.829 0l7.071 7.071c.78.781.78 2.047-.001 2.829l-4.241 4.241z"/><path fill="#CCD6DD" d="M21.016 21.055c-1.952 1.953-4.802 2.269-6.364.708-1.562-1.562.876-2.29 2.829-4.243 1.953-1.953 2.681-4.39 4.243-2.829 1.561 1.562 1.245 4.411-.708 6.364z"/><path fill="#99AAB5" d="M27.96 20.182c-2.12-2.122-5.118-1.951-7.071 0-1.952 1.954-2.121 4.95 0 7.071l7.071-7.071zm-2.828 2.829l2.121 3.535-3.535-2.121z"/><path fill="#99AAB5" d="M27.813 27.106c-.391.391-1.023.391-1.414 0s-.391-1.023 0-1.414 1.023-.391 1.414 0 .391 1.024 0 1.414z"/><path fill="#88C9F9" d="M4.27 18.416L5.686 17l7.779 7.777-1.414 1.415zM17 5.686l1.414-1.414 7.778 7.778-1.414 1.414zM.735 21.952l1.414-1.415 7.78 7.776-1.414 1.414zm19.798-19.8L21.946.737l7.781 7.775-1.413 1.414z"/><path fill="#99AAB5" d="M8.307 7.601c-.39.39-1.023.39-1.414 0-.391-.391-.39-1.024 0-1.415.391-.39 1.023-.39 1.414 0 .391.391.391 1.024 0 1.415z"/><path fill="#FFAC33" d="M23.682 30.431l.002-.051c.027-.552.497-.977 1.049-.949.016.001 2.156.063 3.8-1.58 1.637-1.638 1.578-3.772 1.58-3.801-.033-.55.397-1.021.948-1.049.552-.027 1.022.397 1.049.949.012.122.123 3.028-2.163 5.314-2.288 2.287-5.191 2.17-5.314 2.164-.535-.027-.951-.468-.951-.997z"/><path fill="#FFAC33" d="M24.238 33.989c0-.109.018-.221.057-.33.182-.521.752-.796 1.273-.613.107.034 2.877.893 5.964-2.195 3.127-3.126 2.414-6.126 2.382-6.252-.137-.529.184-1.077.716-1.216.53-.14 1.073.172 1.217.701.046.17 1.077 4.205-2.9 8.181-4.014 4.016-7.876 2.726-8.038 2.668-.413-.144-.671-.531-.671-.944z"/></svg>