From 2b612f5ed077eebabfb29e3d25135fae2e2a2fd1 Mon Sep 17 00:00:00 2001 From: Omar <180954465+somerand0mcatt@users.noreply.github.com> Date: Fri, 11 Oct 2024 04:39:25 +0300 Subject: [PATCH] Add AlternativeTo icon (#11973) --- _data/simple-icons.json | 5 +++++ icons/alternativeto.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/alternativeto.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5563e808..b8681cf0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -670,6 +670,11 @@ "hex": "8BC0D0", "source": "https://alpinejs.dev" }, + { + "title": "AlternativeTo", + "hex": "0289D5", + "source": "https://alternativeto.net" + }, { "title": "Alteryx", "hex": "0078C0", diff --git a/icons/alternativeto.svg b/icons/alternativeto.svg new file mode 100644 index 00000000..3c9ddaf2 --- /dev/null +++ b/icons/alternativeto.svg @@ -0,0 +1 @@ +AlternativeTo \ No newline at end of file