import * as React from "react"; const TelevisionTvDisplay = ({ width, height, color }) => ( ); export default TelevisionTvDisplay;