feat: added pilcrow-right icon (#1668)

* feat: added `pilcrow-right` icon

* Update icons/pilcrow-right.svg

* Format pilcrow-right.json

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Zakher Masri
2024-04-05 17:27:57 +03:00
committed by GitHub
parent 52de557ec1
commit 4b87cdb55f
2 changed files with 40 additions and 0 deletions

23
icons/pilcrow-right.json Normal file
View File

@@ -0,0 +1,23 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"zaaakher",
"danielbayley",
"jonas-hoebenreich"
],
"tags": [
"direction",
"paragraph",
"mark",
"paraph",
"blind",
"typography",
"type",
"text",
"prose",
"symbol"
],
"categories": [
"text"
]
}

17
icons/pilcrow-right.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="M10 3v11" />
<path d="M10 9H7a1 1 0 0 1 0-6h8" />
<path d="M14 3v11" />
<path d="m18 14 4 4H2" />
<path d="m22 18-4 4" />
</svg>

After

Width:  |  Height:  |  Size: 348 B