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