zeabur

PreviousNext
Docs
svglcomponent

Preview

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

const ZeaburLight = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 294 229" preserveAspectRatio="xMidYMid">
    <path d="M114 145h179v84H0v-84h82l114-61H0V0h293v84l-179 61Z" />
    <path fill="#6300FF" d="M195 0H0v84h195V0Z" />
    <path fill="#F40" d="M293 145H115v84h178v-84Z" />
  </svg>
);

export { ZeaburLight };

Installation

npx shadcn@latest add @svgl/zeabur

Usage

import { Zeabur } from "@/components/zeabur"
<Zeabur />