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