Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/vreg/node_modules/bootstrap-vue/src/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/corals/vreg/node_modules/bootstrap-vue/src/icons-only.js
// Icons only build
import { BootstrapVueIcons, IconsPlugin } from './icons'

const install = BootstrapVueIcons.install
const NAME = BootstrapVueIcons.NAME

export {
  // Installer exported just in case the consumer does not import `default`
  // as the plugin in CommonJS build (or does not have interop enabled
  // for CommonJS). Both the following will work:
  //   BootstrapVueIcons = require('bootstrap-vue/dist/bootstrap-vue-icons.common')
  //   BootstrapVueIcons = require('bootstrap-vue/dist/bootstrap-vue-icons.common').default
  //   Vue.use(BootstrapVueIcons)
  install,
  NAME,
  // Main BootstrapVueIcons Plugin
  BootstrapVueIcons,
  IconsPlugin
}

//
// Export Icon components
//
// export * from './icons'

export { BIcon } from './icons/icon'

// This re-export is only a single level deep, which
// Webpack 4 handles correctly when tree shaking
export * from './icons/icons'

// Default export is the BootstrapVueIcons plugin
export default BootstrapVueIcons

Spamworldpro Mini