UNPKG

react-native-unicons

Version:
9 lines (8 loc) 292 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgMinus(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M19 11H5a1 1 0 000 2h14a1 1 0 000-2z" fill="currentColor"/> </Svg>); } export default SvgMinus;