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