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

function TrashO(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 13.143v10.286c0 .321-.25.571-.571.571H7.429a.564.564 0 01-.571-.571V13.143c0-.321.25-.571.571-.571h1.143c.321 0 .571.25.571.571zm4.571 0v10.286c0 .321-.25.571-.571.571H12a.564.564 0 01-.571-.571V13.143c0-.321.25-.571.571-.571h1.143c.321 0 .571.25.571.571zm4.572 0v10.286c0 .321-.25.571-.571.571h-1.143a.564.564 0 01-.571-.571V13.143c0-.321.25-.571.571-.571h1.143c.321 0 .571.25.571.571zm2.285 12.928V9.142h-16v16.929c0 .857.482 1.357.571 1.357h14.857c.089 0 .571-.5.571-1.357zm-12-19.214h8l-.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(TrashO);
export default ForwardRef;
