fix(icons): changed text-cursor icon (#4340)

* Updated icons/text-cursor.svg

* Updated icons/text-cursor.json

---------

Co-authored-by: Jakob Guddas <github@jguddas.de>
This commit is contained in:
Jamie Law
2026-05-08 08:53:23 +01:00
committed by GitHub
parent 07c885e6c1
commit 3d7a12949b
2 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,16 @@
"ericfennis"
],
"tags": [
"select"
"select",
"caret",
"type",
"typing",
"write",
"writing",
"edit",
"insert",
"input",
"textarea"
],
"categories": [
"text",

View File

@@ -10,6 +10,6 @@
stroke-linejoin="round"
>
<path d="M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1" />
<path d="M7 22h1a4 4 0 0 0 4-4v-1" />
<path d="M7 2h1a4 4 0 0 1 4 4v1" />
<path d="M7 22h1a4 4 0 0 0 4-4" />
<path d="M7 2h1a4 4 0 0 1 4 4" />
</svg>

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 338 B