import * as React from "react"; import { SVGProps } from "react"; const SvgWeatherLightningRainy = (props: SVGProps) => ( ); export default SvgWeatherLightningRainy;