UNPKG

@wordpress/icons

Version:
13 lines (10 loc) 449 B
/** * WordPress dependencies */ import { SVG, Path } from '@wordpress/primitives'; const tableRowAfter = ( <SVG xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 24 24"> <Path d="M13.824 10.176h-2.88v-2.88H9.536v2.88h-2.88v1.344h2.88v2.88h1.408v-2.88h2.88zM0 17.92V0h20.48v17.92H0zM6.4 1.28H1.28v3.84H6.4V1.28zm6.4 0H7.68v3.84h5.12V1.28zm6.4 0h-5.12v3.84h5.12V1.28zm0 5.056H1.28v9.024H19.2V6.336z" /> </SVG> ); export default tableRowAfter;