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