// Copyright 2017-2022 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 import './detectPackage'; import { Identicon } from './bundle'; export * from './bundle'; export default Identicon;