Skip to content

Commit 9b8f427

Browse files
committed
Update
Signed-off-by: vr-varad <[email protected]>
1 parent fc7a5d3 commit 9b8f427

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/icons/Open/OpenFileIcon.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,4 @@ export const OpenFileIcon: FC<IconProps> = ({
2323
</svg>
2424
);
2525

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-
3226
export default OpenFileIcon;

0 commit comments

Comments
 (0)