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 @@ + + + + + + + + + + + + + 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) 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` | |