import { cn } from '~/utils'; export default function LightningIcon({ className = '' }) { return ( ); }