UNPKG

react-native-unicons

Version:
9 lines (8 loc) 405 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgTextFields(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M16 6a1 1 0 00-1-1H3a1 1 0 000 2h5v11a1 1 0 002 0V7h5a1 1 0 001-1zm5 5h-6a1 1 0 000 2h2v5a1 1 0 002 0v-5h2a1 1 0 000-2z" fill="currentColor"/> </Svg>); } export default SvgTextFields;