/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const WorkspacesIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M4 9a.97.97 0 0 1-.712-.287A.97.97 0 0 1 3 8q0-.424.288-.713A.97.97 0 0 1 4 7h16q.424 0 .712.287Q21 7.576 21 8q0 .424-.288.713A.97.97 0 0 1 20 9zM3.288 16.713Q3.575 17 4 17h10q.424 0 .713-.288A.97.97 0 0 0 15 16a.97.97 0 0 0-.287-.713A.97.97 0 0 0 14 15H4a.97.97 0 0 0-.712.287A.97.97 0 0 0 3 16q0 .424.288.712' />
    </g>
  </svg>
);
export default WorkspacesIcon;
