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