From c4db8ea85d32e570ad4dccd4303d477f301ebf23 Mon Sep 17 00:00:00 2001 From: Mot Date: Fri, 26 Aug 2022 09:38:03 -0700 Subject: [PATCH] Add .ENV (dotenv) icon (#7702) --- _data/simple-icons.json | 10 ++++++++++ icons/dotenv.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/dotenv.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f471447c6..364261865 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1,5 +1,15 @@ { "icons": [ + { + "title": ".ENV", + "hex": "ECD53F", + "source": "https://github.com/motdotla/dotenv", + "aliases": { + "aka": [ + "Dotenv" + ] + } + }, { "title": ".NET", "hex": "512BD4", diff --git a/icons/dotenv.svg b/icons/dotenv.svg new file mode 100644 index 000000000..333eeda90 --- /dev/null +++ b/icons/dotenv.svg @@ -0,0 +1 @@ +.ENV \ No newline at end of file