status-desktop/ui/imports/assets/icons/private-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
818 B
XML

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 6.5C22 4.01472 19.9853 2 17.5 2H12C8.68629 2 6 4.68629 6 8V9C6 10.1046 6.89543 11 8 11H17.5C19.9853 11 22 8.98528 22 6.5ZM17.5 3.5H12C9.51472 3.5 7.5 5.51472 7.5 8V9C7.5 9.27614 7.72386 9.5 8 9.5H17.5C19.1569 9.5 20.5 8.15685 20.5 6.5C20.5 4.84315 19.1569 3.5 17.5 3.5Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 17.5C2 19.9853 4.01472 22 6.5 22L12 22C15.3137 22 18 19.3137 18 16L18 15C18 13.8954 17.1046 13 16 13L6.5 13C4.01472 13 2 15.0147 2 17.5ZM6.5 20.5L12 20.5C14.4853 20.5 16.5 18.4853 16.5 16L16.5 15C16.5 14.7239 16.2761 14.5 16 14.5L6.5 14.5C4.84315 14.5 3.5 15.8431 3.5 17.5C3.5 19.1569 4.84315 20.5 6.5 20.5Z" fill="black"/>
</svg>