mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:08:25 +02:00
* Added icons/broken-bone.svg * Added icons/broken-bone.json * redesign according to guidelines * fix(bone-fracture.json): Remove trailing comma and ensure proper JSON formatting * Potential fix for pull request finding 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: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
33 lines
526 B
JSON
33 lines
526 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"Patolord"
|
|
],
|
|
"use-cases": [
|
|
"indicate injury or fracture status in health/fitness tracking",
|
|
"show an error or failed state in healthcare UI flows"
|
|
],
|
|
"tags": [
|
|
"bone",
|
|
"fracture",
|
|
"injury",
|
|
"orthopedic",
|
|
"medical",
|
|
"anatomy",
|
|
"skeletal",
|
|
"broken",
|
|
"xray",
|
|
"trauma",
|
|
"health",
|
|
"vet",
|
|
"veterinary",
|
|
"crack",
|
|
"break",
|
|
"damage"
|
|
],
|
|
"categories": [
|
|
"medical",
|
|
"animals"
|
|
]
|
|
}
|