feat(icons): added letter icons for each uppercase letter of the English alphabet

This commit is contained in:
Karsa
2026-08-24 11:05:09 +02:00
parent 33a44aa8b0
commit 0a9e97087f
54 changed files with 975 additions and 38 deletions

View File

@@ -1,19 +0,0 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"ericfennis",
"jguddas",
"karsa-mistmere"
],
"use-cases": [],
"tags": [
"text",
"strong",
"format"
],
"categories": [
"text"
]
}

View File

@@ -1,16 +0,0 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis"
],
"use-cases": [],
"tags": [
"h1",
"html",
"markup",
"markdown"
],
"categories": [
"text"
]
}

26
icons/letter-a.json Normal file
View File

@@ -0,0 +1,26 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms",
"indicating text appearance settings",
"representing font selection or typography controls"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

View File

@@ -9,5 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8" />
<path d="M17.117 14H6.883" />
<path d="m4 20 7.55-15.712a.5.5 0 01.9 0L20 20" />
</svg>

Before

Width:  |  Height:  |  Size: 293 B

After

Width:  |  Height:  |  Size: 293 B

37
icons/letter-b.json Normal file
View File

@@ -0,0 +1,37 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"ericfennis",
"jguddas",
"karsa-mistmere"
],
"use-cases": [
"indicating bold text formatting",
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"strong",
"emphasis",
"format",
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
],
"aliases": [
{
"name": "bold"
}
]
}

13
icons/letter-b.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M6 12h9a4 4 0 010 8H7a1 1 0 01-1-1V5a1 1 0 011-1h7a4 4 0 010 8" />
</svg>

After

Width:  |  Height:  |  Size: 286 B

24
icons/letter-c.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-c.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M19 6.708a8 8 0 100 10.584" />
</svg>

After

Width:  |  Height:  |  Size: 250 B

24
icons/letter-d.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-d.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M11 4a8 8 0 010 16H6.406A.406.406 0 016 19.594V4.406A.406.406 0 016.406 4z" />
</svg>

After

Width:  |  Height:  |  Size: 298 B

24
icons/letter-e.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

14
icons/letter-e.svg Normal file
View File

@@ -0,0 +1,14 @@
<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="M18 4H7a1 1 0 00-1 1v14a1 1 0 001 1h11" />
<path d="M6 12h8" />
</svg>

After

Width:  |  Height:  |  Size: 285 B

24
icons/letter-f.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

14
icons/letter-f.svg Normal file
View File

@@ -0,0 +1,14 @@
<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="M6 12h8" />
<path d="M6 20V5a1 1 0 011-1h11" />
</svg>

After

Width:  |  Height:  |  Size: 269 B

24
icons/letter-g.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-g.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M19 6.708a8 8 0 10-.526 11.126c.355-.333.526-.811.526-1.299V13a1 1 0 00-1-1h-4" />
</svg>

After

Width:  |  Height:  |  Size: 302 B

35
icons/letter-h.json Normal file
View File

@@ -0,0 +1,35 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"ericfennis",
"karsa-mistmere"
],
"use-cases": [
"indicating heading text formatting",
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"h1",
"html",
"markup",
"markdown",
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
],
"aliases": [
{
"name": "heading"
}
]
}

View File

@@ -9,7 +9,7 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M6 12h12" />
<path d="M6 20V4" />
<path d="M18 20V4" />
<path d="M6 12H18" />
<path d="M6 20V4" />
</svg>

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 279 B

24
icons/letter-i.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-i.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M12 20V4" />
</svg>

After

Width:  |  Height:  |  Size: 232 B

24
icons/letter-j.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-j.svg Normal file
View File

@@ -0,0 +1,13 @@
<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 4v11a5 5 0 01-10 0" />
</svg>

After

Width:  |  Height:  |  Size: 246 B

24
icons/letter-k.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

15
icons/letter-k.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 4 6 15" />
<path d="M6 20V4" />
<path d="m9 12 8 8" />
</svg>

After

