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