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