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