From 214a41a6fc9b3290f13d0470bdc579c41a5899f9 Mon Sep 17 00:00:00 2001 From: sasi Date: Wed, 9 Oct 2024 10:43:47 -0400 Subject: [PATCH 1/2] Add fighter jet --- packages/icons/icons.json | 7 +++++++ resources/icons/16px/fighter-jet.svg | 3 +++ resources/icons/20px/figher-jet.svg | 3 +++ 3 files changed, 13 insertions(+) create mode 100644 resources/icons/16px/fighter-jet.svg create mode 100644 resources/icons/20px/figher-jet.svg diff --git a/packages/icons/icons.json b/packages/icons/icons.json index 59679ebca65..2ba917549cd 100644 --- a/packages/icons/icons.json +++ b/packages/icons/icons.json @@ -4499,5 +4499,12 @@ "tags": "shape, 3d, object, box, module, block, geometry, change, modify, update", "group": "miscellaneous", "codepoint": 62339 + }, + { + "displayName": "Fighter Jet", + "iconName": "fighter-jet", + "tags": "shape, 3d, object, vehicle, military, flight, jet, fly, aircraft, aerospace", + "group": "interface", + "codepoint": 62340 } ] diff --git a/resources/icons/16px/fighter-jet.svg b/resources/icons/16px/fighter-jet.svg new file mode 100644 index 00000000000..40238b52e4b --- /dev/null +++ b/resources/icons/16px/fighter-jet.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/icons/20px/figher-jet.svg b/resources/icons/20px/figher-jet.svg new file mode 100644 index 00000000000..97c3dbbc5a0 --- /dev/null +++ b/resources/icons/20px/figher-jet.svg @@ -0,0 +1,3 @@ + + + From 9df0e501359d4547a7d578396ef66545c285be87 Mon Sep 17 00:00:00 2001 From: sasi Date: Wed, 9 Oct 2024 10:57:26 -0400 Subject: [PATCH 2/2] Fix typo --- resources/icons/20px/{figher-jet.svg => fighter-jet.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename resources/icons/20px/{figher-jet.svg => fighter-jet.svg} (100%) diff --git a/resources/icons/20px/figher-jet.svg b/resources/icons/20px/fighter-jet.svg similarity index 100% rename from resources/icons/20px/figher-jet.svg rename to resources/icons/20px/fighter-jet.svg