We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7a5d3 commit 9b8f427Copy full SHA for 9b8f427
1 file changed
src/icons/Open/OpenFileIcon.tsx
@@ -23,10 +23,4 @@ export const OpenFileIcon: FC<IconProps> = ({
23
</svg>
24
);
25
26
-OpenFileIcon.propTypes = {
27
- width: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
28
- height: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
29
- fill: PropTypes.string
30
-};
31
-
32
export default OpenFileIcon;
0 commit comments