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