import React from "react"; import { Icon } from '@types'; const LinkIcon: Icon = ({ fill }) => ( ); export default LinkIcon;