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