diff --git a/.changeset/new-plants-teach.md b/.changeset/new-plants-teach.md new file mode 100644 index 000000000..6bb1e6e33 --- /dev/null +++ b/.changeset/new-plants-teach.md @@ -0,0 +1,5 @@ +--- +"@launchpad-ui/icons": patch +--- + +Export icon names diff --git a/packages/icons/src/index.ts b/packages/icons/src/index.ts index 6f47f235d..a0c86d2e2 100644 --- a/packages/icons/src/index.ts +++ b/packages/icons/src/index.ts @@ -6,3 +6,4 @@ export type { IconName } from './types'; export { BadgeIcon } from './BadgeIcon'; export { Icon } from './Icon'; export { StatusIcon } from './StatusIcon'; +export { icons as iconsNames } from './types';