export const WRONG_ICON = "bi-x-circle"; export const CORRECT_ICON = "bi-check-circle"; export const CHECKED_ICON = "bi-check2"; export const GRAMMAR_INTRODUCTION_ICON = "bi-lightbulb"; export const GRAMMAR_GUIDE_ICON = "bi-book"; export const GRAMMAR_ORCHESTRATION_ICON = "bi-diagram-3"; export const GRAMMAR_PATTERNS_ICON = "bi-puzzle"; export const GRAMMAR_KEYWORDS_ICON = "bi-list-ul"; export const GRAMMAR_GRAMMAR_ICON = "bi-braces"; export const GRAMMAR_VALIDATION_ICON = "bi-check2-circle"; export const GRAMMAR_TEMPLATES_ICON = "bi-file-earmark-code"; export const DEFINITION_SECTION_ICON = "bi-lightbulb"; export const RATIONALE_SECTION_ICON = "bi-diagram-3"; export const METHOD_SECTION_ICON = "bi-people"; export const START_SECTION_ICON = "bi-rocket-takeoff"; export const STRUCTURE_SECTION_ICON = "bi-file-earmark-code"; export const INVOCATION_SECTION_ICON = "bi-tools"; export const PHASE_SECTION_ICON = "bi-layers"; export const WRITING_SECTION_ICON = "bi-pencil-square"; export const WELLFORMED_SECTION_ICON = "bi-clipboard-check"; export const ORCHESTRATION_SECTION_ICON = "bi-diagram-3"; export const COMPOSITION_SECTION_ICON = "bi-tools"; export const CONSTRUCT_SECTION_ICON = "bi-journal-text"; export const PATTERN_SECTION_ICON = "bi-toggles"; export const HANDOFF_SECTION_ICON = "bi-arrow-left-right"; export const PRINCIPLE_SECTION_ICON = "bi-shield-check"; export const IDIOM_SECTION_ICON = "bi-puzzle"; export const INTENT_SECTION_ICON = "bi-signpost-split"; export const LOOP_SECTION_ICON = "bi-arrow-repeat"; export const ALGORITHM_SECTION_ICON = "bi-code-square"; export const INTEGRATION_SECTION_ICON = "bi-gear-wide-connected"; export const KEYWORD_SECTION_ICON = "bi-list-ul"; export const BNF_SECTION_ICON = "bi-braces"; export const VALIDATION_SECTION_ICON = "bi-check2-circle"; export const LIMITATION_SECTION_ICON = "bi-exclamation-triangle"; export const TEMPLATE_SECTION_ICON = "bi-file-earmark-code"; export const BLUEPRINT_SECTION_ICON = "bi-diagram-2"; export const TRACKING_SECTION_ICON = "bi-clipboard-check"; export const EXEMPLAR_SECTION_ICON = "bi-file-earmark-text"; export const AGENT_SECTION_ICON = "bi-robot";