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