/** * WordPress dependencies */ import { Path, SVG } from '@wordpress/primitives'; const caretUp = ( <SVG fill="none" height="8" viewBox="0 0 13 8" width="13" xmlns="http://www.w3.org/2000/svg"> <Path d="M11.5052 7L6.00456 2L0.503906 7" stroke="#2B2B2B" strokeWidth="1.5" /> </SVG> ); export default caretUp;