From 23b459ca194a2a9e334a019089c10421df9ab003 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:41:35 -0400 Subject: [PATCH] Add fish shell icon (#10682) * Add fish shell icon * Update hex --- _data/simple-icons.json | 8 ++++++++ icons/fishshell.svg | 1 + 2 files changed, 9 insertions(+) create mode 100644 icons/fishshell.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 57843d2d..dc85d440 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5176,6 +5176,14 @@ "source": "https://www.firstinspires.org/brand", "guidelines": "https://www.firstinspires.org/brand" }, + { + "title": "fish shell", + "hex": "34C534", + "source": "https://github.com/fish-shell/fish-site/blob/1364b2e794c9aba7492c8962bae0f7fbe4886317/artwork/ascii%20fish.eps", + "license": { + "type": "GPL-2.0-only" + } + }, { "title": "Fitbit", "hex": "00B0B9", diff --git a/icons/fishshell.svg b/icons/fishshell.svg new file mode 100644 index 00000000..5caef137 --- /dev/null +++ b/icons/fishshell.svg @@ -0,0 +1 @@ +fish shell \ No newline at end of file