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