Compare commits

...

1 Commits

Author SHA1 Message Date
Daniel Bayley
b19b01d323 Add text-quote icon (#1230)
* Add `text-quote` icon

* Update icons/text-quote.json

Co-authored-by: Karsa <contact@karsa.org>

---------

Co-authored-by: Karsa <contact@karsa.org>
2023-06-01 09:23:58 +02:00
2 changed files with 29 additions and 0 deletions

13
icons/text-quote.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [
"blockquote",
"quotation",
"indent",
"reply",
"response"
],
"categories": [
"text"
]
}

16
icons/text-quote.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M17 6H3" />
<path d="M21 12H8" />
<path d="M21 18H8" />
<path d="M3 12v6" />
</svg>

After

Width:  |  Height:  |  Size: 302 B