import type { IconProps } from "../../lib/types.ts"; export const PlusIcon = ({ className }: IconProps) => ( );