UNPKG

444 BJSXView Raw
1/**
2 * apeman react package for icon components.
3 * @module apeman-react-icon
4 * @version 4.0.8
5 */
6'use strict'
7
8
9import ApFaIcon from './ap_fa_icon'
10import ApIconStyle from './ap_icon_style'
11import ApIcon from './ap_icon'
12import ApIonIcon from './ap_ion_icon'
13import CdnConstants from './cdn_constants'
14import TypeConstants from './type_constants'
15
16export {
17 ApFaIcon,
18 ApIconStyle,
19 ApIcon,
20 ApIonIcon,
21 CdnConstants,
22 TypeConstants
23}