/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ClipZoomFitIcon: 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='M16.924 8.293a1 1 0 1 1 1.415 1.414l-2.242 2.242 2.241 2.241.07.076A1 1 0 0 1 17 15.673l-.076-.069-2.948-2.948a1 1 0 0 1 0-1.415zM5.242 14.19l2.241-2.241-2.241-2.242a1 1 0 0 1 1.414-1.414l2.948 2.949.07.075a1 1 0 0 1-.07 1.339l-2.948 2.948a1 1 0 0 1-1.414-1.414' />
      </g>
    </g>
  </svg>
);
export default ClipZoomFitIcon;
