microsoft / fluentui-system-icons

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.

Home Page:https://aka.ms/fluentui-system-icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font subsetting plugin bug

ColeStansbury opened this issue · comments

There appears to be a number of icons which are not rendering correctly when using the webpack subsetting plugin.

With plugin:
image

Without plugin:
image

Examples include
LineHorizontal416Filled
LineHorizontal320Filled
MoreVertical16Filled
MoreHorizontal16Filled

... and others

Hi @ColeStansbury. This occurs because the plugin is trying to maintain the styles present in the svg icons by using style injection into the styles prop of the font icons. This has been fixed in the most recent version.

Thanks! I don't see this problem in 2.0.242 anymore

the subset plugin remains volatile though - see #723