mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 11:37:44 +01:00
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:
23
icons/pilcrow-right.json
Normal file
23
icons/pilcrow-right.json
Normal 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
17
icons/pilcrow-right.svg
Normal 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 |
Reference in New Issue
Block a user