From 3e65e780f63c05d4525bcb01674cdf382cac7889 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Wed, 22 May 2024 02:06:00 -0500 Subject: [PATCH] Add React Bootstrap icon (#10921) --- _data/simple-icons.json | 5 +++++ icons/reactbootstrap.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/reactbootstrap.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 5afc48fe..ecd498e0 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12848,6 +12848,11 @@ ] } }, + { + "title": "React Bootstrap", + "hex": "41E0FD", + "source": "https://github.com/react-bootstrap/react-bootstrap/blob/be23c304fa40ddb209919b0faac1e5dd8cef53ad/www/static/img/logo.svg" + }, { "title": "React Hook Form", "hex": "EC5990", diff --git a/icons/reactbootstrap.svg b/icons/reactbootstrap.svg new file mode 100644 index 00000000..4738908b --- /dev/null +++ b/icons/reactbootstrap.svg @@ -0,0 +1 @@ +React Bootstrap \ No newline at end of file