haskell

PreviousNext
Docs
svglcomponent

Preview

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

const Haskell = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 48 48">
    <path fill="#453a62" d="M9 43H1l12-18L1 7h8l12 18z" />
    <path fill="#5e5086" d="M20 7h-8l12 18-12 18h8l8.16-12.24L36 43h8z" />
    <path fill="#8f4e8b" d="M34.338 24H47v-6H30.338zM40.338 33H47v-6H36.338z" />
  </svg>
);

export { Haskell };

Installation

npx shadcn@latest add @svgl/haskell

Usage

import { Haskell } from "@/components/haskell"
<Haskell />