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