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