Skip to content

Commit

Permalink
Add missing export to font index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi-msft committed Mar 6, 2024
1 parent 268f8cc commit d7b2723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-icons/convert-font.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ async function processFiles(src, dest) {
indexContents.push('export { FluentIconsProps } from \'../utils/FluentIconsProps.types\'');
indexContents.push('export { default as wrapIcon } from \'../utils/wrapIcon\'');
indexContents.push('export { default as bundleIcon } from \'../utils/bundleIcon\'');
indexContents.push('export { createFluentIcon } from \'../utils/createFluentIcon\'');
indexContents.push('export { createFluentFontIcon } from \'../utils/fonts/createFluentFontIcon\'');
indexContents.push('export type { FluentIcon } from \'../utils/createFluentIcon\'');
indexContents.push('export * from \'../utils/useIconState\'');
Expand Down

0 comments on commit d7b2723

Please sign in to comment.