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

function CollaspedO(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 1a2 2 0 00-2 2v8a2 2 0 002 2h8a2 2 0 002-2V3a2 2 0 00-2-2H3zm0-1h8a3 3 0 013 3v8a3 3 0 01-3 3H3a3 3 0 01-3-3V3a3 3 0 013-3z" />
      <path d="M3.5 7.5a.5.5 0 010-1h7a.5.5 0 010 1h-7z" />
    </svg>
  );
}

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