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