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