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