feat: record group chevron button (#9645)
This ticket is related to this Discord post https://discord.com/channels/1130383047699738754/1328756649657110559
This commit is contained in:
@ -2,9 +2,9 @@ import { FunctionComponent } from 'react';
|
||||
|
||||
export type IconComponentProps = {
|
||||
className?: string;
|
||||
color?: string;
|
||||
size?: number;
|
||||
stroke?: number;
|
||||
color?: string;
|
||||
};
|
||||
|
||||
export type IconComponent = FunctionComponent<IconComponentProps>;
|
||||
|
||||
Reference in New Issue
Block a user