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