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