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