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