UNPKG

react-native-unicons

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