We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e611e commit cb68751Copy full SHA for cb68751
src/icons/index.js
@@ -15,4 +15,4 @@ import * as iconComponents from './icons'
15
export const IconsPlugin = /*#__PURE__*/ pluginFactory({ components: { BIcon, ...iconComponents } })
16
17
// Array of icon names (for use by the docs)
18
-eport const iconNames = /*#__PURE__*/ keys(iconComponents)
+export const iconNames = /*#__PURE__*/ keys(iconComponents)
0 commit comments