heptabase

PreviousNext
Docs
svglcomponent

Preview

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

const Heptabase = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 824 824" fill="none">
    <rect width="824" height="824" rx="184" fill="white" />
    <circle cx="606" cy="582" r="50" fill="#2E2E2E" />
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M216 237.833C216 212.52 236.52 192 261.833 192C287.146 192 307.667 212.52 307.667 237.833V512.833C307.667 538.146 287.146 558.667 261.833 558.667C236.52 558.667 216 538.146 216 512.833V237.833ZM417.668 311.166C417.668 285.853 438.188 265.333 463.501 265.333C488.814 265.333 509.335 285.853 509.335 311.166V586.166C509.335 611.479 488.814 632 463.501 632C438.188 632 417.668 611.479 417.668 586.166V480.75C417.668 466.916 409.226 454.483 396.367 449.38L392.535 447.86C371.664 439.577 348.346 439.992 327.782 449.011C315.561 454.371 307.668 466.452 307.668 479.796V344.203C307.668 357.547 315.561 369.628 327.782 374.988C348.346 384.007 371.664 384.422 392.535 376.14L396.367 374.619C409.226 369.516 417.668 357.084 417.668 343.25V311.166Z"
      fill="#2E2E2E"
    />
  </svg>
);

export { Heptabase };

Installation

npx shadcn@latest add @svgl/heptabase

Usage

import { Heptabase } from "@/components/heptabase"
<Heptabase />