// Generated by script, don't edit it please.
import * as React from 'react';

function Eraser(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M16 25.143l6-6.857H8.286l-6 6.857H16zM34.089 5.911a2.313 2.313 0 01-.375 2.446l-16 18.286c-.429.5-1.054.786-1.714.786H2.286A2.296 2.296 0 01.197 26.09a2.313 2.313 0 01.375-2.446l16-18.286a2.255 2.255 0 011.714-.786H32c.893 0 1.714.518 2.089 1.339z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Eraser);
export default ForwardRef;
