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