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