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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path d="M16.867 15.734c.625.626 1.64.626 2.266 0l6.232-6.231c.625-.626.625-1.64 0-2.266l-6.232-6.231c-.625-.626-1.64-.626-2.266 0l-6.232 6.231c-.626.626-.626 1.64 0 2.266l6.232 6.231zm9.631 9.63c.625.626 1.64.626 2.266 0l6.232-6.231c.625-.626.625-1.64 0-2.266l-6.232-6.231c-.625-.626-1.64-.626-2.266 0l-6.232 6.231c-.626.626-.626 1.64 0 2.266l6.232 6.231zm-1.134 1.134l-6.231-6.232c-.626-.626-1.64-.626-2.266 0l-6.231 6.232c-.626.626-.626 1.639 0 2.265l6.231 6.232c.626.625 1.64.625 2.266 0l6.231-6.232c.626-.626.626-1.639 0-2.265zm-9.63-9.63l-6.231-6.232c-.626-.626-1.64-.626-2.266 0l-6.231 6.232c-.626.626-.626 1.639 0 2.265l6.231 6.232c.626.625 1.64.625 2.266 0l6.231-6.232c.626-.626.626-1.639 0-2.265z" fill="#55ACEE"/><path d="M15.734 16.868l-3.214-3.215C11.571 14.848 11 16.356 11 18c0 1.644.571 3.153 1.52 4.347l3.214-3.214c.626-.626.626-1.639 0-2.265zm6.614 6.612l-3.215-3.215c-.625-.624-1.64-.624-2.266 0l-3.215 3.215C14.847 24.429 16.356 25 18 25c1.644 0 3.153-.571 4.348-1.52zm-2.082-4.347l3.215 3.215C24.429 21.153 25 19.644 25 18c0-1.644-.571-3.153-1.52-4.347l-3.215 3.215c-.624.626-.624 1.639.001 2.265zm-1.133-3.399l3.215-3.214C21.153 11.571 19.644 11 18 11c-1.644 0-3.153.571-4.347 1.52l3.215 3.214c.625.626 1.639.626 2.265 0z" fill="#3B88C3"/><circle fill="#BBDDF5" cx="18" cy="18" r="5"/></svg>