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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFAC33" d="M20 6c0 1.104-.896 2-2 2s-2-.896-2-2V2c0-1.104.896-2 2-2s2 .896 2 2v4zm0 28c0 1.104-.896 2-2 2s-2-.896-2-2v-4c0-1.104.896-2 2-2s2 .896 2 2v4zM6 16c1.104 0 2 .896 2 2s-.896 2-2 2H2c-1.104 0-2-.896-2-2s.896-2 2-2h4zm28 0c1.104 0 2 .896 2 2s-.896 2-2 2h-4c-1.104 0-2-.896-2-2s.896-2 2-2h4zM8.101 25.071c.781-.78 2.047-.781 2.828 0 .781.78.781 2.048 0 2.828l-2.828 2.829c-.781.78-2.048.78-2.828 0-.781-.781-.781-2.048 0-2.828l2.828-2.829zM27.899 5.272c.781-.781 2.047-.782 2.828 0 .781.781.781 2.047 0 2.829l-2.828 2.828c-.781.781-2.048.781-2.828 0-.781-.781-.781-2.047 0-2.829l2.828-2.828zm-2.828 22.627c-.78-.781-.781-2.047 0-2.828.78-.781 2.048-.781 2.828 0l2.829 2.828c.78.781.78 2.048 0 2.828-.781.781-2.048.781-2.828 0l-2.829-2.828zM18 9c-4.971 0-9 4.029-9 9 0 4.97 4.029 9 9 9s9-4.029 9-9c0-4.97-4.029-9-9-9zm0 14c-2.761 0-5-2.238-5-5s2.239-5 5-5c2.762 0 5 2.239 5 5s-2.238 5-5 5zM5.272 8.101c-.781-.781-.782-2.047 0-2.828.781-.781 2.047-.781 2.829 0l2.828 2.828c.781.781.781 2.048 0 2.828-.781.781-2.047.781-2.829 0L5.272 8.101z"/></svg>