Blame view

node_modules/bootstrap-vue/src/icons/index.js 489 Bytes
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Icons Plugin

// These re-exports are not currently used, as Webpack 4 has
// issues with tree shaking re-exports of re-exports
// `/src/index.js` does a single level re-export `* from './icons/icons/icons'`
// Export all icons
export * from './icons'

// Export helper component
export { BIcon } from './icon'

// Export stacking component
export { BIconstack } from './iconstack'

// Plugin (an iconNames for docs)
export { IconsPlugin, BootstrapVueIcons, iconNames } from './plugin'