blitz

PreviousNext
Docs
svglcomponent

Preview

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

const Blitzjs = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 256 394" preserveAspectRatio="xMidYMid">
    <path
      d="M65.062 196.687a78.803 78.803 0 0 1 62.965 31.42l64.178 85.287a5.254 5.254 0 0 1 .47 5.569l-36.994 71.675c-1.775 3.44-6.533 3.843-8.863.754L0 196.687h65.062Zm44.12-194.596L256 196.796h-65.062a78.8 78.8 0 0 1-62.965-31.42L63.795 80.089a5.254 5.254 0 0 1-.47-5.568l36.994-71.677c1.774-3.439 6.532-3.843 8.862-.753Z"
      fill="#6700EB"
    />
  </svg>
);

export { Blitzjs };

Installation

npx shadcn@latest add @svgl/blitz

Usage

import { Blitz } from "@/components/blitz"
<Blitz />