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` | |