Icons representing the three pillars of the CIA triad: Confidentiality,
Integrity, and Availability. Used in component-specific widgets and
visualizations to provide visual consistency.
Type Declaration
AVAILABILITY: string
CONFIDENTIALITY: string
INTEGRITY: string
Example
// Display CIA component with its icon constcomponent = 'availability'; consticon = CIA_COMPONENT_ICONS.AVAILABILITY; // "⏱️"
CIA component icon constants.
Icons representing the three pillars of the CIA triad: Confidentiality, Integrity, and Availability. Used in component-specific widgets and visualizations to provide visual consistency.