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