import {Icon} from '@befe/brick-comp-icon' import {SvgCalendar} from '@befe/brick-icon' import {createCustomIcon} from './create-custom-icon' export const CalendarIcon = createCustomIcon({ className: 'brick-calender-icon', Icon, defaultSvg: SvgCalendar, }) export type CalendarIcon = InstanceType