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