From d7ab8ef49d5c50ba5cdfb0fc5ebbd7e6aeebec73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sadam=C2=B7Sadik?= <1903249375@qq.com> Date: Tue, 20 Feb 2024 21:22:05 +0800 Subject: [PATCH] +VB(VisualBasic)icon. --- icons/VB-Dark.svg | 10 ++++++++++ icons/VB-Light.svg | 10 ++++++++++ index.js | 1 + readme.md | 3 ++- 4 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 icons/VB-Dark.svg create mode 100644 icons/VB-Light.svg diff --git a/icons/VB-Dark.svg b/icons/VB-Dark.svg new file mode 100644 index 00000000..38b84dab --- /dev/null +++ b/icons/VB-Dark.svg @@ -0,0 +1,10 @@ + + + + + + V + isual + B + asic + diff --git a/icons/VB-Light.svg b/icons/VB-Light.svg new file mode 100644 index 00000000..70c70623 --- /dev/null +++ b/icons/VB-Light.svg @@ -0,0 +1,10 @@ + + + + + + V + isual + B + asic + diff --git a/index.js b/index.js index 8067b2b8..ffe7ec18 100644 --- a/index.js +++ b/index.js @@ -41,6 +41,7 @@ const shortNames = { rxjava: 'reactivex', ghactions: 'githubactions', sklearn: 'scikitlearn', + vb: 'vb' }; const themedIcons = [ ...Object.keys(icons) diff --git a/readme.md b/readme.md index 6bac6d50..a97494d2 100644 --- a/readme.md +++ b/readme.md @@ -84,7 +84,7 @@ Want to center the icons in your readme? The SVGs are automatically resized, so Here's a list of all the icons currently supported. Feel free to open an issue to suggest icons to add! | Icon ID | Icon | -| :----------------: | :---------------------------------------------------: | +|:------------------:|:-----------------------------------------------------:| | `ableton` | | | `activitypub` | | | `actix` | | @@ -279,6 +279,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t | `vercel` | | | `vim` | | | `visualstudio` | | +| `vb` | | | `vite` | | | `vitest` | | | `vscode` | |