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