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