UNPKG

react-native-unicons

Version:
9 lines (8 loc) 412 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgSearchMinus(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M21.71 20.29L18 16.61A9 9 0 1016.61 18l3.68 3.68a1 1 0 001.42 0 1 1 0 000-1.39zM11 18a7 7 0 117-7 7 7 0 01-7 7zm4-8H7a1 1 0 000 2h8a1 1 0 000-2z" fill="currentColor"/> </Svg>); } export default SvgSearchMinus;