Width:  |  Height:  |  Size: 282 B

24
icons/letter-l.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-l.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M6 4v15a1 1 0 001 1h11" />
</svg>

After

Width:  |  Height:  |  Size: 246 B

24
icons/letter-m.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-m.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M4 20V4.253a.25.25 0 01.454-.144l6.727 9.467a1 1 0 001.63 0l6.735-9.468a.25.25 0 01.454.145V20" />
</svg>

After

Width:  |  Height:  |  Size: 318 B

24
icons/letter-n.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-n.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M6 20V4.25a.25.25 0 01.455-.143l11.09 15.786a.25.25 0 00.455-.144V4" />
</svg>

After

Width:  |  Height:  |  Size: 291 B

24
icons/letter-o.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-o.svg Normal file
View File

@@ -0,0 +1,13 @@
<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"
>
<circle cx="12" cy="12" r="8" />
</svg>

After

Width:  |  Height:  |  Size: 243 B

24
icons/letter-p.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-p.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M6 12h8a4 4 0 000-8H7a1 1 0 00-1 1v15" />
</svg>

After

Width:  |  Height:  |  Size: 261 B

24
icons/letter-q.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

14
icons/letter-q.svg Normal file
View File

@@ -0,0 +1,14 @@
<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"
>
<circle cx="12" cy="12" r="8" />
<path d="M20 20L15 15" />
</svg>

After

Width:  |  Height:  |  Size: 271 B

24
icons/letter-r.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

14
icons/letter-r.svg Normal file
View File

@@ -0,0 +1,14 @@
<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="m10 12 8 8" />
<path d="M6 12h8a4 4 0 000-8H7a1 1 0 00-1 1v15" />
</svg>

After

Width:  |  Height:  |  Size: 287 B

24
icons/letter-s.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-s.svg Normal file
View File

@@ -0,0 +1,13 @@
<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 4h-7a4 4 0 000 8h4a4 4 0 010 8H6" />
</svg>

After

Width:  |  Height:  |  Size: 260 B

24
icons/letter-t.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

14
icons/letter-t.svg Normal file
View File

@@ -0,0 +1,14 @@
<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="M12 20V4" />
<path d="M5 4h14" />
</svg>

After

Width:  |  Height:  |  Size: 255 B

24
icons/letter-u.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-u.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M6 4v10a6 6 0 0012 0V4" />
</svg>

After

Width:  |  Height:  |  Size: 246 B

24
icons/letter-v.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-v.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="m6 4 5.765 15.835a.25.25 0 00.47 0L18 4" />
</svg>

After

Width:  |  Height:  |  Size: 263 B

24
icons/letter-w.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-w.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="m21 4-4.794 15.821a.25.25 0 01-.471.021l-3.503-8.685a.25.25 0 00-.464 0l-3.503 8.685a.25.25 0 01-.47-.021L3 4" />
</svg>

After

Width:  |  Height:  |  Size: 333 B

24
icons/letter-x.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

14
icons/letter-x.svg Normal file
View File

@@ -0,0 +1,14 @@
<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="M18 4 6 20" />
<path d="m6 4 12 16" />
</svg>

After

Width:  |  Height:  |  Size: 260 B

24
icons/letter-y.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

14
icons/letter-y.svg Normal file
View File

@@ -0,0 +1,14 @@
<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="M12 12v8" />
<path d="m6 4 6 8 6-8" />
</svg>

After

Width:  |  Height:  |  Size: 260 B

24
icons/letter-z.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"displaying alphabetic labels",
"representing keyboard shortcuts",
"marking initials or monograms"
],
"tags": [
"alphabet",
"character",
"uppercase",
"text",
"font",
"typography",
"initial",
"monogram"
],
"categories": [
"text"
]
}

13
icons/letter-z.svg Normal file
View File

@@ -0,0 +1,13 @@
<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="M6 4h11.494a.5.5 0 01.387.817L6.114 19.183a.5.5 0 00.387.817H18" />
</svg>

After

Width:  |  Height:  |  Size: 287 B