From cb78b6b3c3d9c16dbb86f9411b323f42e33e621c Mon Sep 17 00:00:00 2001
From: Dogma <103559271+ArtificialDogma@users.noreply.github.com>
Date: Fri, 10 Mar 2023 21:34:14 +1100
Subject: [PATCH] Added Action, ROE, formation and threat icons
---
.../public/themes/olympus/images/icons_actions_gas_dark.svg | 3 +++
.../public/themes/olympus/images/icons_actions_gas_light.svg | 3 +++
.../public/themes/olympus/images/icons_actions_rtb_dark.svg | 3 +++
.../public/themes/olympus/images/icons_actions_rtb_light.svg | 3 +++
.../themes/olympus/images/icons_actions_search_dark.svg | 3 +++
.../themes/olympus/images/icons_actions_search_light.svg | 3 +++
.../public/themes/olympus/images/icons_form_abreast_dark.svg | 5 +++++
.../themes/olympus/images/icons_form_abreast_light.svg | 5 +++++
.../public/themes/olympus/images/icons_form_admin_dark.svg | 4 ++++
.../public/themes/olympus/images/icons_form_admin_light.svg | 4 ++++
.../public/themes/olympus/images/icons_form_echelon_dark.svg | 4 ++++
.../themes/olympus/images/icons_form_echelon_light.svg | 4 ++++
.../public/themes/olympus/images/icons_form_trail_dark.svg | 4 ++++
.../public/themes/olympus/images/icons_form_trail_light.svg | 4 ++++
client/public/themes/olympus/images/icons_roe_free_dark.svg | 3 +++
client/public/themes/olympus/images/icons_roe_free_light.svg | 3 +++
.../public/themes/olympus/images/icons_roe_return_dark.svg | 3 +++
.../public/themes/olympus/images/icons_roe_return_light.svg | 3 +++
client/public/themes/olympus/images/icons_roe_stop_dark.svg | 3 +++
client/public/themes/olympus/images/icons_roe_stop_light.svg | 3 +++
.../public/themes/olympus/images/icons_roe_target_dark.svg | 3 +++
.../public/themes/olympus/images/icons_roe_target_light.svg | 3 +++
.../themes/olympus/images/icons_threat_protect_dark.svg | 3 +++
.../themes/olympus/images/icons_threat_protect_light.svg | 3 +++
.../themes/olympus/images/icons_threat_retreat_dark.svg | 3 +++
.../themes/olympus/images/icons_threat_retreat_light.svg | 3 +++
26 files changed, 88 insertions(+)
create mode 100644 client/public/themes/olympus/images/icons_actions_gas_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_actions_gas_light.svg
create mode 100644 client/public/themes/olympus/images/icons_actions_rtb_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_actions_rtb_light.svg
create mode 100644 client/public/themes/olympus/images/icons_actions_search_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_actions_search_light.svg
create mode 100644 client/public/themes/olympus/images/icons_form_abreast_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_form_abreast_light.svg
create mode 100644 client/public/themes/olympus/images/icons_form_admin_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_form_admin_light.svg
create mode 100644 client/public/themes/olympus/images/icons_form_echelon_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_form_echelon_light.svg
create mode 100644 client/public/themes/olympus/images/icons_form_trail_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_form_trail_light.svg
create mode 100644 client/public/themes/olympus/images/icons_roe_free_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_roe_free_light.svg
create mode 100644 client/public/themes/olympus/images/icons_roe_return_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_roe_return_light.svg
create mode 100644 client/public/themes/olympus/images/icons_roe_stop_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_roe_stop_light.svg
create mode 100644 client/public/themes/olympus/images/icons_roe_target_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_roe_target_light.svg
create mode 100644 client/public/themes/olympus/images/icons_threat_protect_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_threat_protect_light.svg
create mode 100644 client/public/themes/olympus/images/icons_threat_retreat_dark.svg
create mode 100644 client/public/themes/olympus/images/icons_threat_retreat_light.svg
diff --git a/client/public/themes/olympus/images/icons_actions_gas_dark.svg b/client/public/themes/olympus/images/icons_actions_gas_dark.svg
new file mode 100644
index 00000000..feee9f86
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_actions_gas_dark.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_actions_gas_light.svg b/client/public/themes/olympus/images/icons_actions_gas_light.svg
new file mode 100644
index 00000000..f9c9ebd0
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_actions_gas_light.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_actions_rtb_dark.svg b/client/public/themes/olympus/images/icons_actions_rtb_dark.svg
new file mode 100644
index 00000000..c3682f22
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_actions_rtb_dark.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_actions_rtb_light.svg b/client/public/themes/olympus/images/icons_actions_rtb_light.svg
new file mode 100644
index 00000000..0c9231e3
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_actions_rtb_light.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_actions_search_dark.svg b/client/public/themes/olympus/images/icons_actions_search_dark.svg
new file mode 100644
index 00000000..497481c1
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_actions_search_dark.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_actions_search_light.svg b/client/public/themes/olympus/images/icons_actions_search_light.svg
new file mode 100644
index 00000000..2ca59cbb
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_actions_search_light.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_form_abreast_dark.svg b/client/public/themes/olympus/images/icons_form_abreast_dark.svg
new file mode 100644
index 00000000..c528c451
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_form_abreast_dark.svg
@@ -0,0 +1,5 @@
+
diff --git a/client/public/themes/olympus/images/icons_form_abreast_light.svg b/client/public/themes/olympus/images/icons_form_abreast_light.svg
new file mode 100644
index 00000000..2408169f
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_form_abreast_light.svg
@@ -0,0 +1,5 @@
+
diff --git a/client/public/themes/olympus/images/icons_form_admin_dark.svg b/client/public/themes/olympus/images/icons_form_admin_dark.svg
new file mode 100644
index 00000000..49d375dd
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_form_admin_dark.svg
@@ -0,0 +1,4 @@
+
diff --git a/client/public/themes/olympus/images/icons_form_admin_light.svg b/client/public/themes/olympus/images/icons_form_admin_light.svg
new file mode 100644
index 00000000..dbf4f074
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_form_admin_light.svg
@@ -0,0 +1,4 @@
+
diff --git a/client/public/themes/olympus/images/icons_form_echelon_dark.svg b/client/public/themes/olympus/images/icons_form_echelon_dark.svg
new file mode 100644
index 00000000..25144e4f
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_form_echelon_dark.svg
@@ -0,0 +1,4 @@
+
diff --git a/client/public/themes/olympus/images/icons_form_echelon_light.svg b/client/public/themes/olympus/images/icons_form_echelon_light.svg
new file mode 100644
index 00000000..42215873
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_form_echelon_light.svg
@@ -0,0 +1,4 @@
+
diff --git a/client/public/themes/olympus/images/icons_form_trail_dark.svg b/client/public/themes/olympus/images/icons_form_trail_dark.svg
new file mode 100644
index 00000000..0c9ff544
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_form_trail_dark.svg
@@ -0,0 +1,4 @@
+
diff --git a/client/public/themes/olympus/images/icons_form_trail_light.svg b/client/public/themes/olympus/images/icons_form_trail_light.svg
new file mode 100644
index 00000000..bf9fcfd3
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_form_trail_light.svg
@@ -0,0 +1,4 @@
+
diff --git a/client/public/themes/olympus/images/icons_roe_free_dark.svg b/client/public/themes/olympus/images/icons_roe_free_dark.svg
new file mode 100644
index 00000000..a3b0b02f
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_roe_free_dark.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_roe_free_light.svg b/client/public/themes/olympus/images/icons_roe_free_light.svg
new file mode 100644
index 00000000..1fdf5d13
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_roe_free_light.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_roe_return_dark.svg b/client/public/themes/olympus/images/icons_roe_return_dark.svg
new file mode 100644
index 00000000..e42485a7
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_roe_return_dark.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_roe_return_light.svg b/client/public/themes/olympus/images/icons_roe_return_light.svg
new file mode 100644
index 00000000..030534d7
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_roe_return_light.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_roe_stop_dark.svg b/client/public/themes/olympus/images/icons_roe_stop_dark.svg
new file mode 100644
index 00000000..fcc0c75f
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_roe_stop_dark.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_roe_stop_light.svg b/client/public/themes/olympus/images/icons_roe_stop_light.svg
new file mode 100644
index 00000000..98b50cb4
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_roe_stop_light.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_roe_target_dark.svg b/client/public/themes/olympus/images/icons_roe_target_dark.svg
new file mode 100644
index 00000000..3a2f17db
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_roe_target_dark.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_roe_target_light.svg b/client/public/themes/olympus/images/icons_roe_target_light.svg
new file mode 100644
index 00000000..9f8031ff
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_roe_target_light.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_threat_protect_dark.svg b/client/public/themes/olympus/images/icons_threat_protect_dark.svg
new file mode 100644
index 00000000..97c1deb0
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_threat_protect_dark.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_threat_protect_light.svg b/client/public/themes/olympus/images/icons_threat_protect_light.svg
new file mode 100644
index 00000000..a3ae6b88
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_threat_protect_light.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_threat_retreat_dark.svg b/client/public/themes/olympus/images/icons_threat_retreat_dark.svg
new file mode 100644
index 00000000..cb31ee40
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_threat_retreat_dark.svg
@@ -0,0 +1,3 @@
+
diff --git a/client/public/themes/olympus/images/icons_threat_retreat_light.svg b/client/public/themes/olympus/images/icons_threat_retreat_light.svg
new file mode 100644
index 00000000..e17d43f4
--- /dev/null
+++ b/client/public/themes/olympus/images/icons_threat_retreat_light.svg
@@ -0,0 +1,3 @@
+