Skip to content

Commit 51d416a

Browse files
author
Kubit
committed
Add aria-hidden to Icon interface
1 parent 7828eb4 commit 51d416a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/icon/types/icon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface IIconComplex {
1818

1919
type IconAriaAttributes = Pick<
2020
React.AriaAttributes,
21-
'aria-label' | 'aria-controls' | 'aria-checked'
21+
'aria-label' | 'aria-controls' | 'aria-checked' | 'aria-hidden'
2222
>;
2323

2424
export interface IIconStandAlone extends IconAriaAttributes {

0 commit comments

Comments
 (0)