import React from 'react'; const LinkIcon: React.FC = () => { return ( ); }; export default LinkIcon;