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

function Eject(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M.25 17.482L12.929 4.803a1.132 1.132 0 011.607 0l12.679 12.679c.446.446.286.804-.339.804H.59c-.625 0-.786-.357-.339-.804zm26.054 9.947H1.161a1.151 1.151 0 01-1.143-1.143v-4.571c0-.625.518-1.143 1.143-1.143h25.143c.625 0 1.143.518 1.143 1.143v4.571c0 .625-.518 1.143-1.143 1.143z" />
    </svg>
  );
}

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