UNPKG

@gechiui/icons

Version:
13 lines (10 loc) 296 B
/** * GeChiUI dependencies */ import { SVG, Path } from '@gechiui/primitives'; const alignCenter = ( <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <Path d="M16.4 4.2H7.6v1.5h8.9V4.2zM4 11.2v1.5h16v-1.5H4zm3.6 8.6h8.9v-1.5H7.6v1.5z" /> </SVG> ); export default alignCenter;