From 9326b4596c191b3a86a140a073275860a971856f Mon Sep 17 00:00:00 2001 From: Rodrigo Luiz Schil Pellegrini Date: Tue, 10 Mar 2026 08:30:41 -0300 Subject: [PATCH 1/4] Added icons/broken-bone.svg --- icons/broken-bone.svg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 icons/broken-bone.svg diff --git a/icons/broken-bone.svg b/icons/broken-bone.svg new file mode 100644 index 00000000000..2353bbe608d --- /dev/null +++ b/icons/broken-bone.svg @@ -0,0 +1,20 @@ + + + + + + + + + + From b08970e1740f53942aa110985b8e688b1d24963a Mon Sep 17 00:00:00 2001 From: Rodrigo Luiz Schil Pellegrini Date: Tue, 10 Mar 2026 08:30:42 -0300 Subject: [PATCH 2/4] Added icons/broken-bone.json --- icons/broken-bone.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 icons/broken-bone.json diff --git a/icons/broken-bone.json b/icons/broken-bone.json new file mode 100644 index 00000000000..6aede212ee1 --- /dev/null +++ b/icons/broken-bone.json @@ -0,0 +1,20 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "Patolord" + ], + "tags": [ + "health", + "skeleton", + "skull", + "death", + "pets", + "dog", + "broken" + ], + "categories": [ + "medical", + "animals", + "gaming" + ] +} From 4bf60995889de42ecd1e633b890e517882b8f13b Mon Sep 17 00:00:00 2001 From: patolord Date: Tue, 10 Mar 2026 15:42:55 -0300 Subject: [PATCH 3/4] redesign according to guidelines --- icons/bone-fracture.json | 27 +++++++++++++++++++++++++++ icons/bone-fracture.svg | 18 ++++++++++++++++++ icons/broken-bone.json | 20 -------------------- icons/broken-bone.svg | 20 -------------------- 4 files changed, 45 insertions(+), 40 deletions(-) create mode 100644 icons/bone-fracture.json create mode 100644 icons/bone-fracture.svg delete mode 100644 icons/broken-bone.json delete mode 100644 icons/broken-bone.svg diff --git a/icons/bone-fracture.json b/icons/bone-fracture.json new file mode 100644 index 00000000000..6c45a26fb4e --- /dev/null +++ b/icons/bone-fracture.json @@ -0,0 +1,27 @@ +{ + "$schema": "../icon.schema.json", + "contributors": [ + "Patolord" + ], + "tags": [ + "bone", + "fracture", + "injury", + "orthopedic", + "medical", + "anatomy", + "skeletal", + "broken", + "xray", + "trauma", + "health", + "vet", + "veterinary", + "crack", + "break", + "damage" ], + "categories": [ + "medical", + "animals" + ] +} \ No newline at end of file diff --git a/icons/bone-fracture.svg b/icons/bone-fracture.svg new file mode 100644 index 00000000000..fc839a13a16 --- /dev/null +++ b/icons/bone-fracture.svg @@ -0,0 +1,18 @@ + + + + + + + + \ No newline at end of file diff --git a/icons/broken-bone.json b/icons/broken-bone.json deleted file mode 100644 index 6aede212ee1..00000000000 --- a/icons/broken-bone.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "../icon.schema.json", - "contributors": [ - "Patolord" - ], - "tags": [ - "health", - "skeleton", - "skull", - "death", - "pets", - "dog", - "broken" - ], - "categories": [ - "medical", - "animals", - "gaming" - ] -} diff --git a/icons/broken-bone.svg b/icons/broken-bone.svg deleted file mode 100644 index 2353bbe608d..00000000000 --- a/icons/broken-bone.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - From 392d369036223e1938da6ef0a7e2a8155fe3bcc3 Mon Sep 17 00:00:00 2001 From: patolord Date: Fri, 13 Mar 2026 10:37:13 -0300 Subject: [PATCH 4/4] fix(bone-fracture.json): Remove trailing comma and ensure proper JSON formatting --- icons/bone-fracture.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/icons/bone-fracture.json b/icons/bone-fracture.json index 6c45a26fb4e..8080cfe6d5d 100644 --- a/icons/bone-fracture.json +++ b/icons/bone-fracture.json @@ -19,9 +19,10 @@ "veterinary", "crack", "break", - "damage" ], + "damage" + ], "categories": [ "medical", "animals" ] -} \ No newline at end of file +}