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