How do I add icons to my custom react component?

Is there a way I can add icons that I'm able to find under the "Icons" component to my custom react component? I would like to add a checkmark icon to my custom react component.

Am I am able to do so using the variables = window["material-ui"]? If so is there an example?

Best.

@ovryu

Hey there, thanks for reaching out :wave: Within the custom component you are not able to directly access the icon component, but you are able to add any libraries you would like, one example being font awesome. Hope that helps :slightly_smiling_face: