From a9c96b24479a5a00cd1f0cd1b36b16756983d895 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Sun, 23 Jul 2023 07:46:24 -0700 Subject: [PATCH] Add Pearson icon (#9030) * Add JSON data for Pearson * Add Pearson icon * Add dup for Pearson VUE * Fix Pearson icon * Update _data/simple-icons.json --- _data/simple-icons.json | 13 +++++++++++++ icons/pearson.svg | 1 + 2 files changed, 14 insertions(+) create mode 100644 icons/pearson.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 60f7df83..0c53baef 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -9008,6 +9008,19 @@ "hex": "1C1B1C", "source": "https://www.peakdesign.com" }, + { + "title": "Pearson", + "hex": "000000", + "source": "https://www.pearson.com", + "aliases": { + "dup": [ + { + "title": "Pearson VUE", + "hex": "008FB4" + } + ] + } + }, { "title": "PeerTube", "hex": "F1680D", diff --git a/icons/pearson.svg b/icons/pearson.svg new file mode 100644 index 00000000..8eb83a8f --- /dev/null +++ b/icons/pearson.svg @@ -0,0 +1 @@ +Pearson \ No newline at end of file