feat(icons): added broken-bone icon#4131
Conversation
icons/broken-bone.json
Outdated
| "contributors": [ | ||
| "Patolord" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Suggestions for the broken-bone icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "fracture", | |
| "bone", | |
| "injury", | |
| "medical", | |
| "break", | |
| "accident", | |
| "trauma", | |
| "repair", |
Added or changed iconsIcons as codeWorks for: const BoneFractureIcon = createLucideIcon('BoneFracture', [
["path",{"d":"M14 4.5a1 1 0 0 1 5 0 .5.5 0 0 0 .5.5 1 1 0 0 1 0 5c-.81 0-1.8-.7-2.5 0l-1.958 1.957a.15.15 0 0 1-.252-.072l-.493-2.07a.15.15 0 0 0-.111-.112l-2.072-.494a.15.15 0 0 1-.072-.252L14 7c.7-.7 0-1.69 0-2.5"}],
["path",{"d":"m16 20-1-2"}],
["path",{"d":"m20 16-2-1"}],
["path",{"d":"m4 8 2 1"}],
["path",{"d":"m8 4 1 2"}],
["path",{"d":"M9.698 14.19a.15.15 0 0 0 .112.112l2.074.489a.15.15 0 0 1 .072.252L10 17c-.7.7 0 1.69 0 2.5a1 1 0 0 1-5 0 .495.495 0 0 0-.5-.5 1 1 0 0 1 0-5c.81 0 1.8.7 2.5 0l1.956-1.957a.15.15 0 0 1 .252.072z"}]
]) |
|
Hey @Patolord, Nice idea, although there is a bit too much detail, resulting in dense paths, as also shown on our x-ray preview: The red parts mark overlapping safe zones, according to our design guidelines, there should be a 2px gap between all elements, so something like this would be an acceptable abstraction: Another issue is that the name should be |
|
Awesome you did a much better job on the design. |

What is the purpose of this pull request?
Description
Added new
broken-boneicon.Icon use case
Healthcare apps to handle failed state, error icon on modals/toast etc.
Fitness apps to show injury or other help tracking.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json.Design
Before Submitting