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