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