From cea8a4365098fd27076ed53b3fa4678644089976 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Fri, 7 Apr 2023 21:42:09 +0800 Subject: [PATCH] Add Poe icon (#8502) * Add Poe icon * Remove classname * Fixes --------- Co-authored-by: Engin Diri --- _data/simple-icons.json | 5 +++++ icons/poe.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/poe.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 8c7478f80..b1baf406a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8799,6 +8799,11 @@ "hex": "892CA0", "source": "https://podman.io/" }, + { + "title": "Poe", + "hex": "5D5CDE", + "source": "https://poe.com" + }, { "title": "Poetry", "hex": "60A5FA", diff --git a/icons/poe.svg b/icons/poe.svg new file mode 100644 index 000000000..775b96443 --- /dev/null +++ b/icons/poe.svg @@ -0,0 +1 @@ +Poe \ No newline at end of file