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