stackblitz

PreviousNext
Docs
svglcomponent

Preview

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

const Stackblitz = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 256 368" preserveAspectRatio="xMidYMid">
    <path
      fill="#49A2F8"
      d="M109.586 217.013H0L200.34 0l-53.926 150.233H256L55.645 367.246l53.927-150.233z"
    />
  </svg>
);

export { Stackblitz };

Installation

npx shadcn@latest add @svgl/stackblitz

Usage

import { Stackblitz } from "@/components/stackblitz"
<Stackblitz />