I am not able to see icons in Document card although I am using class components. #30474
Unanswered
Nileshkhonde5233
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @Nileshkhonde5233, are you by any chance not initializing the icons before trying to use them? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Icons Which I am Using Are Of Fluent ui's and I am Following IconsProps For the css.
Example- const closeIcon: IIconProps = { iconName: 'ChromeClose', styles: { root: { color: 'white', padding: '18px 0px', fontSize: "15px" } } };
Beta Was this translation helpful? Give feedback.
All reactions