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