<igx-list> <igx-list-item> <!-- The icon will be sized properly--> <igx-icon igxListAction>star</igx-icon> </igx-list-item> <igx-list-item> <!-- The icon will NOT be sized properly--> <div igxListAction> <igx-icon>star</igx-icon> </div> </igx-list-item> </igx-list>
Should size properly on initial load.