Add pilcrow-square icon (#1311)

* Add `pilcrow-square` icon

* Improve `pilcrow` metadata
This commit is contained in:
Daniel Bayley
2023-05-30 20:00:15 +01:00
committed by GitHub
parent 17ecb92946
commit 95daa7c313
3 changed files with 36 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"$schema": "../icon.schema.json",
"tags": [
"paragraph",
"mark",
"paraph",
"blind",
"typography",
"type",
"text",
"prose",
"symbol"
],
"categories": [
"text"
]
}
+16
View File
@@ -0,0 +1,16 @@
<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"
>
<rect width="18" height="18" x="3" y="3" rx="2" />
<path d="M12 12H9.5a2.5 2.5 0 0 1 0-5H17" />
<path d="M12 7v10" />
<path d="M16 7v10" />
</svg>

After

Width:  |  Height:  |  Size: 356 B

+3 -1
View File
@@ -7,7 +7,9 @@
"blind",
"typography",
"type",
"text"
"text",
"prose",
"symbol"
],
"categories": [
"text"