mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-07-10 10:59:29 +02:00
* add json for icons * Added icons/save-plus.svg * Added icons/save-plus.json * Add additional tags to save-plus.json * Removed out of scope changes * 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>
26 lines
396 B
JSON
26 lines
396 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"csandman",
|
|
"ericfennis",
|
|
"jwlinqx"
|
|
],
|
|
"use-cases": [
|
|
"saving a new copy of a file or document",
|
|
"creating a new item by saving the current work"
|
|
],
|
|
"tags": [
|
|
"floppy disk",
|
|
"save",
|
|
"plus",
|
|
"add",
|
|
"update",
|
|
"create"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"files"
|
|
]
|
|
}
|