import type { ComponentPropsWithoutRef } from "react"; export function BoltIcon(props: ComponentPropsWithoutRef<"svg">) { return ( ); }