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

function Collasped(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M3 0h8a3 3 0 013 3v8a3 3 0 01-3 3H3a3 3 0 01-3-3V3a3 3 0 013-3zm7.5 6.125h-7a.875.875 0 000 1.75h7a.875.875 0 000-1.75z" />
    </svg>
  );
}

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