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

function ObjectUngroup(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 41 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M41.143 13.714h-2.286v11.429h2.286V32h-6.857v-2.286h-16V32h-6.857v-6.857h2.286v-2.286H6.858v2.286H.001v-6.857h2.286V6.857H.001V0h6.857v2.286h16V0h6.857v6.857h-2.286v2.286h6.857V6.857h6.857v6.857zm-4.572-4.571v2.286h2.286V9.143h-2.286zM25.143 2.286v2.286h2.286V2.286h-2.286zm-22.857 0v2.286h2.286V2.286H2.286zm2.285 20.571v-2.286H2.285v2.286h2.286zm22.858-2.286h-2.286v2.286h2.286v-2.286zm-20.572 0h16v-2.286h2.286V6.856h-2.286V4.57h-16v2.286H4.571v11.429h2.286v2.286zM16 29.714v-2.286h-2.286v2.286H16zm22.857 0v-2.286h-2.286v2.286h2.286zm-2.286-4.571V13.714h-2.286v-2.286h-6.857v6.857h2.286v6.857h-6.857v-2.286H16v2.286h2.286v2.286h16v-2.286h2.286z" />
    </svg>
  );
}

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