kibo-ui

PreviousNext
Docs
svglcomponent

Preview

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

const KiboUiLight = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} fill="none" viewBox="0 0 117 116">
    <path
      clipRule="evenodd"
      d="m29.8378 0h87.0002v29 58l-29.0002 29v-87h-87.000031zm-29.000031 95.7389v-37.7389h37.738831zm58.000031 20.2611h-37.249l37.249-37.2488z"
      fill="#000"
      fillRule="evenodd"
    />
  </svg>
);

export { KiboUiLight };

Installation

npx shadcn@latest add @svgl/kibo-ui

Usage

import { KiboUi } from "@/components/kibo-ui"
<KiboUi />