/// import { IconProps } from '../../types'; declare const CalendarAdd: (allProps: IconProps) => JSX.Element; export default CalendarAdd;