mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:48:29 +02:00
* 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>
28 lines
407 B
JSON
28 lines
407 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"adam-kov",
|
|
"colebemis",
|
|
"csandman",
|
|
"aaofyi",
|
|
"ericfennis",
|
|
"karsa-mistmere"
|
|
],
|
|
"use-cases": [
|
|
"removing a tag from an item",
|
|
"deleting a labeled product or entry"
|
|
],
|
|
"tags": [
|
|
"label",
|
|
"badge",
|
|
"ticket",
|
|
"mark",
|
|
"x",
|
|
"delete",
|
|
"remove"
|
|
],
|
|
"categories": [
|
|
"account"
|
|
]
|
|
}
|