esbuild

PreviousNext
Docs
svglcomponent

Preview

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

const Esbuild = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 256 256" preserveAspectRatio="xMidYMid">
    <circle fill="#FFCF00" cx="128" cy="128" r="128" />
    <path
      d="M69.285 58.715 138.571 128l-69.286 69.285-16.97-16.97L104.629 128 52.315 75.685l16.97-16.97Zm76.8 0L215.371 128l-69.286 69.285-16.97-16.97L181.429 128l-52.314-52.315 16.97-16.97Z"
      fill="#191919"
    />
  </svg>
);

export { Esbuild };

Installation

npx shadcn@latest add @svgl/esbuild

Usage

import { Esbuild } from "@/components/esbuild"
<Esbuild />