UNPKG

@wordpress/icons

Version:
17 lines (14 loc) 454 B
/** * WordPress dependencies */ import { SVG, Path } from '@wordpress/primitives'; const drawerRight = ( <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <Path fillRule="evenodd" clipRule="evenodd" d="M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-4 14.5H6c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h8v13zm4.5-.5c0 .3-.2.5-.5.5h-2.5v-13H18c.3 0 .5.2.5.5v12z" /> </SVG> ); export default drawerRight;