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