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

function Trash(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M9.143 24.571V12a.564.564 0 00-.571-.571H7.429a.564.564 0 00-.571.571v12.571c0 .321.25.571.571.571h1.143c.321 0 .571-.25.571-.571zm4.571 0V12a.564.564 0 00-.571-.571H12a.564.564 0 00-.571.571v12.571c0 .321.25.571.571.571h1.143c.321 0 .571-.25.571-.571zm4.572 0V12a.564.564 0 00-.571-.571h-1.143a.564.564 0 00-.571.571v12.571c0 .321.25.571.571.571h1.143c.321 0 .571-.25.571-.571zM8.571 6.857h8l-.857-2.089a.684.684 0 00-.304-.196H9.749a.608.608 0 00-.304.196zm16.572.572v1.143c0 .321-.25.571-.571.571h-1.714v16.929c0 1.964-1.286 3.643-2.857 3.643H5.144c-1.571 0-2.857-1.607-2.857-3.571v-17H.573a.564.564 0 01-.571-.571V7.43c0-.321.25-.571.571-.571h5.518l1.25-2.982c.357-.875 1.429-1.589 2.375-1.589h5.714c.946 0 2.018.714 2.375 1.589l1.25 2.982h5.518c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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