UNPKG

react-native-feather

Version:
9 lines (8 loc) 415 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgWind(props) { return (<Svg width={24} height={24} viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}> <Path d="M9.59 4.59A2 2 0 1111 8H2m10.59 11.41A2 2 0 1014 16H2m15.73-8.27A2.5 2.5 0 1119.5 12H2"/> </Svg>); } export default SvgWind;