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