import { HTMLAttributes } from "react"; export default function FirecrawlIconStatic({ fill = "var(--heat-100)", className = "", ...attrs }: HTMLAttributes & { fill?: string }) { return ( ); }