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