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

5 lines
910 B
XML

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.82051 4.60748C10.148 4.48152 10.5 4.72326 10.5 5.07415V10.9259C10.5 11.2768 10.148 11.5185 9.8205 11.3925L8.20145 10.7698C8.01814 10.6993 7.8324 10.6356 7.6446 10.5788C7.38272 10.4996 7.11478 10.664 7.04842 10.9294L6.66417 12.4664C6.36119 13.6784 4.63882 13.6784 4.33583 12.4664L3.74837 10.1166C3.70074 9.92607 3.54598 9.78107 3.35275 9.74594L2.82112 9.64928C2.34563 9.56283 2 9.14869 2 8.66541V7.33456C2 6.85127 2.34562 6.43714 2.82111 6.35069L6.76064 5.63441C7.25246 5.54499 7.73482 5.40967 8.20139 5.23022L9.82051 4.60748Z" fill="#939BA1"/>
<path d="M12.3205 12.3541C12.1274 12.2798 12 12.0943 12 11.8874V4.11261C12 3.90573 12.1274 3.72021 12.3205 3.64594L12.641 3.52267C13.296 3.27074 14 3.75423 14 4.45601V11.5441C14 12.2458 13.296 12.7293 12.641 12.4774L12.3205 12.3541Z" fill="#939BA1"/>
</svg>