From fbad5359cdede6fce800937f38e9e8ec5de71016 Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Sun, 23 Jul 2023 13:53:51 -0700 Subject: [PATCH] Add F Sharp icon (#9011) * Add JSON data for Fsharp * Add F sharp icon * Change title to F# * Remove F# JSON data * Add JSON data for F# * Update title to F# in SVG --- _data/simple-icons.json | 12 ++++++++++++ icons/fsharp.svg | 1 + 2 files changed, 13 insertions(+) create mode 100644 icons/fsharp.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 3fb1f4c84..01fb60733 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -3929,6 +3929,18 @@ "hex": "00BAFF", "source": "https://vip.f-secure.com/en/marketing/logos" }, + { + "title": "F#", + "hex": "378BBA", + "slug": "fsharp", + "source": "https://foundation.fsharp.org/logo", + "guidelines": "https://foundation.fsharp.org/logo", + "aliases": { + "aka": [ + "F sharp" + ] + } + }, { "title": "F1", "hex": "E10600", diff --git a/icons/fsharp.svg b/icons/fsharp.svg new file mode 100644 index 000000000..5205b9569 --- /dev/null +++ b/icons/fsharp.svg @@ -0,0 +1 @@ +F# \ No newline at end of file