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