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