UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 494 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgSunCloudyFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M9.984 5.06a6.5 6.5 0 0 1 11.286 6.436A5.5 5.5 0 0 1 17.5 21H9a8 8 0 1 1 .984-15.941m2.071.544a8.03 8.03 0 0 1 4.403 4.495 5.53 5.53 0 0 1 3.12.307 4.5 4.5 0 0 0-7.522-4.802" /> </Svg> ); export default SvgSunCloudyFill;