From 74728d554e514d609d9c5241e5850f0e7b748ea7 Mon Sep 17 00:00:00 2001
From: 01micko <01micko@gmail.com>
Date: Sat, 16 Dec 2023 19:47:55 +1000
Subject: [PATCH] svg: add _hover and _toggled icons, delete 'maccish/*'
---
.../svg/Basix/close_hover-active.svg | 6 +++++
.../svg/Basix/close_hover-inactive.svg | 6 +++++
.../{min.svg => iconify_hover-active.svg} | 2 +-
.../svg/Basix/iconify_hover-inactive.svg | 5 +++++
button-themes/svg/Basix/max_hover-active.svg | 5 +++++
.../svg/Basix/max_hover-inactive.svg | 5 +++++
.../svg/Basix/max_toggled-active.svg | 5 +++++
.../svg/Basix/max_toggled-inactive.svg | 5 +++++
.../svg/Basix/max_toggled_hover-active.svg | 5 +++++
.../svg/Basix/max_toggled_hover-inactive.svg | 5 +++++
button-themes/svg/Basix/menu_hover-active.svg | 5 +++++
.../svg/Basix/menu_hover-inactive.svg | 5 +++++
.../svg/Basix_white/close_hover-active.svg | 6 +++++
.../svg/Basix_white/close_hover-inactive.svg | 6 +++++
.../svg/Basix_white/iconify_hover-active.svg | 5 +++++
.../Basix_white/iconify_hover-inactive.svg | 5 +++++
.../svg/Basix_white/max_hover-active.svg | 5 +++++
.../svg/Basix_white/max_hover-inactive.svg | 5 +++++
.../svg/Basix_white/max_toggled-active.svg | 5 +++++
.../svg/Basix_white/max_toggled-inactive.svg | 5 +++++
.../Basix_white/max_toggled_hover-active.svg | 5 +++++
.../max_toggled_hover-inactive.svg | 5 +++++
.../svg/Basix_white/menu_hover-active.svg | 5 +++++
.../svg/Basix_white/menu_hover-inactive.svg | 5 +++++
.../svg/Breeze/close_hover-active.svg | 17 ++++++++++++++
.../svg/Breeze/close_hover-inactive.svg | 22 +++++++++++++++++++
.../svg/Breeze/iconify_hover-active.svg | 18 +++++++++++++++
.../svg/Breeze/iconify_hover-inactive.svg | 18 +++++++++++++++
button-themes/svg/Breeze/max_hover-active.svg | 18 +++++++++++++++
.../svg/Breeze/max_hover-inactive.svg | 18 +++++++++++++++
.../svg/Breeze/max_toggled-active.svg | 10 +++++++++
.../svg/Breeze/max_toggled-inactive.svg | 10 +++++++++
.../svg/Breeze/max_toggled_hover-active.svg | 18 +++++++++++++++
.../svg/Breeze/max_toggled_hover-inactive.svg | 18 +++++++++++++++
.../svg/Breeze/menu_hover-active.svg | 18 +++++++++++++++
.../svg/Breeze/menu_hover-inactive.svg | 18 +++++++++++++++
.../svg/XPish/close_hover-active.svg | 13 +++++++++++
.../svg/XPish/close_hover-inactive.svg | 13 +++++++++++
.../svg/XPish/iconify_hover-active.svg | 11 ++++++++++
.../svg/XPish/iconify_hover-inactive.svg | 11 ++++++++++
button-themes/svg/XPish/max_hover-active.svg | 13 +++++++++++
.../svg/XPish/max_hover-inactive.svg | 13 +++++++++++
.../svg/XPish/max_toggled-active.svg | 7 ++++++
.../svg/XPish/max_toggled-inactive.svg | 7 ++++++
.../svg/XPish/max_toggled_hover-active.svg | 13 +++++++++++
.../svg/XPish/max_toggled_hover-inactive.svg | 13 +++++++++++
button-themes/svg/XPish/menu_hover-active.svg | 14 ++++++++++++
.../svg/XPish/menu_hover-inactive.svg | 14 ++++++++++++
button-themes/svg/maccish/close-active.svg | 21 ------------------
button-themes/svg/maccish/close-inactive.svg | 1 -
button-themes/svg/maccish/iconify-active.svg | 21 ------------------
.../svg/maccish/iconify-inactive.svg | 1 -
button-themes/svg/maccish/max-active.svg | 21 ------------------
button-themes/svg/maccish/max-inactive.svg | 1 -
button-themes/svg/maccish/menu-active.svg | 21 ------------------
button-themes/svg/maccish/menu-inactive.svg | 21 ------------------
56 files changed, 465 insertions(+), 109 deletions(-)
create mode 100644 button-themes/svg/Basix/close_hover-active.svg
create mode 100644 button-themes/svg/Basix/close_hover-inactive.svg
rename button-themes/svg/Basix/{min.svg => iconify_hover-active.svg} (67%)
create mode 100644 button-themes/svg/Basix/iconify_hover-inactive.svg
create mode 100644 button-themes/svg/Basix/max_hover-active.svg
create mode 100644 button-themes/svg/Basix/max_hover-inactive.svg
create mode 100644 button-themes/svg/Basix/max_toggled-active.svg
create mode 100644 button-themes/svg/Basix/max_toggled-inactive.svg
create mode 100644 button-themes/svg/Basix/max_toggled_hover-active.svg
create mode 100644 button-themes/svg/Basix/max_toggled_hover-inactive.svg
create mode 100644 button-themes/svg/Basix/menu_hover-active.svg
create mode 100644 button-themes/svg/Basix/menu_hover-inactive.svg
create mode 100644 button-themes/svg/Basix_white/close_hover-active.svg
create mode 100644 button-themes/svg/Basix_white/close_hover-inactive.svg
create mode 100644 button-themes/svg/Basix_white/iconify_hover-active.svg
create mode 100644 button-themes/svg/Basix_white/iconify_hover-inactive.svg
create mode 100644 button-themes/svg/Basix_white/max_hover-active.svg
create mode 100644 button-themes/svg/Basix_white/max_hover-inactive.svg
create mode 100644 button-themes/svg/Basix_white/max_toggled-active.svg
create mode 100644 button-themes/svg/Basix_white/max_toggled-inactive.svg
create mode 100644 button-themes/svg/Basix_white/max_toggled_hover-active.svg
create mode 100644 button-themes/svg/Basix_white/max_toggled_hover-inactive.svg
create mode 100644 button-themes/svg/Basix_white/menu_hover-active.svg
create mode 100644 button-themes/svg/Basix_white/menu_hover-inactive.svg
create mode 100644 button-themes/svg/Breeze/close_hover-active.svg
create mode 100644 button-themes/svg/Breeze/close_hover-inactive.svg
create mode 100644 button-themes/svg/Breeze/iconify_hover-active.svg
create mode 100644 button-themes/svg/Breeze/iconify_hover-inactive.svg
create mode 100644 button-themes/svg/Breeze/max_hover-active.svg
create mode 100644 button-themes/svg/Breeze/max_hover-inactive.svg
create mode 100644 button-themes/svg/Breeze/max_toggled-active.svg
create mode 100644 button-themes/svg/Breeze/max_toggled-inactive.svg
create mode 100644 button-themes/svg/Breeze/max_toggled_hover-active.svg
create mode 100644 button-themes/svg/Breeze/max_toggled_hover-inactive.svg
create mode 100644 button-themes/svg/Breeze/menu_hover-active.svg
create mode 100644 button-themes/svg/Breeze/menu_hover-inactive.svg
create mode 100644 button-themes/svg/XPish/close_hover-active.svg
create mode 100644 button-themes/svg/XPish/close_hover-inactive.svg
create mode 100644 button-themes/svg/XPish/iconify_hover-active.svg
create mode 100644 button-themes/svg/XPish/iconify_hover-inactive.svg
create mode 100644 button-themes/svg/XPish/max_hover-active.svg
create mode 100644 button-themes/svg/XPish/max_hover-inactive.svg
create mode 100644 button-themes/svg/XPish/max_toggled-active.svg
create mode 100644 button-themes/svg/XPish/max_toggled-inactive.svg
create mode 100644 button-themes/svg/XPish/max_toggled_hover-active.svg
create mode 100644 button-themes/svg/XPish/max_toggled_hover-inactive.svg
create mode 100644 button-themes/svg/XPish/menu_hover-active.svg
create mode 100644 button-themes/svg/XPish/menu_hover-inactive.svg
delete mode 100644 button-themes/svg/maccish/close-active.svg
delete mode 120000 button-themes/svg/maccish/close-inactive.svg
delete mode 100644 button-themes/svg/maccish/iconify-active.svg
delete mode 120000 button-themes/svg/maccish/iconify-inactive.svg
delete mode 100644 button-themes/svg/maccish/max-active.svg
delete mode 120000 button-themes/svg/maccish/max-inactive.svg
delete mode 100644 button-themes/svg/maccish/menu-active.svg
delete mode 100644 button-themes/svg/maccish/menu-inactive.svg
diff --git a/button-themes/svg/Basix/close_hover-active.svg b/button-themes/svg/Basix/close_hover-active.svg
new file mode 100644
index 0000000..1074c06
--- /dev/null
+++ b/button-themes/svg/Basix/close_hover-active.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/button-themes/svg/Basix/close_hover-inactive.svg b/button-themes/svg/Basix/close_hover-inactive.svg
new file mode 100644
index 0000000..2f95a20
--- /dev/null
+++ b/button-themes/svg/Basix/close_hover-inactive.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/button-themes/svg/Basix/min.svg b/button-themes/svg/Basix/iconify_hover-active.svg
similarity index 67%
rename from button-themes/svg/Basix/min.svg
rename to button-themes/svg/Basix/iconify_hover-active.svg
index 8e5d86c..7c45fe2 100644
--- a/button-themes/svg/Basix/min.svg
+++ b/button-themes/svg/Basix/iconify_hover-active.svg
@@ -1,5 +1,5 @@
diff --git a/button-themes/svg/Basix/iconify_hover-inactive.svg b/button-themes/svg/Basix/iconify_hover-inactive.svg
new file mode 100644
index 0000000..e7b0ccd
--- /dev/null
+++ b/button-themes/svg/Basix/iconify_hover-inactive.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix/max_hover-active.svg b/button-themes/svg/Basix/max_hover-active.svg
new file mode 100644
index 0000000..d5a9f09
--- /dev/null
+++ b/button-themes/svg/Basix/max_hover-active.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix/max_hover-inactive.svg b/button-themes/svg/Basix/max_hover-inactive.svg
new file mode 100644
index 0000000..97edf20
--- /dev/null
+++ b/button-themes/svg/Basix/max_hover-inactive.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix/max_toggled-active.svg b/button-themes/svg/Basix/max_toggled-active.svg
new file mode 100644
index 0000000..d69954f
--- /dev/null
+++ b/button-themes/svg/Basix/max_toggled-active.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix/max_toggled-inactive.svg b/button-themes/svg/Basix/max_toggled-inactive.svg
new file mode 100644
index 0000000..b1d5bcf
--- /dev/null
+++ b/button-themes/svg/Basix/max_toggled-inactive.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix/max_toggled_hover-active.svg b/button-themes/svg/Basix/max_toggled_hover-active.svg
new file mode 100644
index 0000000..d5a9f09
--- /dev/null
+++ b/button-themes/svg/Basix/max_toggled_hover-active.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix/max_toggled_hover-inactive.svg b/button-themes/svg/Basix/max_toggled_hover-inactive.svg
new file mode 100644
index 0000000..97edf20
--- /dev/null
+++ b/button-themes/svg/Basix/max_toggled_hover-inactive.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix/menu_hover-active.svg b/button-themes/svg/Basix/menu_hover-active.svg
new file mode 100644
index 0000000..5109cdb
--- /dev/null
+++ b/button-themes/svg/Basix/menu_hover-active.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix/menu_hover-inactive.svg b/button-themes/svg/Basix/menu_hover-inactive.svg
new file mode 100644
index 0000000..2af2d59
--- /dev/null
+++ b/button-themes/svg/Basix/menu_hover-inactive.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix_white/close_hover-active.svg b/button-themes/svg/Basix_white/close_hover-active.svg
new file mode 100644
index 0000000..dae063c
--- /dev/null
+++ b/button-themes/svg/Basix_white/close_hover-active.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/button-themes/svg/Basix_white/close_hover-inactive.svg b/button-themes/svg/Basix_white/close_hover-inactive.svg
new file mode 100644
index 0000000..c8bd199
--- /dev/null
+++ b/button-themes/svg/Basix_white/close_hover-inactive.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/button-themes/svg/Basix_white/iconify_hover-active.svg b/button-themes/svg/Basix_white/iconify_hover-active.svg
new file mode 100644
index 0000000..318f36e
--- /dev/null
+++ b/button-themes/svg/Basix_white/iconify_hover-active.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix_white/iconify_hover-inactive.svg b/button-themes/svg/Basix_white/iconify_hover-inactive.svg
new file mode 100644
index 0000000..b139f7d
--- /dev/null
+++ b/button-themes/svg/Basix_white/iconify_hover-inactive.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix_white/max_hover-active.svg b/button-themes/svg/Basix_white/max_hover-active.svg
new file mode 100644
index 0000000..3c6c2ae
--- /dev/null
+++ b/button-themes/svg/Basix_white/max_hover-active.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix_white/max_hover-inactive.svg b/button-themes/svg/Basix_white/max_hover-inactive.svg
new file mode 100644
index 0000000..56336c9
--- /dev/null
+++ b/button-themes/svg/Basix_white/max_hover-inactive.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix_white/max_toggled-active.svg b/button-themes/svg/Basix_white/max_toggled-active.svg
new file mode 100644
index 0000000..be54b82
--- /dev/null
+++ b/button-themes/svg/Basix_white/max_toggled-active.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix_white/max_toggled-inactive.svg b/button-themes/svg/Basix_white/max_toggled-inactive.svg
new file mode 100644
index 0000000..43f846a
--- /dev/null
+++ b/button-themes/svg/Basix_white/max_toggled-inactive.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix_white/max_toggled_hover-active.svg b/button-themes/svg/Basix_white/max_toggled_hover-active.svg
new file mode 100644
index 0000000..3c6c2ae
--- /dev/null
+++ b/button-themes/svg/Basix_white/max_toggled_hover-active.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix_white/max_toggled_hover-inactive.svg b/button-themes/svg/Basix_white/max_toggled_hover-inactive.svg
new file mode 100644
index 0000000..56336c9
--- /dev/null
+++ b/button-themes/svg/Basix_white/max_toggled_hover-inactive.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix_white/menu_hover-active.svg b/button-themes/svg/Basix_white/menu_hover-active.svg
new file mode 100644
index 0000000..753e4e6
--- /dev/null
+++ b/button-themes/svg/Basix_white/menu_hover-active.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Basix_white/menu_hover-inactive.svg b/button-themes/svg/Basix_white/menu_hover-inactive.svg
new file mode 100644
index 0000000..6a7f8d9
--- /dev/null
+++ b/button-themes/svg/Basix_white/menu_hover-inactive.svg
@@ -0,0 +1,5 @@
+
+
diff --git a/button-themes/svg/Breeze/close_hover-active.svg b/button-themes/svg/Breeze/close_hover-active.svg
new file mode 100644
index 0000000..283fca2
--- /dev/null
+++ b/button-themes/svg/Breeze/close_hover-active.svg
@@ -0,0 +1,17 @@
+
diff --git a/button-themes/svg/Breeze/close_hover-inactive.svg b/button-themes/svg/Breeze/close_hover-inactive.svg
new file mode 100644
index 0000000..8493d08
--- /dev/null
+++ b/button-themes/svg/Breeze/close_hover-inactive.svg
@@ -0,0 +1,22 @@
+
diff --git a/button-themes/svg/Breeze/iconify_hover-active.svg b/button-themes/svg/Breeze/iconify_hover-active.svg
new file mode 100644
index 0000000..6a90571
--- /dev/null
+++ b/button-themes/svg/Breeze/iconify_hover-active.svg
@@ -0,0 +1,18 @@
+
diff --git a/button-themes/svg/Breeze/iconify_hover-inactive.svg b/button-themes/svg/Breeze/iconify_hover-inactive.svg
new file mode 100644
index 0000000..a4a9693
--- /dev/null
+++ b/button-themes/svg/Breeze/iconify_hover-inactive.svg
@@ -0,0 +1,18 @@
+
diff --git a/button-themes/svg/Breeze/max_hover-active.svg b/button-themes/svg/Breeze/max_hover-active.svg
new file mode 100644
index 0000000..7fa5b88
--- /dev/null
+++ b/button-themes/svg/Breeze/max_hover-active.svg
@@ -0,0 +1,18 @@
+
diff --git a/button-themes/svg/Breeze/max_hover-inactive.svg b/button-themes/svg/Breeze/max_hover-inactive.svg
new file mode 100644
index 0000000..e9b1a97
--- /dev/null
+++ b/button-themes/svg/Breeze/max_hover-inactive.svg
@@ -0,0 +1,18 @@
+
diff --git a/button-themes/svg/Breeze/max_toggled-active.svg b/button-themes/svg/Breeze/max_toggled-active.svg
new file mode 100644
index 0000000..e32033b
--- /dev/null
+++ b/button-themes/svg/Breeze/max_toggled-active.svg
@@ -0,0 +1,10 @@
+
diff --git a/button-themes/svg/Breeze/max_toggled-inactive.svg b/button-themes/svg/Breeze/max_toggled-inactive.svg
new file mode 100644
index 0000000..3adfd37
--- /dev/null
+++ b/button-themes/svg/Breeze/max_toggled-inactive.svg
@@ -0,0 +1,10 @@
+
diff --git a/button-themes/svg/Breeze/max_toggled_hover-active.svg b/button-themes/svg/Breeze/max_toggled_hover-active.svg
new file mode 100644
index 0000000..cac3198
--- /dev/null
+++ b/button-themes/svg/Breeze/max_toggled_hover-active.svg
@@ -0,0 +1,18 @@
+
diff --git a/button-themes/svg/Breeze/max_toggled_hover-inactive.svg b/button-themes/svg/Breeze/max_toggled_hover-inactive.svg
new file mode 100644
index 0000000..e9b1a97
--- /dev/null
+++ b/button-themes/svg/Breeze/max_toggled_hover-inactive.svg
@@ -0,0 +1,18 @@
+
diff --git a/button-themes/svg/Breeze/menu_hover-active.svg b/button-themes/svg/Breeze/menu_hover-active.svg
new file mode 100644
index 0000000..ef1b864
--- /dev/null
+++ b/button-themes/svg/Breeze/menu_hover-active.svg
@@ -0,0 +1,18 @@
+
diff --git a/button-themes/svg/Breeze/menu_hover-inactive.svg b/button-themes/svg/Breeze/menu_hover-inactive.svg
new file mode 100644
index 0000000..f454d13
--- /dev/null
+++ b/button-themes/svg/Breeze/menu_hover-inactive.svg
@@ -0,0 +1,18 @@
+
diff --git a/button-themes/svg/XPish/close_hover-active.svg b/button-themes/svg/XPish/close_hover-active.svg
new file mode 100644
index 0000000..6c41256
--- /dev/null
+++ b/button-themes/svg/XPish/close_hover-active.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/button-themes/svg/XPish/close_hover-inactive.svg b/button-themes/svg/XPish/close_hover-inactive.svg
new file mode 100644
index 0000000..8de36f6
--- /dev/null
+++ b/button-themes/svg/XPish/close_hover-inactive.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/button-themes/svg/XPish/iconify_hover-active.svg b/button-themes/svg/XPish/iconify_hover-active.svg
new file mode 100644
index 0000000..a7893d6
--- /dev/null
+++ b/button-themes/svg/XPish/iconify_hover-active.svg
@@ -0,0 +1,11 @@
+
+
diff --git a/button-themes/svg/XPish/iconify_hover-inactive.svg b/button-themes/svg/XPish/iconify_hover-inactive.svg
new file mode 100644
index 0000000..cedd8e0
--- /dev/null
+++ b/button-themes/svg/XPish/iconify_hover-inactive.svg
@@ -0,0 +1,11 @@
+
+
diff --git a/button-themes/svg/XPish/max_hover-active.svg b/button-themes/svg/XPish/max_hover-active.svg
new file mode 100644
index 0000000..aca221b
--- /dev/null
+++ b/button-themes/svg/XPish/max_hover-active.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/button-themes/svg/XPish/max_hover-inactive.svg b/button-themes/svg/XPish/max_hover-inactive.svg
new file mode 100644
index 0000000..bd317f1
--- /dev/null
+++ b/button-themes/svg/XPish/max_hover-inactive.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/button-themes/svg/XPish/max_toggled-active.svg b/button-themes/svg/XPish/max_toggled-active.svg
new file mode 100644
index 0000000..033d4c8
--- /dev/null
+++ b/button-themes/svg/XPish/max_toggled-active.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/button-themes/svg/XPish/max_toggled-inactive.svg b/button-themes/svg/XPish/max_toggled-inactive.svg
new file mode 100644
index 0000000..033d4c8
--- /dev/null
+++ b/button-themes/svg/XPish/max_toggled-inactive.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/button-themes/svg/XPish/max_toggled_hover-active.svg b/button-themes/svg/XPish/max_toggled_hover-active.svg
new file mode 100644
index 0000000..7de5cbe
--- /dev/null
+++ b/button-themes/svg/XPish/max_toggled_hover-active.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/button-themes/svg/XPish/max_toggled_hover-inactive.svg b/button-themes/svg/XPish/max_toggled_hover-inactive.svg
new file mode 100644
index 0000000..7de5cbe
--- /dev/null
+++ b/button-themes/svg/XPish/max_toggled_hover-inactive.svg
@@ -0,0 +1,13 @@
+
+
diff --git a/button-themes/svg/XPish/menu_hover-active.svg b/button-themes/svg/XPish/menu_hover-active.svg
new file mode 100644
index 0000000..8bac5c5
--- /dev/null
+++ b/button-themes/svg/XPish/menu_hover-active.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/button-themes/svg/XPish/menu_hover-inactive.svg b/button-themes/svg/XPish/menu_hover-inactive.svg
new file mode 100644
index 0000000..bab9383
--- /dev/null
+++ b/button-themes/svg/XPish/menu_hover-inactive.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/button-themes/svg/maccish/close-active.svg b/button-themes/svg/maccish/close-active.svg
deleted file mode 100644
index a560459..0000000
--- a/button-themes/svg/maccish/close-active.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
diff --git a/button-themes/svg/maccish/close-inactive.svg b/button-themes/svg/maccish/close-inactive.svg
deleted file mode 120000
index 1a20b15..0000000
--- a/button-themes/svg/maccish/close-inactive.svg
+++ /dev/null
@@ -1 +0,0 @@
-menu-inactive.svg
\ No newline at end of file
diff --git a/button-themes/svg/maccish/iconify-active.svg b/button-themes/svg/maccish/iconify-active.svg
deleted file mode 100644
index f7b88b5..0000000
--- a/button-themes/svg/maccish/iconify-active.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
\ No newline at end of file
diff --git a/button-themes/svg/maccish/iconify-inactive.svg b/button-themes/svg/maccish/iconify-inactive.svg
deleted file mode 120000
index 1a20b15..0000000
--- a/button-themes/svg/maccish/iconify-inactive.svg
+++ /dev/null
@@ -1 +0,0 @@
-menu-inactive.svg
\ No newline at end of file
diff --git a/button-themes/svg/maccish/max-active.svg b/button-themes/svg/maccish/max-active.svg
deleted file mode 100644
index 3a768a2..0000000
--- a/button-themes/svg/maccish/max-active.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
\ No newline at end of file
diff --git a/button-themes/svg/maccish/max-inactive.svg b/button-themes/svg/maccish/max-inactive.svg
deleted file mode 120000
index 1a20b15..0000000
--- a/button-themes/svg/maccish/max-inactive.svg
+++ /dev/null
@@ -1 +0,0 @@
-menu-inactive.svg
\ No newline at end of file
diff --git a/button-themes/svg/maccish/menu-active.svg b/button-themes/svg/maccish/menu-active.svg
deleted file mode 100644
index 12719e7..0000000
--- a/button-themes/svg/maccish/menu-active.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
diff --git a/button-themes/svg/maccish/menu-inactive.svg b/button-themes/svg/maccish/menu-inactive.svg
deleted file mode 100644
index f735eec..0000000
--- a/button-themes/svg/maccish/menu-inactive.svg
+++ /dev/null
@@ -1,21 +0,0 @@
-
-