/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SectionIcon: 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>
      <g>
        <path d='M1.327 19.86c-.64 0-1.15-.52-1.15-1.15V6.15c0-.64.51-1.15 1.15-1.15s1.15.51 1.15 1.15v12.56c0 .63-.51 1.15-1.15 1.15M19.277 7.59c0-.56-.45-1.01-1.01-1.01H5.717c-.56 0-1.01.45-1.01 1.01v9.68c0 .56.45 1.01 1.01 1.01h12.55c.56 0 1.01-.45 1.01-1.01zM21.507 18.71c0 .63.52 1.15 1.15 1.15s1.15-.52 1.15-1.15V6.15a1.15 1.15 0 0 0-2.3 0z' />
      </g>
    </g>
  </svg>
);
export default SectionIcon;
