Skip to content

Commit

Permalink
Export FluentIcon type
Browse files Browse the repository at this point in the history
  • Loading branch information
dlannoye committed Oct 5, 2023
1 parent 084b363 commit 06e7a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-icons/convert-font.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +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 { createFluentFontIcon } from \'../utils/fonts/createFluentFontIcon\'');
indexContents.push('export { createFluentFontIcon, FluentIcon } from \'../utils/fonts/createFluentFontIcon\'');
indexContents.push('export * from \'../utils/useIconState\'');
indexContents.push('export * from \'../utils/constants\'');
indexContents.push('export { IconDirectionContextProvider, useIconContext } from \'../contexts/index\'');
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ 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 { createFluentIcon, FluentIcon } from \'./utils/createFluentIcon\'');
indexContents.push('export * from \'./utils/useIconState\'');
indexContents.push('export * from \'./utils/constants\'');
indexContents.push('export { IconDirectionContextProvider, useIconContext } from \'./contexts/index\'');
Expand Down

0 comments on commit 06e7a84

Please sign in to comment.