This commit is contained in:
parent
1ae0a0a106
commit
441fd8b357
|
|
@ -1,5 +1,5 @@
|
|||
type IconProps = {
|
||||
size?: number;
|
||||
size?: number | string;
|
||||
color?: string;
|
||||
}
|
||||
export const IconTranslate = ({size = 24, color = '#333333'}: IconProps) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue