mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:38:25 +02:00
* 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>
24 lines
448 B
JSON
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"
|
|
]
|
|
}
|