From ebe7edea42c6ae7595d6d0ac7a63e27b8aef8bee Mon Sep 17 00:00:00 2001 From: pierceashworth98 <98991738+pierceashworth98@users.noreply.github.com> Date: Mon, 24 Oct 2022 18:23:32 -0400 Subject: [PATCH 1/2] feat: new icon - aimpoints target --- packages/icons/icons.json | 7 +++++++ resources/icons/16px/aimpoints-target.svg | 10 ++++++++++ resources/icons/20px/aimpoints-target.svg | 10 ++++++++++ 3 files changed, 27 insertions(+) create mode 100644 resources/icons/16px/aimpoints-target.svg create mode 100644 resources/icons/20px/aimpoints-target.svg diff --git a/packages/icons/icons.json b/packages/icons/icons.json index beec501db7..d7aca9e751 100644 --- a/packages/icons/icons.json +++ b/packages/icons/icons.json @@ -3946,5 +3946,12 @@ "tags": "notification, information, circle, message, sign, info, tooltip", "group": "interface", "codepoint": 62260 + }, + { + "displayName": "Aimpoints target", + "iconName": "aimpoints-target", + "tags": "target, aimpoints, aimpoint", + "group": "interface", + "codepoint": 62261 } ] diff --git a/resources/icons/16px/aimpoints-target.svg b/resources/icons/16px/aimpoints-target.svg new file mode 100644 index 0000000000..5ab112c6f5 --- /dev/null +++ b/resources/icons/16px/aimpoints-target.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/resources/icons/20px/aimpoints-target.svg b/resources/icons/20px/aimpoints-target.svg new file mode 100644 index 0000000000..0f6ecf354d --- /dev/null +++ b/resources/icons/20px/aimpoints-target.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 648d152dae3a37b32c9bbb2e897958a07d81e81b Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Tue, 25 Oct 2022 10:12:53 -0400 Subject: [PATCH 2/2] update metadata tags --- packages/icons/icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/icons/icons.json b/packages/icons/icons.json index d7aca9e751..aaf8d69953 100644 --- a/packages/icons/icons.json +++ b/packages/icons/icons.json @@ -3950,7 +3950,7 @@ { "displayName": "Aimpoints target", "iconName": "aimpoints-target", - "tags": "target, aimpoints, aimpoint", + "tags": "target, aim, point, crosshair, mark", "group": "interface", "codepoint": 62261 }