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

function Image(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="M11.429 10.286a3.43 3.43 0 01-6.858 0 3.43 3.43 0 016.858 0zm18.285 6.857v8H4.571v-3.429L10.285 16l2.857 2.857 9.143-9.143zm1.715-12.572H2.858a.587.587 0 00-.571.571v21.714c0 .304.268.571.571.571h28.571a.587.587 0 00.571-.571V5.142a.587.587 0 00-.571-.571zm2.857.572v21.714a2.866 2.866 0 01-2.857 2.857H2.858a2.866 2.866 0 01-2.857-2.857V5.143a2.866 2.866 0 012.857-2.857h28.571a2.866 2.866 0 012.857 2.857z" />
    </svg>
  );
}

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