drizzle-orm

PreviousNext
Docs
svglcomponent

Preview

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

const DrizzleOrmLight = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} fill="none" viewBox="0 0 160 160">
    <rect
      width="9.631"
      height="40.852"
      fill="#121212"
      rx="4.816"
      transform="matrix(.87303 .48767 -.49721 .86763 43.48 67.304)"
    />
    <rect
      width="9.631"
      height="40.852"
      fill="#121212"
      rx="4.816"
      transform="matrix(.87303 .48767 -.49721 .86763 76.94 46.534)"
    />
    <rect
      width="9.631"
      height="40.852"
      fill="#121212"
      rx="4.816"
      transform="matrix(.87303 .48767 -.49721 .86763 128.424 46.535)"
    />
    <rect
      width="9.631"
      height="40.852"
      fill="#121212"
      rx="4.816"
      transform="matrix(.87303 .48767 -.49721 .86763 94.957 67.304)"
    />
  </svg>
);

export { DrizzleOrmLight };

Installation

npx shadcn@latest add @svgl/drizzle-orm

Usage

import { DrizzleOrm } from "@/components/drizzle-orm"
<DrizzleOrm />