UNPKG

react-native-unicons

Version:
9 lines (8 loc) 596 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgSurprise(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M12 2a10 10 0 1010 10A10 10 0 0012 2zm0 18a8 8 0 118-8 8 8 0 01-8 8zM10 9a1 1 0 10-1 1 1 1 0 001-1zm5-1a1 1 0 101 1 1 1 0 00-1-1zm-3 3a3.39 3.39 0 00-3.25 3.5A3.39 3.39 0 0012 18a3.39 3.39 0 003.25-3.5A3.39 3.39 0 0012 11zm0 5a1.39 1.39 0 01-1.25-1.5A1.39 1.39 0 0112 13a1.39 1.39 0 011.25 1.5A1.39 1.39 0 0112 16z" fill="currentColor"/> </Svg>); } export default SvgSurprise;