Files
lucide/icons/robot-arm.json
Zohar a79d711591 feat(icons): added robot-arm icon (#4447)
* Added icons/robot-arm svg and json

* Update robot-arm.json

fixed metadata, removed incorrect tags, fixed categories

---------

Co-authored-by: Karsa <contact@karsa.org>
2026-08-28 09:01:04 +02:00

30 lines
641 B
JSON

{
"$schema": "../icon.schema.json",
"contributors": [
"zoharma",
"karsa-mistmere"
],
"use-cases": [
"Representing industrial automation and robotics",
"Showing automated assembly or fabrication processes",
"Controlling robotic equipment in manufacturing apps",
"Monitoring assembly line operations in factory dashboards",
"Indicating automated production tasks in workflow tools"
],
"tags": [
"mechanical",
"automation",
"factory",
"manufacture",
"technology",
"cyborg",
"industrial",
"hardware",
"machinery"
],
"categories": [
"science",
"tools"
]
}