UNPKG

@wordpress/icons

Version:
17 lines (14 loc) 455 B
/** * WordPress dependencies */ import { SVG, Path } from '@wordpress/primitives'; const send = ( <SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <Path fillRule="evenodd" clipRule="evenodd" d="M6.332 5.748c-1.03-.426-2.06.607-1.632 1.636l1.702 3.93 7.481.575c.123.01.123.19 0 .2l-7.483.575-1.7 3.909c-.429 1.029.602 2.062 1.632 1.636l12.265-5.076c1.03-.426 1.03-1.884 0-2.31L6.332 5.748Z" /> </SVG> ); export default send;