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