// Copyright 2017-2023 @polkadot/react-identicon authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './icons/index.js'; export { Identicon } from './Identicon.js'; export { packageInfo } from './packageInfo.js';