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