import { withSVGProps } from './withSVGProps'

export default withSVGProps((props) => (
	<svg {...props}>
		<g id="Bounding_Boxes">
			<path opacity="0.87" fill="none" d="M24,0v24H0V0H24z" />
		</g>
		<g id="Duotone_1_">
			<path d="M14,7l-5,5l5,5V7z" />
		</g>
	</svg>
))
