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