Skip to content

Commit c335ac1

Browse files
committed
add comment
1 parent 2d2dfbd commit c335ac1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

generator.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ const ICON_FAMILIES = [
1111
{ id: 'materialiconstwotone', postfix: 'TwoTone' },
1212
]
1313

14-
const ignoredIcons = ['addchart']
14+
const ignoredIcons = [
15+
'addchart', // This icon exists twice 'addchart' and 'add_chart'. That's why we decide to only use one version, so that we don't get naming collisions.
16+
]
1517

1618
;(async () => {
1719
generatePropsFile()

0 commit comments

Comments
 (0)