/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ClipZoomInIcon: 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='M5.134 9.707 2.893 11.95l2.241 2.241a1 1 0 1 1-1.414 1.414L.772 12.656l-.07-.076a1 1 0 0 1 .07-1.338L3.72 8.293a1 1 0 1 1 1.414 1.414M19.86 15.604a1 1 0 0 1-1.414-1.414l2.241-2.241-2.241-2.242-.07-.076a1 1 0 0 1 1.408-1.407l.076.069 2.948 2.949a1 1 0 0 1 0 1.414z' />
      </g>
    </g>
  </svg>
);
export default ClipZoomInIcon;
