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