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