We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe994b5 + d1ace8b commit e906730Copy full SHA for e906730
src/icons/CatalogIcon/CatalogIcon.tsx
@@ -6,7 +6,6 @@ import { IconProps } from '../types';
6
type CatalogIconProps = {
7
primaryFill?: string;
8
secondaryFill?: string;
9
- tertiaryFill?: string;
10
} & IconProps;
11
12
export const CatalogIcon: FC<CatalogIconProps> = ({
0 commit comments