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