Files
lucide/icons/save-pen.json
Yannik 2e58e319e7 feat(icons): added save-pen icon (#4179)
* Added icons/save-pen.svg

* Added icons/save-pen.json

* Updated icons/save-pen.svg

* Apply design from karsa

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-13 12:33:48 +02:00

24 lines
448 B
JSON

{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"ericfennis",
"karsa-mistmere",
"vaporvee"
],
"use-cases": [
"saving a file with a specific name and/or to a specific location",
"exporting or saving a copy of the current document with a different name or format"
],
"tags": [
"floppy disk",
"directory",
"rename"
],
"categories": [
"text",
"files"
]
}