{"version":3,"file":"deprecated.mjs","names":[],"sources":["../src/deprecated.ts"],"sourcesContent":["/**\n * Names of all deprecated icon exports in this package.\n *\n * Use this to filter deprecated aliases from icon lists without maintaining\n * a separate copy in your app.\n *\n * @example\n * ```ts\n * import * as icons from 'react-web3-icons';\n * import { DEPRECATED_ICON_NAMES } from 'react-web3-icons';\n *\n * // Get current (non-deprecated) icon names, excluding non-icon exports\n * const activeIconNames = Object.keys(icons).filter(\n *   name =>\n *     !DEPRECATED_ICON_NAMES.has(name) &&\n *     name !== 'DEPRECATED_ICON_NAMES',\n * );\n * ```\n */\nexport const DEPRECATED_ICON_NAMES: ReadonlySet<string> = new Set([\n  // Matic -> Pol (Polygon rebranded)\n  'Matic',\n  'MaticCircle',\n  'MaticMono',\n  'MaticCircleMono',\n  // Fantom -> Sonic (Fantom Opera succeeded by Sonic; FTM upgraded 1:1 to S)\n  'Fantom',\n  'FantomMono',\n  'Ftm',\n  'FtmMono',\n  // GnosisSafe -> Safe (Safe rebranded)\n  'GnosisSafe',\n  'GnosisSafeMono',\n  // Light -> Inverted (naming clarification)\n  'BasescanLight',\n  'BscscanLight',\n  'BybitLight',\n  'EtherscanLight',\n  // TofuNFT marketplace shut down permanently in 2024\n  'TofuNft',\n  'TofuNftMono',\n  // Truffle Suite sunset by ConsenSys in September 2023\n  'Ganache',\n  'GanacheMono',\n  'Truffle',\n  'TruffleMono',\n  'Drizzle',\n  'DrizzleMono',\n]);\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAmBA,MAAa,wCAA6C,IAAI,IAAI;CAEhE;CACA;CACA;CACA;CAEA;CACA;CACA;CACA;CAEA;CACA;CAEA;CACA;CACA;CACA;CAEA;CACA;CAEA;CACA;CACA;CACA;CACA;CACA;AACF,CAAC"}