/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const PhotoGalleryIcon: 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='M9 14h10l-3.45-4.5-2.3 3-1.55-2zm-1 4q-.824 0-1.412-.587A1.93 1.93 0 0 1 6 16V4q0-.824.588-1.412A1.93 1.93 0 0 1 8 2h12q.824 0 1.413.587Q22 3.176 22 4v12q0 .824-.587 1.413A1.93 1.93 0 0 1 20 18zm0-2h12V4H8zm-4 6q-.824 0-1.412-.587A1.93 1.93 0 0 1 2 20V7a1 1 0 0 1 2 0v13h13a1 1 0 1 1 0 2z' />
    </g>
  </svg>
);
export default PhotoGalleryIcon;
