import * as React from 'react'; export interface Tv16Props extends React.SVGProps { ariaLabel?: string } export default function Tv16({ ariaLabel, ...props }: Tv16Props) { return ( ); }