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