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