dotenvx

PreviousNext
Docs
svglcomponent

Preview

Loading preview…
././static/components-generated/dotenvx.tsx
import type { SVGProps } from "react";

const Dotenvx = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <title>dotenvx</title>
    <rect width="24" height="24" fill="#ECD53F" />
    <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>
);

export { Dotenvx };

Installation

npx shadcn@latest add @svgl/dotenvx

Usage

import { Dotenvx } from "@/components/dotenvx"
<Dotenvx />