UNPKG

@wordpress/icons

Version:
13 lines (10 loc) 257 B
/** * WordPress dependencies */ import { SVG, Path } from '@wordpress/primitives'; const heading = ( <SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <Path d="M6 5V18.5911L12 13.8473L18 18.5911V5H6Z" /> </SVG> ); export default heading;