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