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