/** * WordPress dependencies */ import { Path, SVG } from '@wordpress/primitives'; const caretDown = ( <SVG fill="none" height="8" viewBox="0 0 14 8" width="14" xmlns="http://www.w3.org/2000/svg"> <Path d="M1.50002 1L7.00002 6L12.5 1" stroke="#2B2B2B" strokeWidth="1.5" /> </SVG> ); export default caretDown;