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