import React from 'react'; interface IconExternalProps { color?: string; } export function IconExternal(props: IconExternalProps): React.ReactElement { return ( ); }