import { withSVGProps } from './withSVGProps'

export default withSVGProps((props) => (
	<svg {...props}>
		<g id="Bounding_Boxes">
			<path fill="none" d="M0,0h24v24H0V0z" />
		</g>
		<g id="Duotone_1_">
			<path d="M10,17l5-5l-5-5V17z" />
		</g>
	</svg>
))
