From 3283fd7fbb314f50c204d1d2483df7d95e1c02fd Mon Sep 17 00:00:00 2001
From: Benedikt Traut <64924929+trautb@users.noreply.github.com>
Date: Wed, 20 Mar 2024 11:10:46 +0100
Subject: [PATCH 1/6] Add icon for "BOS Funk"
adds icon and entry in appfilter.xml for the app "BOS FUNK" (de.rettungsdienst_app.bosd.MainActivity)
---
newicons/appfilter.xml | 3 ++
newicons/bos_funk.svg | 83 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 86 insertions(+)
create mode 100644 newicons/bos_funk.svg
diff --git a/newicons/appfilter.xml b/newicons/appfilter.xml
index dc2f9f0749..89326c383a 100644
--- a/newicons/appfilter.xml
+++ b/newicons/appfilter.xml
@@ -4113,6 +4113,9 @@
+
+
+
diff --git a/newicons/bos_funk.svg b/newicons/bos_funk.svg
new file mode 100644
index 0000000000..4420d30237
--- /dev/null
+++ b/newicons/bos_funk.svg
@@ -0,0 +1,83 @@
+
+
+
From 6fd2de0f0fba21a5a213c03b1a4702ec5283f771 Mon Sep 17 00:00:00 2001
From: Benedikt Traut <64924929+trautb@users.noreply.github.com>
Date: Fri, 22 Mar 2024 12:58:47 +0100
Subject: [PATCH 2/6] Add icon for "TEO"
adds icon and entry in appfilter.xml for the app "TEO" (com.comeco.teo/crc64753b843c3502ab2c.SplashActivity)
---
newicons/appfilter.xml | 3 +++
newicons/teo.svg | 61 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
create mode 100644 newicons/teo.svg
diff --git a/newicons/appfilter.xml b/newicons/appfilter.xml
index 89326c383a..632ec616fc 100644
--- a/newicons/appfilter.xml
+++ b/newicons/appfilter.xml
@@ -27453,6 +27453,9 @@
+
+
+
diff --git a/newicons/teo.svg b/newicons/teo.svg
new file mode 100644
index 0000000000..7e844152f3
--- /dev/null
+++ b/newicons/teo.svg
@@ -0,0 +1,61 @@
+
+
From 2fa57618686b1a0b2f105bc777e9cde4b638f005 Mon Sep 17 00:00:00 2001
From: Benedikt Traut <64924929+trautb@users.noreply.github.com>
Date: Fri, 22 Mar 2024 13:14:59 +0100
Subject: [PATCH 3/6] Add icon for "Konzertmeister"
adds icon and entry in appfilter.xml for the app "Konzertmeister" (rocks.konzertmeister.production.activity.StartActivity)
Provides icon for #requested app
---
newicons/appfilter.xml | 4 +++
newicons/konzertmeister.svg | 66 +++++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
create mode 100644 newicons/konzertmeister.svg
diff --git a/newicons/appfilter.xml b/newicons/appfilter.xml
index 632ec616fc..e2285710da 100644
--- a/newicons/appfilter.xml
+++ b/newicons/appfilter.xml
@@ -14493,6 +14493,10 @@
+
+
+
+
diff --git a/newicons/konzertmeister.svg b/newicons/konzertmeister.svg
new file mode 100644
index 0000000000..61efc7a7d9
--- /dev/null
+++ b/newicons/konzertmeister.svg
@@ -0,0 +1,66 @@
+
+
From 2365c8524c66a4e0a84688952b7b10008bec543f Mon Sep 17 00:00:00 2001
From: Benedikt Traut <64924929+trautb@users.noreply.github.com>
Date: Fri, 22 Mar 2024 13:44:11 +0100
Subject: [PATCH 4/6] Add icon for "lootboy"
adds icon and entry in appfilter.xml for the app "lootboy" (com.lootboy.app.MainActivity)
---
newicons/appfilter.xml | 3 ++
newicons/lootboy.svg | 109 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 112 insertions(+)
create mode 100644 newicons/lootboy.svg
diff --git a/newicons/appfilter.xml b/newicons/appfilter.xml
index e2285710da..ec6eaf7ff0 100644
--- a/newicons/appfilter.xml
+++ b/newicons/appfilter.xml
@@ -15556,6 +15556,9 @@
+
+
+
diff --git a/newicons/lootboy.svg b/newicons/lootboy.svg
new file mode 100644
index 0000000000..a57d9b250a
--- /dev/null
+++ b/newicons/lootboy.svg
@@ -0,0 +1,109 @@
+
+
From da9c7fc80c53da7c1427a44b1e639290c88c3701 Mon Sep 17 00:00:00 2001
From: Benedikt Traut <64924929+trautb@users.noreply.github.com>
Date: Fri, 22 Mar 2024 14:17:09 +0100
Subject: [PATCH 5/6] Add icon for "KptnCook"
adds icon and entry in appfilter.xml for the app "KptnCook" (nl.kpn.ire.android.splash.SplashActivity)
Provides icon for #requested app
---
newicons/appfilter.xml | 3 +
newicons/kptncook.svg | 138 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 141 insertions(+)
create mode 100644 newicons/kptncook.svg
diff --git a/newicons/appfilter.xml b/newicons/appfilter.xml
index ec6eaf7ff0..824cf90517 100644
--- a/newicons/appfilter.xml
+++ b/newicons/appfilter.xml
@@ -14560,6 +14560,9 @@
+
+
+
diff --git a/newicons/kptncook.svg b/newicons/kptncook.svg
new file mode 100644
index 0000000000..67b41273e4
--- /dev/null
+++ b/newicons/kptncook.svg
@@ -0,0 +1,138 @@
+
+
From a529b07f7aa784ba32b15b51c6f377d72bfd8f39 Mon Sep 17 00:00:00 2001
From: Donno <31142286+Donnnno@users.noreply.github.com>
Date: Tue, 16 Apr 2024 18:33:06 +0200
Subject: [PATCH 6/6] minified svgs
Co-Authored-By: Benedikt Traut <64924929+trautb@users.noreply.github.com>
---
newicons/bos_funk.svg | 84 +---------------------
newicons/konzertmeister.svg | 67 +----------------
newicons/kptncook.svg | 139 +-----------------------------------
newicons/lootboy.svg | 110 +---------------------------
newicons/teo.svg | 62 +---------------
5 files changed, 5 insertions(+), 457 deletions(-)
diff --git a/newicons/bos_funk.svg b/newicons/bos_funk.svg
index 4420d30237..92b51f1b49 100644
--- a/newicons/bos_funk.svg
+++ b/newicons/bos_funk.svg
@@ -1,83 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/newicons/konzertmeister.svg b/newicons/konzertmeister.svg
index 61efc7a7d9..1477b9d93d 100644
--- a/newicons/konzertmeister.svg
+++ b/newicons/konzertmeister.svg
@@ -1,66 +1 @@
-
-
+
\ No newline at end of file
diff --git a/newicons/kptncook.svg b/newicons/kptncook.svg
index 67b41273e4..84f2e465af 100644
--- a/newicons/kptncook.svg
+++ b/newicons/kptncook.svg
@@ -1,138 +1 @@
-
-
+
\ No newline at end of file
diff --git a/newicons/lootboy.svg b/newicons/lootboy.svg
index a57d9b250a..09221c63a4 100644
--- a/newicons/lootboy.svg
+++ b/newicons/lootboy.svg
@@ -1,109 +1 @@
-
-
+
\ No newline at end of file
diff --git a/newicons/teo.svg b/newicons/teo.svg
index 7e844152f3..0bb3bdc282 100644
--- a/newicons/teo.svg
+++ b/newicons/teo.svg
@@ -1,61 +1 @@
-
-
+
\ No newline at end of file