Files
lucide/icons/save-plus.json
jwlinqx d1150cea7a feat(icons): added save-plus icon (#4448)
* 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>
2026-06-13 14:04:52 +02:00

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"
]
}