Add text icon (#1044)

* Add `text` icon
Update icons/text.json

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

* Apply suggestions from code review

---------

Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
Daniel Bayley
2023-04-12 07:21:05 +01:00
committed by GitHub
parent bcad75bddd
commit 5dbae5df45
2 changed files with 31 additions and 0 deletions

16
icons/text.json Normal file
View File

@@ -0,0 +1,16 @@
{
"$schema": "../icon.schema.json",
"tags": [
"find",
"search",
"data",
"txt",
"pdf",
"document"
],
"categories": [
"text",
"files",
"cursors"
]
}

15
icons/text.svg Normal file
View File

@@ -0,0 +1,15 @@
<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 6.1H3" />
<path d="M21 12.1H3" />
<path d="M15.1 18H3" />
</svg>

After

Width:  |  Height:  |  Size: 285 B