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