Appearance
Home > @plaidev/karte-action-sdk > IconProps
IconProps type
Signature:
typescript
type IconProps = CommonProps & ClickableProps & {
variant: string;
size?: keyof typeof ICON_SIZE;
color?: Properties$0["color"];
width?: Properties$0["width"];
height?: Properties$0["height"];
};
References: CommonProps, ClickableProps, ICON_SIZE