UNPKG

react-native-feather

Version:
9 lines (8 loc) 440 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgSunrise(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="M17 18a5 5 0 00-10 0M12 2v7M4.22 10.22l1.42 1.42M1 18h2M21 18h2M18.36 11.64l1.42-1.42M23 22H1M8 6l4-4 4 4"/> </Svg>); } export default SvgSunrise;