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

function Frame(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="M0 30c0 1.106.894 2 2 2h28c1.106 0 2-.894 2-2V10.37H0V30zm20.311-15.675h9.397v14.336h-9.397V14.325zm-18 0h16v2h-16v-2zm0 4.089h16v2h-16v-2zm0 4.036h16v2h-16v-2zm0 4.089h16v2h-16v-2zM32 2c0-1.106-.894-2-2-2H2C.894 0 0 .894 0 2v6.37h32V2zm-9.71 4.434h-20v-4h20v4zm7.417 0h-6v-4h6v4z" />
    </svg>
  );
}

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