/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const PasteIcon: 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.647 17.4c-.518 0-.96-.18-1.327-.531a1.7 1.7 0 0 1-.555-1.269V4.8c0-.495.188-.918.555-1.269S9.13 3 9.647 3h8.47c.518 0 .96.18 1.328.531.367.351.555.774.555 1.269v10.8c0 .495-.188.918-.555 1.269s-.81.531-1.327.531zM5.882 21c-.517 0-.96-.18-1.327-.531A1.7 1.7 0 0 1 4 19.2V7.5c0-.495.424-.9.941-.9.518 0 .941.405.941.9v11.7h9.412c.518 0 .941.405.941.9s-.423.9-.94.9z' />
    </g>
  </svg>
);
export default PasteIcon;
