const CopyIcon = ({ className = '', width = '24px', height = '24px', viewBox = '0 0 48 48', title = 'Copy', }) => ( ) export default CopyIcon