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