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