This commit is contained in:
zhangjianjun 2026-04-01 18:13:12 +08:00
parent 1ae0a0a106
commit 441fd8b357
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
type IconProps = { type IconProps = {
size?: number; size?: number | string;
color?: string; color?: string;
} }
export const IconTranslate = ({size = 24, color = '#333333'}: IconProps) => { export const IconTranslate = ({size = 24, color = '#333333'}: IconProps) => {