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