Skip to content

Commit d1ace8b

Browse files
committed
chore: Remove unused field tertiaryFill from type definition.
This was discovered through a console error message in the Meshery UI. Signed-off-by: Kislay Verma <[email protected]>
1 parent fe994b5 commit d1ace8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/icons/CatalogIcon/CatalogIcon.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { IconProps } from '../types';
66
type CatalogIconProps = {
77
primaryFill?: string;
88
secondaryFill?: string;
9-
tertiaryFill?: string;
109
} & IconProps;
1110

1211
export const CatalogIcon: FC<CatalogIconProps> = ({

0 commit comments

Comments
 (0)