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