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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#C1694F" d="M33.912 14.37C33.883 13.35 32.276 12.308 30 11S17.039 5.534 10.763 7.791C8.701 8.533 9.129 11 8.565 11c-1 0-2.732-.344-4.958-.127C1.351 11.094.691 12.561.691 15s.558 7.98 1.87 9.525c1.653 1.947 5.849 1.954 6.752-.673.686.122 1.12.178 1.815 1.067C13.248 29.325 14.048 36 15 36c.964 0 2.529-4.409 2.913-7l9.124-1.448C27.184 30.032 27.808 36 29 36c1.016 0 3.24-4.883 4.347-12.238.315-1.625.532-3.697.615-6.319.023.17.038.352.038.557v8c0 .553.447 1 1 1s1-.447 1-1v-8c0-1.807-.749-3.053-2.088-3.63z"/><path fill="#662113" d="M1.063 19.629s-1.925-6.816.083-9.086 7.727 0 7.727 0-.187-2.972 1.588-3.592S19.279 5.259 27.359 9.8c-3.398.867-4.306 2.56-3.935 6.358S22.48 28.417 18 29.529s-7.978.4-8.687-5.677 1.033-8.39-1.325-10.106c-6.316-.909-6.925 5.883-6.925 5.883z"/><circle fill="#292F33" cx="7" cy="18" r="1"/><path fill="#D99E82" d="M3.69 22.213c0 1.094.296 1.789-.798 1.789S.91 22.956.718 21.828c-.184-1.079.612-.978 1.706-.978s1.266.268 1.266 1.363z"/><path fill="#99AAB5" d="M7.474 13.216c1.739-.554 2.791-2.421 2.329-4.073-.218-.78-1.275-2.379-1.854-2.194s1.597 3.135-1.793 4.133c-1.168.344.158 2.504 1.318 2.134z"/></svg>