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

function Shapes(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M10.773 14.791l6.727 11.65H4.046l6.727-11.65zm0-4.672L0 28.777h21.545L10.772 10.119zM24.631 13.538c3.097 0 5.618 2.519 5.618 5.618s-2.519 5.618-5.618 5.618-5.618-2.521-5.618-5.618 2.521-5.618 5.618-5.618zm0-1.751a7.369 7.369 0 100 14.738c4.071 0 7.369-3.298 7.369-7.369s-3.298-7.369-7.369-7.369z" />
      <path d="M20.411 4.391v16.937H3.476V4.391h16.935zm1.168-1.168H2.308v19.273h19.271V3.223z" />
    </svg>
  );
}

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