
import React from 'react';
export const TvSharp = ({width="410",height="404",...other}) => {
  return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M488 384H24a8 8 0 0 1-8-8V88a8 8 0 0 1 8-8h464a8 8 0 0 1 8 8v288a8 8 0 0 1-8 8Z"/>

<rect x="112" y="400" width="288" height="32" rx="4" ry="4"/>
</svg>;
};
