import { forwardRef } from 'react'; import type { IconProps } from './types'; export const Copy = forwardRef(function Copy( { color = 'currentColor', ...props }, forwardedRef, ) { return ( ); });