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