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:
Jakob Guddas
2025-11-26 09:27:36 +01:00
committed by GitHub
parent ebf400befd
commit 4c8650a7bf
2 changed files with 40 additions and 0 deletions

24
icons/form.json Normal file
View 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
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"
>
<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