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