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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFAC33" d="M32.338 16.852c-.367-.33-.818-.592-1.338-.852-2-1-5 0-9 0-2 0-3.901-3-9-3-.801 0-2.256.635-4.341.89C8.62 12.837 8.044 12 7.333 12 6.597 12 6 12.895 6 14c0 .051.007.1.01.15C3.19 14.916 0 18.589 0 20.375 0 22.375 2 24 2 24s2.171-1 5-1h3l1 10s-1 1-2 1-1 2-1 2h6l1-8h3c2 0 6-1 6-1 2 3 4 4 4 4v2l-2 1c-2 1-1 2-1 2h6s1-8 2-13c.232-1.162.353-2.101.382-2.881.396.549.618 1.183.618 1.881 0 2.93 0 5.697-1.832 8.445-.307.46-.183 1.08.277 1.387.171.113.364.168.554.168.323 0 .641-.156.833-.445C36 28.303 36 25.099 36 22c0-2.297-1.396-4.137-3.662-5.148z"/><circle fill="#292F33" cx="5" cy="17" r="1"/><path fill="#292F33" d="M0 20s0 2 1 2c0-2 1-2 1-2s-1-1-2 0zm16 5c2.154-2.872 2.759-7.794 2.93-10.348-.779-.443-1.685-.901-2.804-1.223.403 1.455 1.562 6.506-.126 11.571zm4-2c1.264-1.896 1.729-4.988 1.9-7.009-.783-.039-1.562-.518-2.529-1.085.524 1.452 1.345 4.512.629 8.094zm3-1c1.094-1.641 1.588-4.177 1.812-6.141-.59.053-1.218.09-1.864.114.331 1.592.518 3.698.052 6.027zm3-1c.961-1.442 1.458-3.574 1.717-5.403-.515.033-1.052.08-1.63.138.232 1.478.308 3.291-.087 5.265zm3 2.444c1.364-2.046 1.797-5.486 1.935-7.468-.707-.336-1.538-.432-2.489-.414.523 1.528 1.236 4.471.554 7.882zM13 21c1.455-2.182 1.85-5.942 1.958-7.835C14.36 13.063 13.714 13 13 13c-.161 0-.356.032-.568.075.523 1.516 1.256 4.483.568 7.925z"/></svg>