There was an error while loading. Please reload this page.
1 parent 2d2dfbd commit c335ac1Copy full SHA for c335ac1
1 file changed
generator.js
@@ -11,7 +11,9 @@ const ICON_FAMILIES = [
11
{ id: 'materialiconstwotone', postfix: 'TwoTone' },
12
]
13
14
-const ignoredIcons = ['addchart']
+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
+]
17
18
;(async () => {
19
generatePropsFile()
0 commit comments