Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
Icons not loading for igx grid
posted

Hi, i have built igx grid from the examples and using 16.0.0 . icons are not showing up in the grid. am i missing any reference?

i have referred  css using theme

@use "@infragistics/igniteui-angular/theming" as *;
// IMPORTANT: Prior to Ignite UI for Angular version 13 use:
// @import '~igniteui-angular/lib/core/styles/themes/index';
@include core();
@include typography($font-family: $material-typeface, $type-scale: $material-type-scale);
/* autoprefixer grid:on */
@include theme($default-palette);