add dotenvx

This commit is contained in:
Scott Motte 2025-01-13 09:56:40 -08:00
parent 0af695dc0f
commit 9d1cdccf28
3 changed files with 9 additions and 1 deletions

View File

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

View File

@ -29,4 +29,5 @@ export type tCategory =
| 'Authentication'
| 'IoT'
| 'Home Automation'
| 'Config';
| 'Config'
| 'Secrets';

View File

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>dotenvx</title><rect width="24" height="24" fill="#ECD53F"></rect><path fill="#09090B" 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: 463 B