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