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.
1 parent 7828eb4 commit 51d416aCopy full SHA for 51d416a
src/components/icon/types/icon.ts
@@ -18,7 +18,7 @@ export interface IIconComplex {
18
19
type IconAriaAttributes = Pick<
20
React.AriaAttributes,
21
- 'aria-label' | 'aria-controls' | 'aria-checked'
+ 'aria-label' | 'aria-controls' | 'aria-checked' | 'aria-hidden'
22
>;
23
24
export interface IIconStandAlone extends IconAriaAttributes {
0 commit comments