/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const CopyIcon: 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='M4.941 6.6c.518 0 .941.405.941.9v11.7h9.412c.518 0 .941.405.941.9s-.423.9-.94.9H5.881c-.517 0-.96-.18-1.327-.53A1.7 1.7 0 0 1 4 19.2V7.5c0-.495.424-.9.941-.9' />
        <path
          fillRule='evenodd'
          d='M18.118 3q.775 0 1.329.53.552.528.553 1.27v10.8q0 .742-.553 1.27-.553.53-1.33.53h-8.47q-.776 0-1.329-.53a1.7 1.7 0 0 1-.553-1.27V4.8q0-.742.553-1.27Q8.87 3 9.648 3zm-8.47 12.6h8.47V4.8h-8.47z'
          clipRule='evenodd'
        />
      </g>
    </g>
  </svg>
);
export default CopyIcon;
