add dotenv 🟨

This commit is contained in:
Scott Motte 2025-01-12 20:37:37 -08:00
parent 4b4e034cc2
commit e480d66eef
3 changed files with 9 additions and 1 deletions

View File

@ -3193,5 +3193,11 @@ export const svgs: iSVG[] = [
dark: '/library/typegpu-wordmark-dark.svg'
},
url: 'https://typegpu.com'
},
{
title: 'dotenv',
category: ['Devtool', 'Config', 'Library'],
route: '/library/dotenv.svg',
url: 'https://github.com/motdotla/dotenv'
}
];

View File

@ -28,4 +28,5 @@ export type tCategory =
| 'void(0)'
| 'Authentication'
| 'IoT'
| 'Home Automation';
| 'Home Automation'
| 'Config';

View File

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>.ENV</title><rect width="24" height="24" fill="#09090B"></rect><path fill="#ECD53F" d="M24 0v24H0V0h24ZM10.933 15.89H6.84v5.52h4.198v-.93H7.955v-1.503h2.77v-.93h-2.77v-1.224h2.978v-.934Zm2.146 0h-1.084v5.52h1.035v-3.6l2.226 3.6h1.118v-5.52h-1.036v3.686l-2.259-3.687Zm5.117 0h-1.208l1.973 5.52h1.19l1.976-5.52h-1.182l-1.352 4.085-1.397-4.086ZM5.4 19.68H3.72v1.68H5.4v-1.68Z"/></svg>

After

Width:  |  Height:  |  Size: 460 B