Home Reference Source Repository

src/components/icon/index.js

/**
 * @author haw
 */
import '../base';
import './style';
import './self-style';

export Icon from './Icon';
export IconLoading from './IconLoading';