feat: added pilcrow-left icon (#1667)

* Fixed Illustrator template link + fixed typo

* Added `pilcrow-left` icon

* Update pilcrow-left.json

* Update illustrator-guide.md

* Update CONTRIBUTING.md

* update pilcrow-left icon

* Formatting pilcrow-left.json

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Zakher Masri
2024-04-05 16:56:40 +03:00
committed by GitHub
parent 642fa718f6
commit 52de557ec1
3 changed files with 41 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ squircle
strikethrough strikethrough
touchpad touchpad
ungroup ungroup
pilcrow
# Brands # Brands
codepen codepen

23
icons/pilcrow-left.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-left.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="M14 3v11" />
<path d="M14 9h-3a3 3 0 0 1 0-6h9" />
<path d="M18 3v11" />
<path d="M22 18H2l4-4" />
<path d="m6 22-4-4" />
</svg>

After

Width:  |  Height:  |  Size: 349 B