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