File "arrow-back.js"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/arrow-back.js
File size: 323 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * External dependencies
 */
import { SVG } from 'wordpress-components';

const arrowBack = (
	<SVG
		xmlns="http://www.w3.org/2000/svg"
		viewBox="0 0 24 24"
		width="24"
		height="24"
		fill="currentColor"
	>
		<path d="M20 11H7.8l5.6-5.6L12 4l-8 8 8 8 1.4-1.4L7.8 13H20v-2z" />
	</SVG>
);

export default arrowBack;