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

function Bank(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="M17.143 0l17.143 6.857v2.286H32c0 .625-.554 1.143-1.232 1.143H3.518c-.679 0-1.232-.518-1.232-1.143H0V6.857zM4.571 11.429h4.571v13.714h2.286V11.429h4.571v13.714h2.286V11.429h4.571v13.714h2.286V11.429h4.571v13.714h1.054c.679 0 1.232.518 1.232 1.143v1.143H2.285v-1.143c0-.625.554-1.143 1.232-1.143h1.054V11.429zm28.483 17.142c.679 0 1.232.518 1.232 1.143V32H0v-2.286c0-.625.554-1.143 1.232-1.143h31.821z" />
    </svg>
  );
}

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