import categories from './categories'; import iconList from './iconList'; import * as icons from './icons'; export { /** List of all categories */ categories, /** List of all icon names as strings * * [View the list of icons here](https://procode-software.github.io/proicons/icons) */ iconList, /** List of all available icons as type [`ProIcon`](https://procode-software.github.io/proicons/docs/javascript-api#proicon). * * [View the list of icons here](https://procode-software.github.io/proicons/icons) * * Note: This will import all icons and breaks tree-shaking */ icons }; export { getIconInfo } from './getIconInfo'; export { replace } from './replace'; export { search } from './search'; export * from './icons';