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

function CollaspedFill(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12 1a3 3 0 013 3v8a3 3 0 01-3 3H4a3 3 0 01-3-3V4a3 3 0 013-3h8zm-.5 6.125h-7a.875.875 0 000 1.75h7a.875.875 0 000-1.75z" />
    </svg>
  );
}

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