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