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
824 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><g fill="#FFCC4D"><path d="M7 22.266l-.01.001.01.003zm22.062.004l.01-.003-.01-.001z"/><path d="M35.905 19.613c-1.774 1.072-3.839 1.977-6.833 2.653.017.002.082.009.046.02-.268.068-.411.135-.687.197-1.046.204-2.587.296-2.08-1.095l2.131-2.906L29 19l4.5-4.5L29 10l-4.5 4.5 2.551 2.551-2.221 3.029-.002-.002c-1.672 2-4.781 1.328-4.781-1.078H20v-6l5.5-5.5L18 0l-7.5 7.5L16 13v6.19c-.164 2.246-3.14 2.832-4.766.888l-.002.002-2.248-3.065L11.5 14.5 7 10l-4.5 4.5L7 19l.554-.554 2.157 2.942c.507 1.391-1.034 1.299-2.081 1.095-.274-.062-.418-.129-.686-.197-.036-.011.028-.017.045-.02-2.994-.676-5.058-1.581-6.833-2.653-.008.151-.095.301-.095.455 0 3.481 6.245 10.923 14.623 12.586L18 35.984l3.346-3.33C29.725 30.991 36 23.55 36 20.068c0-.154-.087-.303-.095-.455z"/></g></svg>