mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 12:07:43 +01:00
feat(icons): added form icon (#3558)
* Added icons/form.svg * Added icons/form.json * Update icons/form.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update icons/form.json * Updated icons/form.svg * Updated icons/form.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
24
icons/form.json
Normal file
24
icons/form.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"jguddas",
|
||||||
|
"karsa-mistmere"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"document",
|
||||||
|
"page",
|
||||||
|
"file",
|
||||||
|
"layout",
|
||||||
|
"paper",
|
||||||
|
"stub",
|
||||||
|
"formality",
|
||||||
|
"structure",
|
||||||
|
"template",
|
||||||
|
"inputs",
|
||||||
|
"design",
|
||||||
|
"components"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"development"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/form.svg
Normal file
16
icons/form.svg
Normal 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"
|
||||||
|
>
|
||||||
|
<path d="M4 14h6" />
|
||||||
|
<path d="M4 2h10" />
|
||||||
|
<rect x="4" y="18" width="16" height="4" rx="1" />
|
||||||
|
<rect x="4" y="6" width="16" height="4" rx="1" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 359 B |
Reference in New Issue
Block a user