// Update this list by hand whenever a custom icon is added export const CustomIconList = [ '', // TODO: allowing empty to avoid breaking old/questionable usages like `icon={myIcon || ''}` 'academy-app', 'account_group', 'account_tie', 'add_group', 'add_list', 'admin-app', 'automated-attacks-app', 'bam', 'bypass_ellipsis', 'bypass_empty', 'bypass_error', 'bypass_stopped', 'bypass_success', 'bypass_waiting', 'calculator', 'catalog-app', 'certificate', 'check_gear', 'check_star', 'chevron_double_down', 'chevron_double_left', 'chevron_double_right', 'chevron_double_up', 'chickenlets', 'circle_arrow_left', 'circle_arrow_right', 'clipboard', 'codeBlock', 'copy', 'crown', 'cube', 'database', 'dns_outline', 'download', 'education', 'empty_syllabus_list', 'errorRobot', 'essay_answered', 'essay_default', 'event-design-app', 'event_logs', 'events-app', 'externalLms-app', 'eye_closed', 'eye_open', 'fights_off', 'fights_on', 'file_tree', 'filter', 'gauge', 'ghost_empty', 'ghost_shrug', 'ghost_vm', 'grade', 'group_square', 'h1', 'h2', 'happy_sun', 'hardhat-app', 'home-app', 'hourglass_half', 'impact-app', 'in-progress', 'in-progress-bypass', 'in_progress', 'info_outline', 'information', 'information_task_add_blue', 'information_task_add_grey', 'inverted_information', 'live', 'loading-dots', 'logo_mono', 'mitre', 'my-org-app', 'my_team', 'mystery_man', 'network-setup-app', 'network_impact', 'no-results', 'no_face_captain', 'no_face_glasses', 'no_face_hard_hat', 'no_face_monocle', 'no_face_nurse', 'no_face_support_person', 'no_users', 'org_group', 'package_variant', 'people_gear', 'person_gear', 'person_search', 'profile', 'puppet', 'puppet_outline', 'puzzle', 'question_mark', 'question_task_add_blue', 'question_task_add_grey', 'range-app', 'repo-app', 'reports-analytics-app', 'restore_from_trash', 'ribbon', 'robot', 'rocket', 'self_enroll', 'server_network', 'shield_checkered', 'shield_key', 'shoes', 'short_sword', 'shrug', 'site_map', 'sort_ascending', 'sort_descending', 'square', 'star_filled', 'star_half', 'star_outline', 'strikethrough', 'supervised_user_circle', 'switch', 'sword', 'target', 'target_archery', 'target_empty', 'techops-app', 'telescope', 'ticket_correlation', 'trash_can_with_check', 'temporary', 'threeGears', 'tie', 'tools', 'tracker-app', 'tracking_item', 'training-app', 'treasure_chest', 'ue_logo', 'unscored', 'upload', 'vcenter', 'vmtemplates', 'wand', ] as const export type CustomIconType = typeof CustomIconList[number]