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