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