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