import type { IconProps } from "./type.ts"; export function IconCalendar1({ size = 24, className }: IconProps) { return ( ); }