For my project, I have a requirement to use custom svg
files. To achieve this, I am utilizing
<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0865697c6d7a616964257d61483b2631263b">[email protected]</a>
. I reviewed the example provided in the official documentation at https://material-ui.com/style/icons/#svg-icons.
However, the custom icons are not displaying as expected in my version. You can check out my forked version here: https://codesandbox.io/s/mqnq9qrqn8
I'm seeking assistance on how to effectively integrate these custom icons with Material-UI's <Icon>
Component.
If anyone could provide guidance on this matter, it would be greatly appreciated. Thank you!