Last updated

List of customizable icons

Icon Properties

All icons in the theme package share these common properties:

  • color (string) - optional color property that can be set using CSS color variables
  • size (string) - optional size property
  • className (string) - optional CSS class name
  • standard SVG properties (inherited from React.SVGProps<SVGSVGElement>)

Import

import { iconName } from '@redocly/theme/icons/{iconName}/{iconName}';
Document Icons
IconName
DocumentIcon
DocumentBlankIcon
DocumentAddIcon
File System Icons
IconName
FileIcon
FileStorageIcon
FolderIcon
FolderAddIcon
FolderMoveToIcon
UI Control Icons
IconName
CheckboxFilledIcon
CloseFilledIcon
CloseOutlineIcon
DeselectIcon
EditIcon
FilterIcon
HorizontalViewIcon
MenuIcon
MobileSidebarIcon
OverflowMenuHorizontalIcon
OverflowMenuVerticalIcon
SelectIcon
SidePanelCloseIcon
SidePanelOpenIcon
SpinnerIcon
VerticalViewIcon
ViewIcon
ViewOffIcon
Action Icons
IconName
DownloadIcon
ExportIcon
LaunchIcon
LinkIcon
LogoutIcon
MaximizeIcon
MinimizeIcon
PlusCustomIcon
ResetIcon
RestartIcon
SaveIcon
SearchIcon
SettingsIcon
SettingsCogIcon
SubtractIcon
TrashCanIcon
Status Icons
IconName
ErrorIcon
ErrorFilledIcon
InformationIcon
InformationFilledIcon
StarIcon
StarFilledIcon
WarningAltIcon
WarningAltFilledIcon
WarningFilledIcon
WarningSquareIcon
Feature Icons
IconName
DataRefineryIcon
DraggableIcon
FlowIcon
PlaylistIcon
RocketIcon
TaskViewIcon
WorkflowAutomationIcon
User Interface Icons
IconName
EmailIcon
FaceDissatisfiedIcon
FaceNeutralIcon
FaceSatisfiedIcon
GlobalOutlinedIcon
JsonIcon
MoonIcon
RecentlyViewedIcon
RenewIcon
SecurityIcon
SunIcon
TableBuiltIcon
TimeIcon
UserIcon
ValueVariableIcon
Special Icons
IconName
IBMCloudHyperProtectCryptoServicesIcon
CertificateIcon

Resources