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