import React from "react"; import { Icon, IconProps } from "../Icon"; /** * @group Icons */ export const LinkIcon = React.forwardRef((props, ref) => { return }); LinkIcon.displayName = "LinkIcon";