UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 661 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgSearchCircleOutline(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M256 80a176 176 0 10176 176A176 176 0 00256 80z" fill="none" stroke={props.fill} strokeMiterlimit={10} strokeWidth={32} /><Path d="M232 160a72 72 0 1072 72 72 72 0 00-72-72z" fill="none" stroke={props.fill} strokeMiterlimit={10} strokeWidth={32} /><Path fill="none" stroke={props.fill} strokeLinecap="round" strokeMiterlimit={10} strokeWidth={32} d="M283.64 283.64L336 336" /></Svg>; } export default SvgSearchCircleOutline;