/**
 * WordPress dependencies
 */
import { Path, SVG } from '@wordpress/components';

export const EditIcon = () => (
	<SVG
		aria-hidden="true"
		version="1.1"
		viewBox="0 0 15 15"
		width="15"
		height="15"
		xmlns="http://www.w3.org/2000/svg"
	>
		<Path d="M0 14.0025V11.0025L7.5 3.5025L10.5 6.5025L3 14.0025H0ZM12 5.0025L13.56 3.4425C14.15 2.8525 14.15 1.9025 13.56 1.3225L12.68 0.4425C12.09 -0.1475 11.14 -0.1475 10.56 0.4425L9 2.0025L12 5.0025Z" />
	</SVG>
);
