Files
lucide/icons/tag-plus.json
Ádám Kovács b973e42174 feat(icons): added tag-plus and tag-x icons (#3980)
* add tag-plus icon

* add tag-x icon

* Update icons/tag-x.svg

Co-authored-by: Karsa <contact@karsa.org>

* Apply suggestions from code review

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

* Apply suggestions from code review

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: Karsa <contact@karsa.org>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-13 17:02:40 +02:00

29 lines
418 B
JSON

{
"$schema": "../icon.schema.json",
"contributors": [
"adam-kov",
"colebemis",
"csandman",
"aaofyi",
"ericfennis",
"karsa-mistmere"
],
"use-cases": [
"adding a tag to an item",
"creating a new product or entry with a tag"
],
"tags": [
"label",
"badge",
"ticket",
"mark",
"new",
"add",
"create",
"+"
],
"categories": [
"account"
]
}