/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ImageIcon: 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='M6.556 19q-.642 0-1.1-.457A1.5 1.5 0 0 1 5 17.444V6.556q0-.642.457-1.1Q5.914 5 6.556 5h10.888q.642 0 1.1.457.456.457.456 1.099v10.888q0 .642-.457 1.1-.457.456-1.099.456zm.777-3.111h9.334L13.75 12l-2.333 3.111-1.75-2.333z' />
    </g>
  </svg>
);
export default ImageIcon;
