// THIS FILE IS GENERATED. ANY CHANGES TO THIS FILE WILL BE LOST.
import type { TOC } from '@ember/component/template-only';

export interface CalendarIconSignature {
  Element: SVGSVGElement;
}

export const CalendarIcon: TOC<CalendarIconSignature> = <template><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" ...attributes><path d="M21,3.5 C21.5304,3.5 22.0391,3.71071 22.4142,4.08579 C22.7893,4.46086 23,4.96957 23,5.5 L23,20.5 C23,21.0304 22.7893,21.5391 22.4142,21.9142 C22.0391,22.2893 21.5304,22.5 21,22.5 L3,22.5 C2.46957,22.5 1.96086,22.2893 1.58579,21.9142 C1.21071,21.5391 1,21.0304 1,20.5 L1,5.5 C1,4.96957 1.21071,4.46086 1.58579,4.08579 C1.96086,3.71071 2.46957,3.5 3,3.5 L6,3.5 L6,5.5 L3,5.5 L3,20.5 L21,20.5 L21,5.5 L18,5.5 L18,7.5 L16,7.5 L16,1.5 L18,1.5 L18,3.5 L21,3.5 Z M8,5.5 L8,7.5 L6,7.5 L6,1.5 L8,1.5 L8,3.5 L16,3.5 L16,5.5 L8,5.5 Z M5,9.5 L9,9.5 L9,13.5 L5,13.5 L5,9.5 Z M10,9.5 L14,9.5 L14,13.5 L10,13.5 L10,9.5 Z M15,9.5 L19,9.5 L19,13.5 L15,13.5 L15,9.5 Z M5,14.5 L9,14.5 L9,18.5 L5,18.5 L5,14.5 Z M10,14.5 L14,14.5 L14,18.5 L10,18.5 L10,14.5 Z"/></svg></template>;