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