Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Logout and Key icons. #1631

Open
gintarasgraciovas opened this issue Nov 13, 2023 · 0 comments
Open

Missing Logout and Key icons. #1631

gintarasgraciovas opened this issue Nov 13, 2023 · 0 comments

Comments

@gintarasgraciovas
Copy link

gintarasgraciovas commented Nov 13, 2023

Hi Team,

I've encountered an issue with the Material Icons in our Angular project, specifically with the "Logout" and "Key" icons not displaying as expected.

When I use a direct link to the Material Icons in our index.html file, like this:
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
everything works fine, and the icons display correctly.

However, the issue arises after installing the Material Icons package locally and referencing it in our angular.json file. I'm currently importing the icons like this:
"styles": [ "node_modules/material-design-icons/iconfont/material-icons.css"]

Under this setup, the "Logout" and "Key" icons do not appear.

Could you please assist in resolving this issue? It seems there might be a discrepancy between the Material Icons available via the Google Fonts API and those in the locally installed package.

Thank you for your assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants