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