feat(Icons): add quote icon (#876)

Needed for https://github.com/status-im/status-desktop/issues/6988
This commit is contained in:
PavelS 2022-08-31 17:43:12 +03:00 committed by GitHub
parent 803a7637bf
commit 80a9cc9b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -228,6 +228,7 @@
<file>assets/img/icons/private-chat.svg</file>
<file>assets/img/icons/profile.svg</file>
<file>assets/img/icons/public-chat.svg</file>
<file>assets/img/icons/quote.svg</file>
<file>assets/img/icons/qr.svg</file>
<file>assets/img/icons/reaction-a.svg</file>
<file>assets/img/icons/reaction-b.svg</file>

View File

@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 10.75C5 8.12665 7.12665 6 9.75 6L10.75 6C11.1642 6 11.5 6.33579 11.5 6.75C11.5 7.16421 11.1642 7.5 10.75 7.5L9.75 7.5C7.95508 7.5 6.5 8.95507 6.5 10.75L6.5 11.5C6.5 11.7761 6.72386 12 7 12L10.5 12C10.7761 12 11 12.2239 11 12.5L11 16.5C11 16.7761 10.7761 17 10.5 17L5.5 17C5.22386 17 5 16.7761 5 16.5L5 10.75Z" fill="black"/>
<path d="M13 10.75C13 8.12665 15.1266 6 17.75 6L18.75 6C19.1642 6 19.5 6.33579 19.5 6.75C19.5 7.16421 19.1642 7.5 18.75 7.5L17.75 7.5C15.9551 7.5 14.5 8.95507 14.5 10.75L14.5 11.5C14.5 11.7761 14.7239 12 15 12L18.5 12C18.7761 12 19 12.2239 19 12.5L19 16.5C19 16.7761 18.7761 17 18.5 17L13.5 17C13.2239 17 13 16.7761 13 16.5L13 10.75Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 790 B