Add ligature icon (#1160)

* Add `ligature` icon

* Refine `ligature` icon

* Fix missing serifs
This commit is contained in:
Daniel Bayley
2023-04-28 09:33:41 +01:00
committed by GitHub
parent 3482cd0949
commit 4e79f147cf
2 changed files with 30 additions and 0 deletions

13
icons/ligature.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [
"text",
"font",
"typography",
"alternates",
"alternatives"
],
"categories": [
"text"
]
}

17
icons/ligature.svg Normal file
View File

@@ -0,0 +1,17 @@
<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="M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2" />
<path d="M6 12h4" />
<path d="M14 12h2v8" />
<path d="M6 20h4" />
<path d="M14 20h4" />
</svg>

After

Width:  |  Height:  |  Size: 361 B