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