status-desktop/ui/imports/assets/images/channel-icon-group.svg
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

7 lines
773 B
XML

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 7.5C9.24265 7.5 10.25 6.49264 10.25 5.25C10.25 4.00736 9.24265 3 8 3C6.75736 3 5.75 4.00736 5.75 5.25C5.75 6.49264 6.75736 7.5 8 7.5Z" fill="#939BA1"/>
<path d="M4.12343 12.0101C4.56395 10.2798 6.13252 9 8 9C9.86749 9 11.4361 10.2798 11.8766 12.0101C12.0128 12.5453 11.5523 13 11 13H5C4.44772 13 3.98718 12.5453 4.12343 12.0101Z" fill="#939BA1"/>
<path d="M4.5 7.25C4.5 8.2165 3.7165 9 2.75 9C1.7835 9 1 8.2165 1 7.25C1 6.2835 1.7835 5.5 2.75 5.5C3.7165 5.5 4.5 6.2835 4.5 7.25Z" fill="#939BA1"/>
<path d="M13.25 9C14.2165 9 15 8.2165 15 7.25C15 6.2835 14.2165 5.5 13.25 5.5C12.2835 5.5 11.5 6.2835 11.5 7.25C11.5 8.2165 12.2835 9 13.25 9Z" fill="#939BA1"/>
</svg>