// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const CopyIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M15.7894 3H5.6842C4.75789 3 4 3.75789 4 4.6842V16.4736H5.6842V4.6842H15.7894V3ZM18.316 6.36875H9.05295C8.12664 6.36875 7.36875 7.12664 7.36875 8.05295V19.8423C7.36875 20.7686 8.12664 21.5265 9.05295 21.5265H18.316C19.2423 21.5265 20.0002 20.7686 20.0002 19.8423V8.05295C20.0002 7.12664 19.2423 6.36875 18.316 6.36875ZM18.3157 19.842H9.0526V8.0526H18.3157V19.842Z"
    />
  </svg>
);

const CopyIconWrapper = toIcon(CopyIcon);
export default CopyIconWrapper;
