Icons
To override an icon you simply have to register a component with the name of the icon you want to override, suffixed with Icon
.
For example, if you want to override the icon academic-cap
, register a component named AcademicCapIcon
:
Or, to define a simple non-async component:
Last updated