mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:08:25 +02:00
* Added icons/wrench-off.svg * Added icons/wrench-off.json * Update icons/wrench-off.svg Co-authored-by: Karsa <contact@karsa.org> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add new tags to wrench-off.json --------- Co-authored-by: Karsa <contact@karsa.org> Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
33 lines
560 B
JSON
33 lines
560 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"Andreto",
|
|
"ericfennis",
|
|
"csandman",
|
|
"karsa-mistmere",
|
|
"nilsjonsson"
|
|
],
|
|
"use-cases": [
|
|
"Indicates that a service or maintenance mode is disabled",
|
|
"Used on a button or toggle to turn service/maintenance mode off"
|
|
],
|
|
"tags": [
|
|
"account",
|
|
"settings",
|
|
"spanner",
|
|
"diy",
|
|
"toolbox",
|
|
"build",
|
|
"construction",
|
|
"off",
|
|
"service",
|
|
"maintenance",
|
|
"disabled"
|
|
],
|
|
"categories": [
|
|
"account",
|
|
"development",
|
|
"tools"
|
|
]
|
|
}
|