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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#99AAB5" d="M25.786 32.106c-.018-.035-.334-.608-.918-1.05.092-.377.05-.748-.275-.988-.806-.593-7.902.202-8.409 2.739-.21 1.049.527 1.049.93.724-.123.447-.19.905-.152 1.335.021.241.234.419.475.398.026-.002.051-.007.075-.013.202-.054.342-.247.323-.462-.026-.299.02-.622.099-.942.18.161.38.293.614.241.28-.063.457-.338.574-.638.014.19.042.312.045.326.062.232.299.369.531.309l.005-.001c.23-.062.368-.298.312-.53-.004-.015-.046-.205-.017-.506.396.239.896.456 1.305.356.521-.127.769-.566.893-.997.393.369.625.801.859 1.303.091.196.308.293.51.239.025-.007.048-.015.072-.026.22-.102.315-.363.213-.582-.166-.357-.371-.789-.711-1.208.31.207.637.352.851.227.149-.087.326-.271.488-.495.338.301.528.646.53.652.099.183.308.269.501.217.031-.008.062-.02.092-.036.216-.116.298-.379.185-.592z"/><path fill="#E1E8ED" d="M22.92 11.745c-3.324-.292-4.921-2.163-5.906-3.983-.19-.352-1.706-3.665-2.486-5.804-.74-2.029-1.983-.958-2.553-.805-.571.153-1.483.171-1.31 1.84.259 2.503.708 5.872.749 6.269.234 2.243-.391 4.487-3.123 6.402-5.12 3.588-6.648 6.939-5.656 10.642 1.42 5.299 4.566 9.254 17.872 5.688S34.56 23.431 33.14 18.132c-.993-3.701-3.992-5.84-10.22-6.387z"/><path fill="#99AAB5" d="M11.29 32.904c-2.744-1.233-5.845-3.48-5.898-7.615-.058-4.524 4.073-7.097 4.567-9.714.173 3.065-2.752 5.037-2.722 8.946.028 3.541 1.019 6.223 4.053 8.383zm6.984-.497c-2.612-1.34-5.792-4.185-6.488-8.1-1.002-5.636 1.365-9.11.782-13.372 1.415 4.899.563 7.254 1.436 12.126.568 3.17 2.161 7.531 4.27 9.346zm10.667-4.233c1.759-2.44 3.322-5.937 1.3-9.544-2.212-3.947-7.076-4.11-8.812-6.129 1.383 2.741 4.902 2.986 6.83 6.386 1.748 3.081 2.23 5.9.682 9.287zm-6.296 3.061c1.592-2.466 2.924-6.52 1.569-10.259-1.951-5.382-5.737-7.207-7.363-11.19 1.224 4.951 3.139 6.564 4.819 11.22 1.092 3.03 1.894 7.603.975 10.229z"/></svg>