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

function Crop(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M9.946 22.857h10.625V12.232zm-.803-.803l10.625-10.625H9.143v10.625zm20.571 1.375v3.429c0 .321-.25.571-.571.571h-4v4c0 .321-.25.571-.571.571h-3.429a.564.564 0 01-.571-.571v-4H5.143a.564.564 0 01-.571-.571V11.429h-4a.564.564 0 01-.571-.571V7.429c0-.321.25-.571.571-.571h4v-4c0-.321.25-.571.571-.571h3.429c.321 0 .571.25.571.571v4h15.196l4.393-4.411a.605.605 0 01.821 0 .605.605 0 010 .821l-4.411 4.393v15.196h4c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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