From cf55c48b4cdfe19a7ce3f2378c7a1c49676dac16 Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Sun, 17 Dec 2023 12:47:32 +0100 Subject: [PATCH] Add several custom icons (#394) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Added custom icons that don't meet the requirements of Simple Icons (especially because they are full-color). The Airtable and Discourse icons are an upgrade to the single-color icons in Simple Icons, the others are not available yet at all. ## Type of Change - [x] ๐Ÿ–ผ๏ธ New icon - [ ] โœจ New feature (non-breaking change which adds functionality) - [ ] ๐Ÿ› ๏ธ Bug fix (non-breaking change which fixes an issue) - [ ] โŒ Breaking change (fix or feature that would cause existing functionality to change) - [ ] ๐Ÿงน Code refactor - [ ] โœ… Build configuration change - [ ] ๐Ÿ“ Documentation - [ ] ๐Ÿ—‘๏ธ Chore --- assets/custom-icons/_data/custom-icons.json | 19 +++++++++++++++++++ assets/custom-icons/icons/airtable.svg | 1 + assets/custom-icons/icons/discourse.svg | 1 + assets/custom-icons/icons/dusnet.svg | 1 + assets/custom-icons/icons/inwx.svg | 1 + assets/custom-icons/icons/service-bw.svg | 1 + assets/custom-icons/icons/sipgate.svg | 1 + 7 files changed, 25 insertions(+) create mode 100644 assets/custom-icons/icons/airtable.svg create mode 100644 assets/custom-icons/icons/discourse.svg create mode 100644 assets/custom-icons/icons/dusnet.svg create mode 100644 assets/custom-icons/icons/inwx.svg create mode 100644 assets/custom-icons/icons/service-bw.svg create mode 100644 assets/custom-icons/icons/sipgate.svg diff --git a/assets/custom-icons/_data/custom-icons.json b/assets/custom-icons/_data/custom-icons.json index a76537b96..db7b24685 100644 --- a/assets/custom-icons/_data/custom-icons.json +++ b/assets/custom-icons/_data/custom-icons.json @@ -7,6 +7,9 @@ "title": "Addy.io", "slug": "addy_io" }, + { + "title": "Airtable" + }, { "title": "Anycoin Direct", "slug": "anycoindirect" @@ -43,6 +46,13 @@ "slug": "controld", "hex": "5FD800" }, + { + "title": "Discourse" + }, + { + "title": "dus.net", + "slug": "dusnet" + }, { "title": "ente", "hex": "1DB954" @@ -65,6 +75,9 @@ { "title": "ING" }, + { + "title": "INWX" + }, { "title": "Instagram" }, @@ -170,9 +183,15 @@ "title": "Revolt", "hex": "858585" }, + { + "title": "service-bw" + }, { "title": "SimpleLogin" }, + { + "title": "Sipgate" + }, { "title": "Snapchat" }, diff --git a/assets/custom-icons/icons/airtable.svg b/assets/custom-icons/icons/airtable.svg new file mode 100644 index 000000000..152dfdb23 --- /dev/null +++ b/assets/custom-icons/icons/airtable.svg @@ -0,0 +1 @@ +Airtable diff --git a/assets/custom-icons/icons/discourse.svg b/assets/custom-icons/icons/discourse.svg new file mode 100644 index 000000000..828baf2f4 --- /dev/null +++ b/assets/custom-icons/icons/discourse.svg @@ -0,0 +1 @@ +Discourse \ No newline at end of file diff --git a/assets/custom-icons/icons/dusnet.svg b/assets/custom-icons/icons/dusnet.svg new file mode 100644 index 000000000..f863450b9 --- /dev/null +++ b/assets/custom-icons/icons/dusnet.svg @@ -0,0 +1 @@ +dus.net \ No newline at end of file diff --git a/assets/custom-icons/icons/inwx.svg b/assets/custom-icons/icons/inwx.svg new file mode 100644 index 000000000..fec0d4860 --- /dev/null +++ b/assets/custom-icons/icons/inwx.svg @@ -0,0 +1 @@ +INWX \ No newline at end of file diff --git a/assets/custom-icons/icons/service-bw.svg b/assets/custom-icons/icons/service-bw.svg new file mode 100644 index 000000000..c498847a8 --- /dev/null +++ b/assets/custom-icons/icons/service-bw.svg @@ -0,0 +1 @@ +service-bw \ No newline at end of file diff --git a/assets/custom-icons/icons/sipgate.svg b/assets/custom-icons/icons/sipgate.svg new file mode 100644 index 000000000..12c3585dd --- /dev/null +++ b/assets/custom-icons/icons/sipgate.svg @@ -0,0 +1 @@ +Sipgate \ No newline at end of file