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