From 385e4504b3e6f4a7468b9c9461d6b4eab7dfe30d Mon Sep 17 00:00:00 2001 From: Ryan Vandersmith Date: Thu, 14 Sep 2023 10:26:28 -0600 Subject: [PATCH] Add Internet Computer icon (#7706) * Add ICP icon * Update ICP icon * Fix linter warnings * Re-center icon * Re-center icon * Rename 'ICP' -> 'Internet Computer' * Fix missing icon * Remove ICP alias * Update source and guideline URLs * Replace icon * Adjust SVG attributes * Remove newline in SVG file * Update source and guideline URLs * Use home page of guidelines * Use suggestions --- _data/simple-icons.json | 11 +++++++++++ icons/internetcomputer.svg | 1 + 2 files changed, 12 insertions(+) create mode 100644 icons/internetcomputer.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0d09c24d..3dea0b3b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6435,6 +6435,17 @@ "hex": "666666", "source": "https://archive.org" }, + { + "title": "Internet Computer", + "hex": "3B00B9", + "source": "https://dfinity.frontify.com/d/pD7yZhsmpqos/internet-computer#/internet-computer/logo", + "guidelines": "https://dfinity.frontify.com/d/pD7yZhsmpqos", + "aliases": { + "aka": [ + "Internet Computer Protocol" + ] + } + }, { "title": "Internet Explorer", "hex": "0076D6", diff --git a/icons/internetcomputer.svg b/icons/internetcomputer.svg new file mode 100644 index 00000000..9a91d382 --- /dev/null +++ b/icons/internetcomputer.svg @@ -0,0 +1 @@ +Internet Computer \ No newline at end of file