google / material-design-icons

Material Design icons by Google (Material Symbols)
http://google.github.io/material-design-icons/
Apache License 2.0
50.68k stars 9.58k forks source link

Should the codepoints file contain duplicate unicode? codepoint files need to some how have uniqe unicodes. #1417

Open waelsaad opened 2 years ago

waelsaad commented 2 years ago

Hi,

I was generating enum case statemants programatically based on the MaterialIconsOutlined-Regular.codepoints file and there were lots of duplicated unicode for different images repeated.

As an example:

airplanemode_inactive e194
airplanemode_off e194

Thanks,

Wael

waelsaad commented 2 years ago

I had to remove the duplicates programatically myself but would be very helpful if the source file doesn't have duplicates.

FYI Its for an iOS App.

Thank you.

tphinney commented 2 years ago

@EsoFromTheEast I see that the latest internal versions of these data files don’t have that duplicate data. The repo files, like the variable fonts, are seven months old… any chance of an update?