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