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