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