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