From d13a45e601f7d2fb29bbe84c72c0eb8313263b4e Mon Sep 17 00:00:00 2001 From: Alexandre Paradis Date: Fri, 12 Aug 2022 15:24:29 -0400 Subject: [PATCH] Add F5 icon (#6100) --- _data/simple-icons.json | 5 +++++ icons/f5.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/f5.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5f82795d0..de0dbec51 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3456,6 +3456,11 @@ "hex": "E10600", "source": "https://www.formula1.com/" }, + { + "title": "F5", + "hex": "E4002B", + "source": "https://www.f5.com/company/news/press-kit" + }, { "title": "Facebook", "hex": "1877F2", diff --git a/icons/f5.svg b/icons/f5.svg new file mode 100644 index 000000000..4f302e707 --- /dev/null +++ b/icons/f5.svg @@ -0,0 +1 @@ +F5 \ No newline at end of file