import React from 'react'; import { IIcon } from './index'; export const IconCopy: React.FC = (props) => { const { className = '', color = '', size = '', ...otherProps } = props; return ( Copy Icon ); };