feat: remove deprecatedIconProps

This commit is contained in:
Fredrik Thorsson
2024-06-13 14:53:24 +02:00
parent bb64f8ab7a
commit ca2b011f96

View File

@@ -1,4 +0,0 @@
export type DeprecatedIconProps = {
height?: number
width?: number
}