import type { SVGProps } from 'react'; const SvgLightning = (props: SVGProps) => ( ); export default SvgLightning;