status-desktop/ui/imports/assets/images/messageActive.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

4 lines
621 B
XML

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6666 12.4445V8.00004C13.6666 4.87043 11.1295 2.33337 7.99992 2.33337C4.87031 2.33337 2.33325 4.87043 2.33325 8.00004C2.33325 11.1297 4.87031 13.6667 7.99992 13.6667H12.4444C13.1194 13.6667 13.6666 13.1195 13.6666 12.4445ZM7.99992 1.33337C4.31802 1.33337 1.33325 4.31814 1.33325 8.00004C1.33325 11.6819 4.31802 14.6667 7.99992 14.6667H12.4444C13.6717 14.6667 14.6666 13.6718 14.6666 12.4445V8.00004C14.6666 4.31814 11.6818 1.33337 7.99992 1.33337Z" fill="#4360DF"/>
</svg>