diff --git a/packages/icons-react/src/components/Icon.tsx b/packages/icons-react/src/components/Icon.tsx index 38db4c1b2..64466b2c9 100644 --- a/packages/icons-react/src/components/Icon.tsx +++ b/packages/icons-react/src/components/Icon.tsx @@ -7,6 +7,7 @@ import { svgBaseProps, warning, useInsertStyles } from '../utils'; export interface IconBaseProps extends React.HTMLProps { spin?: boolean; rotate?: number; + translate?: string; } export interface CustomIconComponentProps {