import { SVGAttributes } from "react"; export function LightningIcon(props: SVGAttributes) { return ( ); }