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