From 4a24d3e9f81e1fdc18e7789b2c009ae475441c64 Mon Sep 17 00:00:00 2001 From: Ashhad Ahmed Date: Sun, 3 Mar 2024 13:22:44 +0500 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=86=95=20+6=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added icons for Python Streamlit, Numpy, Matplotlib, Pandas, Gradio, and Langchain libraries --- icons/Gradio-Dark.svg | 25 +++++++++++++++++++++++++ icons/Gradio-Light.svg | 25 +++++++++++++++++++++++++ icons/Langchain-Dark.svg | 20 ++++++++++++++++++++ icons/Langchain-Light.svg | 20 ++++++++++++++++++++ icons/Matplotlib-Dark.svg | 28 ++++++++++++++++++++++++++++ icons/Matplotlib-Light.svg | 28 ++++++++++++++++++++++++++++ icons/Numpy-Dark.svg | 12 ++++++++++++ icons/Numpy-Light.svg | 12 ++++++++++++ icons/Pandas-Dark.svg | 18 ++++++++++++++++++ icons/Pandas-Light.svg | 18 ++++++++++++++++++ icons/Streamlit-Dark.svg | 13 +++++++++++++ icons/Streamlit-Light.svg | 13 +++++++++++++ 12 files changed, 232 insertions(+) create mode 100644 icons/Gradio-Dark.svg create mode 100644 icons/Gradio-Light.svg create mode 100644 icons/Langchain-Dark.svg create mode 100644 icons/Langchain-Light.svg create mode 100644 icons/Matplotlib-Dark.svg create mode 100644 icons/Matplotlib-Light.svg create mode 100644 icons/Numpy-Dark.svg create mode 100644 icons/Numpy-Light.svg create mode 100644 icons/Pandas-Dark.svg create mode 100644 icons/Pandas-Light.svg create mode 100644 icons/Streamlit-Dark.svg create mode 100644 icons/Streamlit-Light.svg diff --git a/icons/Gradio-Dark.svg b/icons/Gradio-Dark.svg new file mode 100644 index 00000000..31a3db04 --- /dev/null +++ b/icons/Gradio-Dark.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/Gradio-Light.svg b/icons/Gradio-Light.svg new file mode 100644 index 00000000..dbc6bb6a --- /dev/null +++ b/icons/Gradio-Light.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/Langchain-Dark.svg b/icons/Langchain-Dark.svg new file mode 100644 index 00000000..4241c16d --- /dev/null +++ b/icons/Langchain-Dark.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/icons/Langchain-Light.svg b/icons/Langchain-Light.svg new file mode 100644 index 00000000..86979917 --- /dev/null +++ b/icons/Langchain-Light.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/icons/Matplotlib-Dark.svg b/icons/Matplotlib-Dark.svg new file mode 100644 index 00000000..9815fd83 --- /dev/null +++ b/icons/Matplotlib-Dark.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/Matplotlib-Light.svg b/icons/Matplotlib-Light.svg new file mode 100644 index 00000000..79d5e530 --- /dev/null +++ b/icons/Matplotlib-Light.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/Numpy-Dark.svg b/icons/Numpy-Dark.svg new file mode 100644 index 00000000..a37d51c4 --- /dev/null +++ b/icons/Numpy-Dark.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/Numpy-Light.svg b/icons/Numpy-Light.svg new file mode 100644 index 00000000..8641bfd0 --- /dev/null +++ b/icons/Numpy-Light.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/icons/Pandas-Dark.svg b/icons/Pandas-Dark.svg new file mode 100644 index 00000000..66706104 --- /dev/null +++ b/icons/Pandas-Dark.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/icons/Pandas-Light.svg b/icons/Pandas-Light.svg new file mode 100644 index 00000000..f0350e7d --- /dev/null +++ b/icons/Pandas-Light.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/icons/Streamlit-Dark.svg b/icons/Streamlit-Dark.svg new file mode 100644 index 00000000..ed6cedb6 --- /dev/null +++ b/icons/Streamlit-Dark.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/icons/Streamlit-Light.svg b/icons/Streamlit-Light.svg new file mode 100644 index 00000000..f96d7b6b --- /dev/null +++ b/icons/Streamlit-Light.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + From 16a67d2d7e57820a6a5a5fa738107e35b4ad273b Mon Sep 17 00:00:00 2001 From: Ashhad Ahmed Date: Sun, 3 Mar 2024 13:28:06 +0500 Subject: [PATCH 2/3] +6 icons Added icons for Python Streamlit, Numpy, Pandas, Matplotlib, Gradio, and Langchain libraries --- index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.js b/index.js index 8067b2b8..001f5f77 100644 --- a/index.js +++ b/index.js @@ -41,6 +41,12 @@ const shortNames = { rxjava: 'reactivex', ghactions: 'githubactions', sklearn: 'scikitlearn', + gr : 'gradio', + st : 'streamlit', + np : 'numpy', + pd : 'pandas', + plt : 'matplotlib', + langchain : 'langchain', }; const themedIcons = [ ...Object.keys(icons) From 77808d0fd81290626e2bca793ee4ead19f80f316 Mon Sep 17 00:00:00 2001 From: Ashhad Ahmed Date: Sun, 3 Mar 2024 13:35:19 +0500 Subject: [PATCH 3/3] Added new Images --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 3798b7cf..995b29ee 100644 --- a/readme.md +++ b/readme.md @@ -168,6 +168,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `gmail` | | | `gherkin` | | | `go` | | +| `gradio` | | | `gradle` | | | `godot` | | | `grafana` | | @@ -195,6 +196,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `kotlin` | | | `ktor` | | | `kubernetes` | | +| `langchain` | | | `laravel` | | | `latex` | | | `less` | | @@ -206,6 +208,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `mastodon` | | | `materialui` | | | `matlab` | | +| `matplotlib` | | | `maven` | | | `mint` | | | `misskey` | | @@ -221,6 +224,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `nodejs` | | | `notion` | | | `npm` | | +| `numpy` | | | `nuxtjs` | | | `obsidian` | | | `ocaml` | | @@ -229,6 +233,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `openshift` | | | `openstack` | | | `p5js` | | +| `pandas` | | | `perl` | | | `ps` | | | `php` | | @@ -273,6 +278,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `spring` | | | `sqlite` | | | `stackoverflow` | | +| `streamlit` | | | `styledcomponents` | | | `sublime` | | | `supabase` | |