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