/** * * Icon Library for usage * * Auto generated by /tools/generate-svg-icon.js * * !!! DO NOT MODIFY MANUALLY !!! * * @datetime 2024/8/15 11:13:16 * */ // == collection start const collections = { default: { "icons": { "activedot": [ "", 0, 1 ], "add": [ "", 2, 3 ], "back": [ "", 0 ], "checked": [ "", 4 ], "copy": [ "", 0 ], "delete": [ "", 5, 0 ], "editor": [ "", 0 ], "inactivedot": [ "", 0, 6 ], "inmsg": [ "", 0 ], "language-america": [ "", 0, 7, 8 ], "language-china": [ "", 9, 10 ], "language-thailand": [ "", 11, 12, 13, 0 ], "level-1": [ "", 4, 0 ], "level-10": [ "", 4, 0 ], "level-2": [ "", 4, 0 ], "level-3": [ "", 4, 0 ], "level-4": [ "", 4, 0 ], "level-5": [ "", 4, 0 ], "level-6": [ "", 4, 0 ], "level-7": [ "", 4, 0 ], "level-8": [ "", 4, 0 ], "level-9": [ "", 4, 0 ], "newmsg": [ "", 0, 14 ], "question": [ "", 15, 0 ], "recharge-balance": [ "", 0 ], "recharge-bankcard": [ "", 2, 3 ], "recharge-item": [ "", 2, 3, 0 ], "recharge-upload": [ "", 2, 3, 0 ], "refresh": [ "", 0 ], "service": [ "", 0 ], "unchecked": [ "", 16 ], "user-aboutus": [ "", 17, 18, 19, 0 ], "user-account_info": [ "", 20 ], "user-agreement": [ "", 2, 3 ], "user-archive_info": [ "", 20 ], "user-bankcard": [ "", 2, 3 ], "user-basic": [ "", 21, 22, 0, 23 ], "user-language": [ "", 2, 3 ], "user-line": [ "", 4 ], "user-loanagree": [ "", 24, 25, 26, 0 ], "user-loginpass": [ "", 27, 28, 29, 0 ], "user-logout": [ "", 2, 3, 0 ], "user-logouts": [ "", 30, 31, 32, 0 ], "user-message": [ "", 33, 34 ], "user-messages": [ "", 2, 3 ], "user-newuser": [ "", 0 ], "user-privacy": [ "", 2, 3 ], "user-purchase": [ "", 2, 3 ], "user-real_info": [ "", 20 ], "user-recharge": [ "", 2, 3 ], "user-repaymentp": [ "", 35, 36, 0, 37 ], "user-team": [ "", 2, 3 ], "user-transaction": [ "", 38, 39, 40, 0 ], "user-wallet": [ "", 2, 3 ], "user-withdraw": [ "", 2, 3 ], "vector": [ "", 16 ], "withdraw-arrow": [ "", 41 ], "withdraw-constructionbank": [ "", 42, 43, 44, 0 ] }, "currentColor": "", "$_colorPalette": [ "#fff", "#007AFF", "#7BDEFF", "#0192FF", "#219EFF", "#FE0C0C", "#979797", "#EB0000", "#223BAE", "#DE2910", "#FFDE00", "#F0F0F0", "#0052B4", "#D80027", "#FB4949", "#FD5F28", "#B3B3B3", "#FAD400", "#FFE771", "#FFF4C5", "#222", "#4AEDCD", "#83FFE1", "#D7FFF7", "#00DBFF", "#33ECFF", "#C2FFFF", "#FF579C", "#FF80BA", "#FFC7E3", "#51C5FF", "#7BE0FF", "#CAF8FF", "#78DCFF", "#0997FF", "#8D8DFF", "#A6A6FF", "#D7D7FF", "#ED5DF9", "#F27DFF", "#F8CAFF", "#CCC", "#E60012", "#00508E", "#00908C" ] }, } // == collection end const svglib = {} svglib.registerCollection = (key, lib) => { if (collections[key]) { return } if (typeof lib.registerCollection === 'function') { collections[key] = lib.getCollection('default') } else { collections[key] = lib } } svglib.getCollection = (key = 'default') => { if (!collections[key]) throw new Error(`没有找到名为 ${key} 的图标库。`) return collections[key] } export const SvgIconLib = svglib export default SvgIconLib