Skip to content

Commit e906730

Browse files
authored
Merge pull request #1168 from kuv2707/chore/kuv2707/outdatedtype
chore: Remove unused field `tertiaryFill` from type definition.
2 parents fe994b5 + d1ace8b commit e906730

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)