Skip to content

Commit 9e1ef97

Browse files
committed
🆕 +3 Icons
1 parent 9dd71f0 commit 9e1ef97

7 files changed

+61
-0
lines changed

icons/Django.svg

+5
Loading

icons/OpenStack-Dark.svg

+7
Loading

icons/OpenStack-Light.svg

+7
Loading

icons/Powershell-Dark.svg

+19
Loading

icons/Powershell-Light.svg

+19
Loading

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const shortNames = {
3434
unreal: 'unrealengine',
3535
nest: 'nestjs',
3636
ktorio: 'ktor',
37+
pwsh: 'powershell',
3738
};
3839
const themedIcons = [
3940
...Object.keys(icons)

readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
115115
| `deno` | <img src="./icons/DENO-Dark.svg" width="48"> |
116116
| `discord` | <img src="./icons/Discord.svg" width="48"> |
117117
| `bots` | <img src="./icons/DiscordBots.svg" width="48"> |
118+
| `django` | <img src="./icons/Django.svg" width="48"> |
118119
| `docker` | <img src="./icons/Docker.svg" width="48"> |
119120
| `dotnet` | <img src="./icons/DotNet.svg" width="48"> |
120121
| `eclipse` | <img src="./icons/Eclipse-Dark.svg" width="48"> |
@@ -171,11 +172,13 @@ Here's a list of all the icons currently supported. Feel free to open an issue t
171172
| `nodejs` | <img src="./icons/NodeJS-Dark.svg" width="48"> |
172173
| `nuxtjs` | <img src="./icons/NuxtJS-Dark.svg" width="48"> |
173174
| `openshift` | <img src="./icons/OpenShift.svg" width="48"> |
175+
| `openstack` | <img src="./icons/OpenStack-Dark.svg" width="48"> |
174176
| `perl` | <img src="./icons/Perl.svg" width="48"> |
175177
| `ps` | <img src="./icons/Photoshop.svg" width="48"> |
176178
| `php` | <img src="./icons/PHP-Dark.svg" width="48"> |
177179
| `plan9` | <img src="./icons/Plan9-Dark.svg" width="48"> |
178180
| `postgres` | <img src="./icons/PostgreSQL-Dark.svg" width="48"> |
181+
| `powershell` | <img src="./icons/Powershell-Dark.svg" width="48"> |
179182
| `pr` | <img src="./icons/Premiere.svg" width="48"> |
180183
| `prisma` | <img src="./icons/Prisma.svg" width="48"> |
181184
| `prometheus` | <img src="./icons/Prometheus.svg" width="48"> |

0 commit comments

Comments
 (0)