mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 12:47:41 +01:00
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:
16
icons/text.json
Normal file
16
icons/text.json
Normal 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
15
icons/text.svg
Normal 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 |
Reference in New Issue
Block a user