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