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