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
2.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#DD2E44" d="M18 0C8.059 0 0 8.06 0 18c0 9.941 8.059 18 18 18s18-8.059 18-18c0-9.94-8.059-18-18-18zm0 34C9.164 34 2 26.837 2 18 2 9.164 9.164 2 18 2c8.837 0 16 7.164 16 16 0 8.837-7.163 16-16 16z"/><path fill="#DD2E44" d="M9.706 21.539c0-1.066.078-2.185.286-3.407-.65.806-1.352 1.509-2.08 2.055-.156.13-.312.183-.52.183-.26 0-.546-.131-.78-.391-.13-.208-.182-.416-.182-.624 0-.286.104-.546.338-.729 2.236-1.742 3.926-3.9 5.2-6.214.182-.312.442-.468.728-.468.182 0 .364.052.52.156.364.182.52.442.52.754 0 .156-.052.311-.13.468-.494.884-1.196 1.95-1.924 2.886v13.209c0 .494-.39.754-.988.754-.572 0-.988-.26-.988-.754v-7.878zM13.71 6.925c0 .156-.052.338-.156.494-1.222 1.976-3.146 4.004-5.096 5.46-.208.182-.442.26-.65.26-.26 0-.494-.13-.728-.416-.156-.182-.234-.39-.234-.598 0-.286.156-.546.416-.754 1.846-1.274 3.51-3.094 4.602-4.94.208-.26.494-.39.78-.39.208 0 .39.052.572.156.311.182.494.443.494.728zm13.13 13.86h2.834c.469 0 .703.312.703.832 0 .493-.234.831-.703.831H26.84v4.967c0 1.794-.935 2.392-2.887 2.392-.936 0-1.818-.052-2.496-.208-.363-.078-.676-.416-.676-.884 0-.078 0-.156.027-.234.104-.52.467-.779.805-.779.053 0 .078 0 .131.025.676.183 1.483.234 1.977.234.988 0 1.221-.182 1.221-1.014v-4.499H13.71c-.468 0-.702-.312-.702-.806 0-.546.234-.857.702-.857h11.232v-2.003H14.074c-.468 0-.702-.364-.702-.832 0-.494.234-.832.702-.832h15.419c.441 0 .676.338.676.832 0 .468-.234.832-.676.832H26.84v2.003zm-.391-13.99c1.482 0 2.133.572 2.133 1.95v4.784c0 1.378-.65 1.95-2.133 1.95h-8.736c-1.508 0-2.158-.572-2.158-1.95V8.746c0-1.378.65-1.95 2.158-1.95h8.736zm-8.917 16.252c.26 0 .52.104.676.26.91.884 1.795 1.872 2.445 2.756.104.156.156.338.156.521 0 .286-.131.571-.416.806-.234.208-.494.286-.728.286-.26 0-.52-.105-.65-.312-.65-.937-1.56-2.055-2.314-2.835-.156-.155-.234-.363-.234-.546 0-.26.13-.494.364-.702.207-.156.466-.234.701-.234zm9.23-12.715V8.954c0-.468-.234-.598-.701-.598h-7.983c-.468 0-.702.13-.702.598v1.378h9.386zm-9.387 2.964c0 .494.234.624.702.624h7.983c.467 0 .701-.13.701-.624v-1.43h-9.386v1.43z"/></svg>