UNPKG

react-native-unicons

Version:
9 lines (8 loc) 443 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgMoonEclipse(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M12 2a10 10 0 00-2.14.24h-.12a10 10 0 00-.1 19.44h.14A9.57 9.57 0 0012 22a10 10 0 000-20zm-2 17.74a8 8 0 010-15.48 8 8 0 010 15.48zm4.53-.16a10 10 0 000-15.16 8 8 0 010 15.16z" fill="currentColor"/> </Svg>); } export default SvgMoonEclipse;