UNPKG

react-native-unicons

Version:
9 lines (8 loc) 404 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgAlignCenter(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M3 7h18a1 1 0 000-2H3a1 1 0 000 2zm4 2a1 1 0 000 2h10a1 1 0 000-2zm14 4H3a1 1 0 000 2h18a1 1 0 000-2zm-4 4H7a1 1 0 000 2h10a1 1 0 000-2z" fill="currentColor"/> </Svg>); } export default SvgAlignCenter;