import { IconProps, Icon } from "@chakra-ui/react";
export const Tv = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><rect x={2} y={7} width={20} height={15} rx={2} ry={2} /><polyline points="17 2 12 7 7 2" /></Icon>;