From dc98bcc277164f306385a56a2ea5b20231cbc903 Mon Sep 17 00:00:00 2001 From: Erick Sarabia Date: Sun, 19 Feb 2023 02:49:19 -0600 Subject: [PATCH] Add akamai icon (#6728) * Add akamai icon * Fix SVG lint warnings * Improve akamai svg paths * Add fill attribute * Add title tag * Update akamai source * fix icon * fix icon --------- Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/akamai.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/akamai.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 98a96c537..5f70f94cf 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -393,6 +393,11 @@ "hex": "23C8D2", "source": "https://github.com/ajv-validator/ajv/blob/95b15b683dfb60f63c5129b0426629b968d53af8/docs/.vuepress/public/img/ajv.svg" }, + { + "title": "Akamai", + "hex": "0096D6", + "source": "https://www.akamai.com" + }, { "title": "Alacritty", "hex": "F46D01", diff --git a/icons/akamai.svg b/icons/akamai.svg new file mode 100644 index 000000000..25d95aca4 --- /dev/null +++ b/icons/akamai.svg @@ -0,0 +1 @@ +Akamai \ No newline at end of file