Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Describes props for the Icon component.
export interface LkIconProps extends React.HTMLAttributes<HTMLElement> {
name?: IconName;
fontClass?: Exclude<LkFontClass, `${string}-bold` | `${string}-mono`>;
color?: LkColor | "currentColor";
display?: "block" | "inline-block" | "inline";
strokeWidth?: number;
opticShift?: boolean; //if true, pulls icon slightly upward
}