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