import React from 'react'; import { forwardRef } from '../../utils/react'; import { Icon } from '../../icon'; export const CalendarIcon = forwardRef( function CalendarIcon(props, ref) { return ( ); }, );