diff --git a/types/components/deprecatedIconProps.ts b/types/components/deprecatedIconProps.ts deleted file mode 100644 index 21b31a303..000000000 --- a/types/components/deprecatedIconProps.ts +++ /dev/null @@ -1,4 +0,0 @@ -export type DeprecatedIconProps = { - height?: number - width?: number -}