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