import { html, type TemplateResult } from "lit"; export class Icons { public static icons: Record = { calendar: html``, globe: html``, trophy: html``, target: html``, clipboard: html``, users: html``, user: html``, home: html``, mail: html``, desktop: html``, tools: html``, map: html``, map_pin: html``, clock: html``, table: html``, calculator: html``, chart_pie: html``, gear: html``, document: html``, document_text: html``, bin: html``, stack: html``, visible: html``, hide: html``, folder: html``, warning: html``, info: html``, error: html``, success: html``, }; }