import type { SVGProps } from 'react'; export function AppleCalendarIcon(props: SVGProps) { return ( ); }