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