import { installable } from '../utils'; import _Icon from './Icon'; const Icon = installable(_Icon); export default Icon; export { Icon };