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