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