Skip to content

Commit 84c9e60

Browse files
Add ArrowDown icon to react-feather type definitions
Co-authored-by: rahul.chhabria <[email protected]>
1 parent ecc01be commit 84c9e60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/@types/react-feather.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ declare module 'react-feather' {
88
// We declare commonly used icons; others can be added as needed
99
export const Check: FC<FeatherIconProps>;
1010
export const Clipboard: FC<FeatherIconProps>;
11+
export const ArrowDown: FC<FeatherIconProps>;
1112
// eslint-disable-next-line @typescript-eslint/no-explicit-any
1213
const icons: Record<string, FC<FeatherIconProps>>;
1314
export default icons;

0 commit comments

Comments
 (0)