a-icons 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1122) hide show
  1. package/demo/index.md +2 -2
  2. package/es/BrokenLineFilled.d.ts +6 -0
  3. package/es/BrokenLineFilled.js +39 -0
  4. package/es/BrokenLineOutlined.d.ts +6 -0
  5. package/es/BrokenLineOutlined.js +37 -0
  6. package/es/CardFilled.js +9 -4
  7. package/es/CardOutlined.js +36 -7
  8. package/es/CategoryFilled.d.ts +6 -0
  9. package/es/CategoryFilled.js +62 -0
  10. package/es/CategoryOutlined.d.ts +6 -0
  11. package/es/CategoryOutlined.js +39 -0
  12. package/es/CloseFilled.d.ts +6 -0
  13. package/es/CloseFilled.js +37 -0
  14. package/es/CloseOutlined.js +4 -9
  15. package/es/CloseSquareFilled.d.ts +6 -0
  16. package/es/CloseSquareFilled.js +39 -0
  17. package/es/CloseSquareOutlined.d.ts +6 -0
  18. package/es/CloseSquareOutlined.js +42 -0
  19. package/es/DoubleTextFilled.d.ts +6 -0
  20. package/es/DoubleTextFilled.js +39 -0
  21. package/es/DoubleTextOutlined.d.ts +6 -0
  22. package/es/DoubleTextOutlined.js +39 -0
  23. package/es/EditFilled.js +1 -2
  24. package/es/FileFilled.d.ts +6 -0
  25. package/es/FileFilled.js +37 -0
  26. package/es/FileOutlined.d.ts +6 -0
  27. package/es/FileOutlined.js +39 -0
  28. package/es/LayerFilled.d.ts +6 -0
  29. package/es/LayerFilled.js +43 -0
  30. package/es/LayerOutlined.d.ts +6 -0
  31. package/es/LayerOutlined.js +45 -0
  32. package/es/LineUpFilled.d.ts +6 -0
  33. package/es/LineUpFilled.js +39 -0
  34. package/es/LineUpOutlined.d.ts +6 -0
  35. package/es/LineUpOutlined.js +42 -0
  36. package/es/ListFilled.js +19 -5
  37. package/es/ListOutlined.d.ts +6 -0
  38. package/es/ListOutlined.js +50 -0
  39. package/es/LoopFilled.d.ts +6 -0
  40. package/es/LoopFilled.js +39 -0
  41. package/es/LoopFolderFilled.d.ts +6 -0
  42. package/es/LoopFolderFilled.js +39 -0
  43. package/es/LoopFolderOutlined.d.ts +6 -0
  44. package/es/LoopFolderOutlined.js +39 -0
  45. package/es/LoopOutlined.d.ts +6 -0
  46. package/es/LoopOutlined.js +37 -0
  47. package/es/MoneySymbolFilled.d.ts +6 -0
  48. package/es/MoneySymbolFilled.js +39 -0
  49. package/es/MoneySymbolOutlined.d.ts +6 -0
  50. package/es/MoneySymbolOutlined.js +50 -0
  51. package/es/PeopleAddFilled.d.ts +6 -0
  52. package/es/PeopleAddFilled.js +37 -0
  53. package/es/PeopleAddOutlined.d.ts +6 -0
  54. package/es/PeopleAddOutlined.js +42 -0
  55. package/es/PeopleFilled.d.ts +6 -0
  56. package/es/PeopleFilled.js +37 -0
  57. package/es/PeopleGroupFilled.d.ts +6 -0
  58. package/es/PeopleGroupFilled.js +37 -0
  59. package/es/PeopleGroupOutlined.d.ts +6 -0
  60. package/es/PeopleGroupOutlined.js +39 -0
  61. package/es/PeopleOutlined.d.ts +6 -0
  62. package/es/PeopleOutlined.js +39 -0
  63. package/es/PeopleTeamFilled.d.ts +6 -0
  64. package/es/PeopleTeamFilled.js +37 -0
  65. package/es/PeopleTeamOutlined.d.ts +6 -0
  66. package/es/PeopleTeamOutlined.js +39 -0
  67. package/es/PlusFilled.d.ts +6 -0
  68. package/es/PlusFilled.js +37 -0
  69. package/es/PlusOutlined.js +4 -4
  70. package/es/SettingFilled.js +1 -2
  71. package/es/SettingOutlined.js +1 -2
  72. package/es/SettingSquareFilled.d.ts +6 -0
  73. package/es/SettingSquareFilled.js +39 -0
  74. package/es/SettingSquareOutlined.d.ts +6 -0
  75. package/es/SettingSquareOutlined.js +49 -0
  76. package/es/TrashCanFilled.js +1 -2
  77. package/es/UpFilled.d.ts +6 -0
  78. package/es/UpFilled.js +40 -0
  79. package/es/UpOutlined.d.ts +6 -0
  80. package/es/UpOutlined.js +39 -0
  81. package/es/index.d.ts +40 -0
  82. package/es/index.js +41 -1
  83. package/lib/BrokenLineFilled.d.ts +6 -0
  84. package/lib/BrokenLineFilled.js +86 -0
  85. package/lib/BrokenLineOutlined.d.ts +6 -0
  86. package/lib/BrokenLineOutlined.js +84 -0
  87. package/lib/CardFilled.js +9 -4
  88. package/lib/CardOutlined.js +36 -7
  89. package/lib/CategoryFilled.d.ts +6 -0
  90. package/lib/CategoryFilled.js +109 -0
  91. package/lib/CategoryOutlined.d.ts +6 -0
  92. package/lib/CategoryOutlined.js +86 -0
  93. package/lib/CloseFilled.d.ts +6 -0
  94. package/lib/CloseFilled.js +84 -0
  95. package/lib/CloseOutlined.js +4 -9
  96. package/lib/CloseSquareFilled.d.ts +6 -0
  97. package/lib/CloseSquareFilled.js +86 -0
  98. package/lib/CloseSquareOutlined.d.ts +6 -0
  99. package/lib/CloseSquareOutlined.js +89 -0
  100. package/lib/DoubleTextFilled.d.ts +6 -0
  101. package/lib/DoubleTextFilled.js +86 -0
  102. package/lib/DoubleTextOutlined.d.ts +6 -0
  103. package/lib/DoubleTextOutlined.js +86 -0
  104. package/lib/EditFilled.js +1 -2
  105. package/lib/FileFilled.d.ts +6 -0
  106. package/lib/FileFilled.js +84 -0
  107. package/lib/FileOutlined.d.ts +6 -0
  108. package/lib/FileOutlined.js +86 -0
  109. package/lib/LayerFilled.d.ts +6 -0
  110. package/lib/LayerFilled.js +90 -0
  111. package/lib/LayerOutlined.d.ts +6 -0
  112. package/lib/LayerOutlined.js +92 -0
  113. package/lib/LineUpFilled.d.ts +6 -0
  114. package/lib/LineUpFilled.js +86 -0
  115. package/lib/LineUpOutlined.d.ts +6 -0
  116. package/lib/LineUpOutlined.js +89 -0
  117. package/lib/ListFilled.js +19 -5
  118. package/lib/ListOutlined.d.ts +6 -0
  119. package/lib/ListOutlined.js +97 -0
  120. package/lib/LoopFilled.d.ts +6 -0
  121. package/lib/LoopFilled.js +86 -0
  122. package/lib/LoopFolderFilled.d.ts +6 -0
  123. package/lib/LoopFolderFilled.js +86 -0
  124. package/lib/LoopFolderOutlined.d.ts +6 -0
  125. package/lib/LoopFolderOutlined.js +86 -0
  126. package/lib/LoopOutlined.d.ts +6 -0
  127. package/lib/LoopOutlined.js +84 -0
  128. package/lib/MoneySymbolFilled.d.ts +6 -0
  129. package/lib/MoneySymbolFilled.js +86 -0
  130. package/lib/MoneySymbolOutlined.d.ts +6 -0
  131. package/lib/MoneySymbolOutlined.js +97 -0
  132. package/lib/PeopleAddFilled.d.ts +6 -0
  133. package/lib/PeopleAddFilled.js +84 -0
  134. package/lib/PeopleAddOutlined.d.ts +6 -0
  135. package/lib/PeopleAddOutlined.js +89 -0
  136. package/lib/PeopleFilled.d.ts +6 -0
  137. package/lib/PeopleFilled.js +84 -0
  138. package/lib/PeopleGroupFilled.d.ts +6 -0
  139. package/lib/PeopleGroupFilled.js +84 -0
  140. package/lib/PeopleGroupOutlined.d.ts +6 -0
  141. package/lib/PeopleGroupOutlined.js +86 -0
  142. package/lib/PeopleOutlined.d.ts +6 -0
  143. package/lib/PeopleOutlined.js +86 -0
  144. package/lib/PeopleTeamFilled.d.ts +6 -0
  145. package/lib/PeopleTeamFilled.js +84 -0
  146. package/lib/PeopleTeamOutlined.d.ts +6 -0
  147. package/lib/PeopleTeamOutlined.js +86 -0
  148. package/lib/PlusFilled.d.ts +6 -0
  149. package/lib/PlusFilled.js +84 -0
  150. package/lib/PlusOutlined.js +4 -4
  151. package/lib/SettingFilled.js +1 -2
  152. package/lib/SettingOutlined.js +1 -2
  153. package/lib/SettingSquareFilled.d.ts +6 -0
  154. package/lib/SettingSquareFilled.js +86 -0
  155. package/lib/SettingSquareOutlined.d.ts +6 -0
  156. package/lib/SettingSquareOutlined.js +96 -0
  157. package/lib/TrashCanFilled.js +1 -2
  158. package/lib/UpFilled.d.ts +6 -0
  159. package/lib/UpFilled.js +87 -0
  160. package/lib/UpOutlined.d.ts +6 -0
  161. package/lib/UpOutlined.js +86 -0
  162. package/lib/index.d.ts +40 -0
  163. package/lib/index.js +360 -0
  164. package/package.json +2 -2
  165. package/src/BrokenLineFilled.tsx +20 -0
  166. package/src/BrokenLineOutlined.tsx +18 -0
  167. package/src/CardFilled.tsx +8 -2
  168. package/src/CardOutlined.tsx +30 -5
  169. package/src/CategoryFilled.tsx +18 -0
  170. package/src/CategoryOutlined.tsx +20 -0
  171. package/src/CloseFilled.tsx +18 -0
  172. package/src/CloseOutlined.tsx +2 -8
  173. package/src/CloseSquareFilled.tsx +20 -0
  174. package/src/CloseSquareOutlined.tsx +24 -0
  175. package/src/DoubleTextFilled.tsx +20 -0
  176. package/src/DoubleTextOutlined.tsx +20 -0
  177. package/src/EditFilled.tsx +1 -1
  178. package/src/FileFilled.tsx +18 -0
  179. package/src/FileOutlined.tsx +20 -0
  180. package/src/LayerFilled.tsx +26 -0
  181. package/src/LayerOutlined.tsx +28 -0
  182. package/src/LineUpFilled.tsx +20 -0
  183. package/src/LineUpOutlined.tsx +24 -0
  184. package/src/ListFilled.tsx +4 -2
  185. package/src/ListOutlined.tsx +34 -0
  186. package/src/LoopFilled.tsx +20 -0
  187. package/src/LoopFolderFilled.tsx +20 -0
  188. package/src/LoopFolderOutlined.tsx +20 -0
  189. package/src/LoopOutlined.tsx +18 -0
  190. package/src/MoneySymbolFilled.tsx +20 -0
  191. package/src/MoneySymbolOutlined.tsx +32 -0
  192. package/src/PeopleAddFilled.tsx +18 -0
  193. package/src/PeopleAddOutlined.tsx +24 -0
  194. package/src/PeopleFilled.tsx +18 -0
  195. package/src/PeopleGroupFilled.tsx +18 -0
  196. package/src/PeopleGroupOutlined.tsx +20 -0
  197. package/src/PeopleOutlined.tsx +20 -0
  198. package/src/PeopleTeamFilled.tsx +18 -0
  199. package/src/PeopleTeamOutlined.tsx +20 -0
  200. package/src/PlusFilled.tsx +18 -0
  201. package/src/PlusOutlined.tsx +2 -2
  202. package/src/SettingFilled.tsx +1 -1
  203. package/src/SettingOutlined.tsx +1 -1
  204. package/src/SettingSquareFilled.tsx +20 -0
  205. package/src/SettingSquareOutlined.tsx +32 -0
  206. package/src/TrashCanFilled.tsx +1 -1
  207. package/src/UpFilled.tsx +19 -0
  208. package/src/UpOutlined.tsx +20 -0
  209. package/src/index.tsx +40 -0
  210. package/svgs/filled/broken-line-filled.svg +5 -0
  211. package/svgs/filled/card-filled.svg +8 -0
  212. package/svgs/filled/category-filled.svg +6 -0
  213. package/svgs/filled/close-filled.svg +5 -0
  214. package/svgs/filled/close-square-filled.svg +5 -0
  215. package/svgs/filled/double-text-filled.svg +5 -0
  216. package/svgs/filled/edit-filled.svg +1 -1
  217. package/svgs/filled/file-filled.svg +5 -0
  218. package/svgs/filled/layer-filled.svg +11 -0
  219. package/svgs/filled/line-up-filled.svg +5 -0
  220. package/svgs/filled/list-filled.svg +16 -0
  221. package/svgs/filled/loop-filled.svg +5 -0
  222. package/svgs/filled/loop-folder-filled.svg +5 -0
  223. package/svgs/filled/money-symbol-filled.svg +5 -0
  224. package/svgs/filled/people-add-filled.svg +11 -0
  225. package/svgs/filled/people-filled.svg +8 -0
  226. package/svgs/filled/people-group-filled.svg +11 -0
  227. package/svgs/filled/people-team-filled.svg +14 -0
  228. package/svgs/filled/plus-filled.svg +5 -0
  229. package/svgs/filled/setting-filled.svg +1 -1
  230. package/svgs/filled/setting-square-filled.svg +5 -0
  231. package/svgs/filled/trash-can-filled.svg +1 -1
  232. package/svgs/filled/up-filled.svg +8 -0
  233. package/svgs/outlined/broken-line-outlined.svg +5 -0
  234. package/svgs/outlined/card-outlined.svg +13 -0
  235. package/svgs/outlined/category-outlined.svg +14 -0
  236. package/svgs/outlined/close-outlined.svg +5 -0
  237. package/svgs/outlined/close-square-outlined.svg +8 -0
  238. package/svgs/outlined/double-text-outlined.svg +5 -0
  239. package/svgs/outlined/file-outlined.svg +5 -0
  240. package/svgs/outlined/layer-outlined.svg +11 -0
  241. package/svgs/outlined/line-up-outlined.svg +8 -0
  242. package/svgs/outlined/list-outlined.svg +20 -0
  243. package/svgs/outlined/loop-folder-outlined.svg +5 -0
  244. package/svgs/outlined/loop-outlined.svg +8 -0
  245. package/svgs/outlined/money-symbol-outlined.svg +5 -0
  246. package/svgs/outlined/people-add-outlined.svg +11 -0
  247. package/svgs/outlined/people-group-outlined.svg +11 -0
  248. package/svgs/outlined/people-outlined.svg +8 -0
  249. package/svgs/outlined/people-team-outlined.svg +14 -0
  250. package/svgs/outlined/plus-outlined.svg +5 -0
  251. package/svgs/outlined/setting-outlined.svg +1 -1
  252. package/svgs/outlined/setting-square-outlined.svg +11 -0
  253. package/svgs/outlined/up-outlined.svg +5 -0
  254. package/tmpAllSvgs/broken-line-filled.svg +5 -0
  255. package/tmpAllSvgs/broken-line-outlined.svg +5 -0
  256. package/tmpAllSvgs/card-filled.svg +8 -0
  257. package/tmpAllSvgs/card-outlined.svg +13 -0
  258. package/tmpAllSvgs/category-filled.svg +6 -0
  259. package/tmpAllSvgs/category-outlined.svg +14 -0
  260. package/tmpAllSvgs/close-filled.svg +5 -0
  261. package/tmpAllSvgs/close-outlined.svg +5 -0
  262. package/tmpAllSvgs/close-square-filled.svg +5 -0
  263. package/tmpAllSvgs/close-square-outlined.svg +8 -0
  264. package/tmpAllSvgs/double-text-filled.svg +5 -0
  265. package/tmpAllSvgs/double-text-outlined.svg +5 -0
  266. package/tmpAllSvgs/edit-filled.svg +1 -1
  267. package/tmpAllSvgs/file-filled.svg +5 -0
  268. package/tmpAllSvgs/file-outlined.svg +5 -0
  269. package/tmpAllSvgs/layer-filled.svg +11 -0
  270. package/tmpAllSvgs/layer-outlined.svg +11 -0
  271. package/tmpAllSvgs/line-up-filled.svg +5 -0
  272. package/tmpAllSvgs/line-up-outlined.svg +8 -0
  273. package/tmpAllSvgs/list-filled.svg +16 -0
  274. package/tmpAllSvgs/list-outlined.svg +20 -0
  275. package/tmpAllSvgs/loop-filled.svg +5 -0
  276. package/tmpAllSvgs/loop-folder-filled.svg +5 -0
  277. package/tmpAllSvgs/loop-folder-outlined.svg +5 -0
  278. package/tmpAllSvgs/loop-outlined.svg +8 -0
  279. package/tmpAllSvgs/money-symbol-filled.svg +5 -0
  280. package/tmpAllSvgs/money-symbol-outlined.svg +5 -0
  281. package/tmpAllSvgs/people-add-filled.svg +11 -0
  282. package/tmpAllSvgs/people-add-outlined.svg +11 -0
  283. package/tmpAllSvgs/people-filled.svg +8 -0
  284. package/tmpAllSvgs/people-group-filled.svg +11 -0
  285. package/tmpAllSvgs/people-group-outlined.svg +11 -0
  286. package/tmpAllSvgs/people-outlined.svg +8 -0
  287. package/tmpAllSvgs/people-team-filled.svg +14 -0
  288. package/tmpAllSvgs/people-team-outlined.svg +14 -0
  289. package/tmpAllSvgs/plus-filled.svg +5 -0
  290. package/tmpAllSvgs/plus-outlined.svg +5 -0
  291. package/tmpAllSvgs/setting-filled.svg +1 -1
  292. package/tmpAllSvgs/setting-outlined.svg +1 -1
  293. package/tmpAllSvgs/setting-square-filled.svg +5 -0
  294. package/tmpAllSvgs/setting-square-outlined.svg +11 -0
  295. package/tmpAllSvgs/trash-can-filled.svg +1 -1
  296. package/tmpAllSvgs/up-filled.svg +8 -0
  297. package/tmpAllSvgs/up-outlined.svg +5 -0
  298. package/es/AdFilled.d.ts +0 -6
  299. package/es/AdFilled.js +0 -40
  300. package/es/AgreementMoney.d.ts +0 -6
  301. package/es/AgreementMoney.js +0 -40
  302. package/es/AlignLeftOutlined.d.ts +0 -6
  303. package/es/AlignLeftOutlined.js +0 -38
  304. package/es/AllocationOutlined.d.ts +0 -6
  305. package/es/AllocationOutlined.js +0 -37
  306. package/es/ArrowFilled.d.ts +0 -6
  307. package/es/ArrowFilled.js +0 -37
  308. package/es/ArrowInsideCircleOutlined.d.ts +0 -6
  309. package/es/ArrowInsideCircleOutlined.js +0 -40
  310. package/es/ArrowOutsideCircleOutlined.d.ts +0 -6
  311. package/es/ArrowOutsideCircleOutlined.js +0 -40
  312. package/es/BOutlined.d.ts +0 -6
  313. package/es/BOutlined.js +0 -37
  314. package/es/Balance.d.ts +0 -6
  315. package/es/Balance.js +0 -61
  316. package/es/BarFilled.d.ts +0 -6
  317. package/es/BarFilled.js +0 -37
  318. package/es/BarLineOutlined.d.ts +0 -6
  319. package/es/BarLineOutlined.js +0 -40
  320. package/es/BigEllipsisOutlined.d.ts +0 -6
  321. package/es/BigEllipsisOutlined.js +0 -37
  322. package/es/BlockTowerOutlined.d.ts +0 -6
  323. package/es/BlockTowerOutlined.js +0 -43
  324. package/es/BookmarkFilled.d.ts +0 -6
  325. package/es/BookmarkFilled.js +0 -37
  326. package/es/BoxOutlined.d.ts +0 -6
  327. package/es/BoxOutlined.js +0 -40
  328. package/es/BrowserUpgrade.d.ts +0 -6
  329. package/es/BrowserUpgrade.js +0 -198
  330. package/es/Btc.d.ts +0 -6
  331. package/es/Btc.js +0 -43
  332. package/es/BtcFilled.d.ts +0 -6
  333. package/es/BtcFilled.js +0 -42
  334. package/es/CFileFilled.d.ts +0 -6
  335. package/es/CFileFilled.js +0 -37
  336. package/es/Calendar.d.ts +0 -6
  337. package/es/Calendar.js +0 -44
  338. package/es/CancelledOutlined.d.ts +0 -6
  339. package/es/CancelledOutlined.js +0 -37
  340. package/es/CardLeftOutlined.d.ts +0 -6
  341. package/es/CardLeftOutlined.js +0 -42
  342. package/es/CheckCircleFilled.d.ts +0 -6
  343. package/es/CheckCircleFilled.js +0 -43
  344. package/es/CheckCircleOFilled.d.ts +0 -6
  345. package/es/CheckCircleOFilled.js +0 -48
  346. package/es/CheckCircleOutlined.d.ts +0 -6
  347. package/es/CheckCircleOutlined.js +0 -40
  348. package/es/CircleCalendar.d.ts +0 -6
  349. package/es/CircleCalendar.js +0 -67
  350. package/es/CircleCancelOutlined.d.ts +0 -6
  351. package/es/CircleCancelOutlined.js +0 -37
  352. package/es/CircleComplete.d.ts +0 -6
  353. package/es/CircleComplete.js +0 -70
  354. package/es/CircleCouponFilled.d.ts +0 -6
  355. package/es/CircleCouponFilled.js +0 -40
  356. package/es/CircleDoc.d.ts +0 -6
  357. package/es/CircleDoc.js +0 -67
  358. package/es/CircleLightningFilled.d.ts +0 -6
  359. package/es/CircleLightningFilled.js +0 -40
  360. package/es/CircleListOutlined.d.ts +0 -6
  361. package/es/CircleListOutlined.js +0 -40
  362. package/es/CircleLockFilled.d.ts +0 -6
  363. package/es/CircleLockFilled.js +0 -40
  364. package/es/CircleMoney.d.ts +0 -6
  365. package/es/CircleMoney.js +0 -67
  366. package/es/CircleQuestionOutlined.d.ts +0 -6
  367. package/es/CircleQuestionOutlined.js +0 -43
  368. package/es/CircleShutdownOutlined.d.ts +0 -6
  369. package/es/CircleShutdownOutlined.js +0 -40
  370. package/es/CloseCircleFilled.d.ts +0 -6
  371. package/es/CloseCircleFilled.js +0 -42
  372. package/es/CloseCircleTFilled.d.ts +0 -6
  373. package/es/CloseCircleTFilled.js +0 -42
  374. package/es/CloudOutlined.d.ts +0 -6
  375. package/es/CloudOutlined.js +0 -37
  376. package/es/CoinCircleOutline.d.ts +0 -6
  377. package/es/CoinCircleOutline.js +0 -40
  378. package/es/CoinFilled.d.ts +0 -6
  379. package/es/CoinFilled.js +0 -37
  380. package/es/CompassFilled.d.ts +0 -6
  381. package/es/CompassFilled.js +0 -37
  382. package/es/Complete.d.ts +0 -6
  383. package/es/Complete.js +0 -47
  384. package/es/CopyFilled.d.ts +0 -6
  385. package/es/CopyFilled.js +0 -40
  386. package/es/CopyOutlined.d.ts +0 -6
  387. package/es/CopyOutlined.js +0 -37
  388. package/es/CorrectOutlined.d.ts +0 -6
  389. package/es/CorrectOutlined.js +0 -37
  390. package/es/CouponFilled.d.ts +0 -6
  391. package/es/CouponFilled.js +0 -37
  392. package/es/CycleArrowFilled.d.ts +0 -6
  393. package/es/CycleArrowFilled.js +0 -38
  394. package/es/DashboardOutlined.d.ts +0 -6
  395. package/es/DashboardOutlined.js +0 -49
  396. package/es/Doc.d.ts +0 -6
  397. package/es/Doc.js +0 -47
  398. package/es/DocFilled.d.ts +0 -6
  399. package/es/DocFilled.js +0 -37
  400. package/es/DocFilledOutlined.d.ts +0 -6
  401. package/es/DocFilledOutlined.js +0 -40
  402. package/es/DocTFilled.d.ts +0 -6
  403. package/es/DocTFilled.js +0 -37
  404. package/es/DoubleDownOutlined.d.ts +0 -6
  405. package/es/DoubleDownOutlined.js +0 -40
  406. package/es/DoubleUpOutlined.d.ts +0 -6
  407. package/es/DoubleUpOutlined.js +0 -40
  408. package/es/DoubleUser.d.ts +0 -6
  409. package/es/DoubleUser.js +0 -40
  410. package/es/DoubleUserFilled.d.ts +0 -6
  411. package/es/DoubleUserFilled.js +0 -38
  412. package/es/DownloadFilled.d.ts +0 -6
  413. package/es/DownloadFilled.js +0 -37
  414. package/es/DragDotFilled.d.ts +0 -6
  415. package/es/DragDotFilled.js +0 -64
  416. package/es/DragOutlined.d.ts +0 -6
  417. package/es/DragOutlined.js +0 -37
  418. package/es/EarthFilled.d.ts +0 -6
  419. package/es/EarthFilled.js +0 -37
  420. package/es/EditFilled2.d.ts +0 -6
  421. package/es/EditFilled2.js +0 -43
  422. package/es/ElectricOutlined.d.ts +0 -6
  423. package/es/ElectricOutlined.js +0 -40
  424. package/es/EllipsisOutlined.d.ts +0 -6
  425. package/es/EllipsisOutlined.js +0 -49
  426. package/es/EmailCircleFilled.d.ts +0 -6
  427. package/es/EmailCircleFilled.js +0 -37
  428. package/es/EmailCircleOutlined.d.ts +0 -6
  429. package/es/EmailCircleOutlined.js +0 -40
  430. package/es/EmailFilled.d.ts +0 -6
  431. package/es/EmailFilled.js +0 -37
  432. package/es/EthFilled.d.ts +0 -6
  433. package/es/EthFilled.js +0 -42
  434. package/es/ExclamationCircleFilled.d.ts +0 -6
  435. package/es/ExclamationCircleFilled.js +0 -43
  436. package/es/ExclamationCircleOutlined.d.ts +0 -6
  437. package/es/ExclamationCircleOutlined.js +0 -40
  438. package/es/EyeFilled.d.ts +0 -6
  439. package/es/EyeFilled.js +0 -41
  440. package/es/EyeInvisibleFilled.d.ts +0 -6
  441. package/es/EyeInvisibleFilled.js +0 -37
  442. package/es/FileDoneOutlined.d.ts +0 -6
  443. package/es/FileDoneOutlined.js +0 -43
  444. package/es/FileDownOutlined.d.ts +0 -6
  445. package/es/FileDownOutlined.js +0 -46
  446. package/es/FileSearchOutlined.d.ts +0 -6
  447. package/es/FileSearchOutlined.js +0 -37
  448. package/es/FileTextCircleFilled.d.ts +0 -6
  449. package/es/FileTextCircleFilled.js +0 -45
  450. package/es/FillePageOutlined.d.ts +0 -6
  451. package/es/FillePageOutlined.js +0 -40
  452. package/es/FormOutlined.d.ts +0 -6
  453. package/es/FormOutlined.js +0 -40
  454. package/es/GuilderFilled.d.ts +0 -6
  455. package/es/GuilderFilled.js +0 -37
  456. package/es/HandCardOutlined.d.ts +0 -6
  457. package/es/HandCardOutlined.js +0 -40
  458. package/es/HashCouponFilled.d.ts +0 -6
  459. package/es/HashCouponFilled.js +0 -37
  460. package/es/HomeFilled.d.ts +0 -6
  461. package/es/HomeFilled.js +0 -37
  462. package/es/HornFilled.d.ts +0 -6
  463. package/es/HornFilled.js +0 -43
  464. package/es/InfoCircleFilled.d.ts +0 -6
  465. package/es/InfoCircleFilled.js +0 -37
  466. package/es/KeyFilled.d.ts +0 -6
  467. package/es/KeyFilled.js +0 -37
  468. package/es/KeyOutlined.d.ts +0 -6
  469. package/es/KeyOutlined.js +0 -37
  470. package/es/LagFilled.d.ts +0 -6
  471. package/es/LagFilled.js +0 -41
  472. package/es/LightningFilled.d.ts +0 -6
  473. package/es/LightningFilled.js +0 -37
  474. package/es/LightningFilledTwo.d.ts +0 -6
  475. package/es/LightningFilledTwo.js +0 -40
  476. package/es/LightningOutlined.d.ts +0 -6
  477. package/es/LightningOutlined.js +0 -37
  478. package/es/LockFilled.d.ts +0 -6
  479. package/es/LockFilled.js +0 -37
  480. package/es/LockOutlined.d.ts +0 -6
  481. package/es/LockOutlined.js +0 -40
  482. package/es/MBalance.d.ts +0 -6
  483. package/es/MBalance.js +0 -58
  484. package/es/MUpwardArrow.d.ts +0 -6
  485. package/es/MUpwardArrow.js +0 -44
  486. package/es/MailFilled.d.ts +0 -6
  487. package/es/MailFilled.js +0 -37
  488. package/es/MenuFoldOutlined.d.ts +0 -6
  489. package/es/MenuFoldOutlined.js +0 -37
  490. package/es/MenuUnfoldOutlined.d.ts +0 -6
  491. package/es/MenuUnfoldOutlined.js +0 -37
  492. package/es/MinusCircleFilled.d.ts +0 -6
  493. package/es/MinusCircleFilled.js +0 -37
  494. package/es/Money.d.ts +0 -6
  495. package/es/Money.js +0 -40
  496. package/es/MoneyLockOutlined.d.ts +0 -6
  497. package/es/MoneyLockOutlined.js +0 -37
  498. package/es/MultipleRoundOutlined.d.ts +0 -6
  499. package/es/MultipleRoundOutlined.js +0 -37
  500. package/es/NoData.d.ts +0 -6
  501. package/es/NoData.js +0 -162
  502. package/es/NotFound.d.ts +0 -6
  503. package/es/NotFound.js +0 -584
  504. package/es/OneShovelOutlined.d.ts +0 -6
  505. package/es/OneShovelOutlined.js +0 -37
  506. package/es/OneUserFilled.d.ts +0 -6
  507. package/es/OneUserFilled.js +0 -37
  508. package/es/OrganizationFilled.d.ts +0 -6
  509. package/es/OrganizationFilled.js +0 -38
  510. package/es/PendingFilled.d.ts +0 -6
  511. package/es/PendingFilled.js +0 -57
  512. package/es/PercentOutlined.d.ts +0 -6
  513. package/es/PercentOutlined.js +0 -50
  514. package/es/PersonMoney.d.ts +0 -6
  515. package/es/PersonMoney.js +0 -44
  516. package/es/PhoneCircleFilled.d.ts +0 -6
  517. package/es/PhoneCircleFilled.js +0 -40
  518. package/es/PhoneFilled.d.ts +0 -6
  519. package/es/PhoneFilled.js +0 -38
  520. package/es/PieChartFilled.d.ts +0 -6
  521. package/es/PieChartFilled.js +0 -37
  522. package/es/PieFilled.d.ts +0 -6
  523. package/es/PieFilled.js +0 -37
  524. package/es/PiggyBank.d.ts +0 -6
  525. package/es/PiggyBank.js +0 -40
  526. package/es/PocketFilled.d.ts +0 -6
  527. package/es/PocketFilled.js +0 -40
  528. package/es/PolygonMoney.d.ts +0 -6
  529. package/es/PolygonMoney.js +0 -73
  530. package/es/ProfileOutlined.d.ts +0 -6
  531. package/es/ProfileOutlined.js +0 -40
  532. package/es/QrCodeOutlined.d.ts +0 -6
  533. package/es/QrCodeOutlined.js +0 -37
  534. package/es/QuestionCircleFilled.d.ts +0 -6
  535. package/es/QuestionCircleFilled.js +0 -41
  536. package/es/RefreshCOutlined.d.ts +0 -6
  537. package/es/RefreshCOutlined.js +0 -43
  538. package/es/RefreshOutlined.d.ts +0 -6
  539. package/es/RefreshOutlined.js +0 -37
  540. package/es/ReticuleOutlined.d.ts +0 -6
  541. package/es/ReticuleOutlined.js +0 -40
  542. package/es/RightOutlined.d.ts +0 -6
  543. package/es/RightOutlined.js +0 -37
  544. package/es/SafeMoney.d.ts +0 -6
  545. package/es/SafeMoney.js +0 -47
  546. package/es/SafetyCertificateFilled.d.ts +0 -6
  547. package/es/SafetyCertificateFilled.js +0 -37
  548. package/es/SafetyOutlined.d.ts +0 -6
  549. package/es/SafetyOutlined.js +0 -40
  550. package/es/SearchOutlined.d.ts +0 -6
  551. package/es/SearchOutlined.js +0 -37
  552. package/es/SettingsFilled.d.ts +0 -6
  553. package/es/SettingsFilled.js +0 -46
  554. package/es/SharedFilled.d.ts +0 -6
  555. package/es/SharedFilled.js +0 -37
  556. package/es/ShopOutlined.d.ts +0 -6
  557. package/es/ShopOutlined.js +0 -37
  558. package/es/ShoppingBagOutlined.d.ts +0 -6
  559. package/es/ShoppingBagOutlined.js +0 -37
  560. package/es/ShovelOutlined.d.ts +0 -6
  561. package/es/ShovelOutlined.js +0 -37
  562. package/es/ShrinkFilled.d.ts +0 -6
  563. package/es/ShrinkFilled.js +0 -42
  564. package/es/ShrinkOutlined.d.ts +0 -6
  565. package/es/ShrinkOutlined.js +0 -38
  566. package/es/ShutdownOutlined.d.ts +0 -6
  567. package/es/ShutdownOutlined.js +0 -40
  568. package/es/SmallBarFilled.d.ts +0 -6
  569. package/es/SmallBarFilled.js +0 -53
  570. package/es/SquareForbidOutlined.d.ts +0 -6
  571. package/es/SquareForbidOutlined.js +0 -40
  572. package/es/SquareLockOutlined.d.ts +0 -6
  573. package/es/SquareLockOutlined.js +0 -37
  574. package/es/SquareSwitchOutlined.d.ts +0 -6
  575. package/es/SquareSwitchOutlined.js +0 -40
  576. package/es/SquaresFilled.d.ts +0 -6
  577. package/es/SquaresFilled.js +0 -37
  578. package/es/StereoSquareOutlined.d.ts +0 -6
  579. package/es/StereoSquareOutlined.js +0 -37
  580. package/es/StopCircleOutlined.d.ts +0 -6
  581. package/es/StopCircleOutlined.js +0 -44
  582. package/es/StoreFilled.d.ts +0 -6
  583. package/es/StoreFilled.js +0 -37
  584. package/es/StoreOutlined.d.ts +0 -6
  585. package/es/StoreOutlined.js +0 -40
  586. package/es/SyncOutlined.d.ts +0 -6
  587. package/es/SyncOutlined.js +0 -37
  588. package/es/TagOutlined.d.ts +0 -6
  589. package/es/TagOutlined.js +0 -42
  590. package/es/TimeOutlined.d.ts +0 -6
  591. package/es/TimeOutlined.js +0 -41
  592. package/es/TimeTwoOutlined.d.ts +0 -6
  593. package/es/TimeTwoOutlined.js +0 -60
  594. package/es/TipCircleOutlined.d.ts +0 -6
  595. package/es/TipCircleOutlined.js +0 -43
  596. package/es/TransformFilled.d.ts +0 -6
  597. package/es/TransformFilled.js +0 -49
  598. package/es/TrashOutlined.d.ts +0 -6
  599. package/es/TrashOutlined.js +0 -40
  600. package/es/TriangleFilled.d.ts +0 -6
  601. package/es/TriangleFilled.js +0 -37
  602. package/es/TrumpetMoney.d.ts +0 -6
  603. package/es/TrumpetMoney.js +0 -42
  604. package/es/TvMoney.d.ts +0 -6
  605. package/es/TvMoney.js +0 -47
  606. package/es/UmbrellaOutlined.d.ts +0 -6
  607. package/es/UmbrellaOutlined.js +0 -37
  608. package/es/UndoOutlined.d.ts +0 -6
  609. package/es/UndoOutlined.js +0 -37
  610. package/es/UpwardArrow.d.ts +0 -6
  611. package/es/UpwardArrow.js +0 -67
  612. package/es/UsdtFilled.d.ts +0 -6
  613. package/es/UsdtFilled.js +0 -40
  614. package/es/UserAddFilled.d.ts +0 -6
  615. package/es/UserAddFilled.js +0 -37
  616. package/es/UserFilled.d.ts +0 -6
  617. package/es/UserFilled.js +0 -37
  618. package/es/UserFilled2.d.ts +0 -6
  619. package/es/UserFilled2.js +0 -37
  620. package/es/WalletFilled.d.ts +0 -6
  621. package/es/WalletFilled.js +0 -37
  622. package/es/Welcome.d.ts +0 -6
  623. package/es/Welcome.js +0 -2107
  624. package/es/ZoomCircleOutlined.d.ts +0 -6
  625. package/es/ZoomCircleOutlined.js +0 -40
  626. package/es/ZoomOutlined.d.ts +0 -6
  627. package/es/ZoomOutlined.js +0 -38
  628. package/lib/AdFilled.d.ts +0 -6
  629. package/lib/AdFilled.js +0 -87
  630. package/lib/AgreementMoney.d.ts +0 -6
  631. package/lib/AgreementMoney.js +0 -87
  632. package/lib/AlignLeftOutlined.d.ts +0 -6
  633. package/lib/AlignLeftOutlined.js +0 -85
  634. package/lib/AllocationOutlined.d.ts +0 -6
  635. package/lib/AllocationOutlined.js +0 -84
  636. package/lib/ArrowFilled.d.ts +0 -6
  637. package/lib/ArrowFilled.js +0 -84
  638. package/lib/ArrowInsideCircleOutlined.d.ts +0 -6
  639. package/lib/ArrowInsideCircleOutlined.js +0 -87
  640. package/lib/ArrowOutsideCircleOutlined.d.ts +0 -6
  641. package/lib/ArrowOutsideCircleOutlined.js +0 -87
  642. package/lib/BOutlined.d.ts +0 -6
  643. package/lib/BOutlined.js +0 -84
  644. package/lib/Balance.d.ts +0 -6
  645. package/lib/Balance.js +0 -108
  646. package/lib/BarFilled.d.ts +0 -6
  647. package/lib/BarFilled.js +0 -84
  648. package/lib/BarLineOutlined.d.ts +0 -6
  649. package/lib/BarLineOutlined.js +0 -87
  650. package/lib/BigEllipsisOutlined.d.ts +0 -6
  651. package/lib/BigEllipsisOutlined.js +0 -84
  652. package/lib/BlockTowerOutlined.d.ts +0 -6
  653. package/lib/BlockTowerOutlined.js +0 -90
  654. package/lib/BookmarkFilled.d.ts +0 -6
  655. package/lib/BookmarkFilled.js +0 -84
  656. package/lib/BoxOutlined.d.ts +0 -6
  657. package/lib/BoxOutlined.js +0 -87
  658. package/lib/BrowserUpgrade.d.ts +0 -6
  659. package/lib/BrowserUpgrade.js +0 -245
  660. package/lib/Btc.d.ts +0 -6
  661. package/lib/Btc.js +0 -90
  662. package/lib/BtcFilled.d.ts +0 -6
  663. package/lib/BtcFilled.js +0 -89
  664. package/lib/CFileFilled.d.ts +0 -6
  665. package/lib/CFileFilled.js +0 -84
  666. package/lib/Calendar.d.ts +0 -6
  667. package/lib/Calendar.js +0 -91
  668. package/lib/CancelledOutlined.d.ts +0 -6
  669. package/lib/CancelledOutlined.js +0 -84
  670. package/lib/CardLeftOutlined.d.ts +0 -6
  671. package/lib/CardLeftOutlined.js +0 -89
  672. package/lib/CheckCircleFilled.d.ts +0 -6
  673. package/lib/CheckCircleFilled.js +0 -90
  674. package/lib/CheckCircleOFilled.d.ts +0 -6
  675. package/lib/CheckCircleOFilled.js +0 -95
  676. package/lib/CheckCircleOutlined.d.ts +0 -6
  677. package/lib/CheckCircleOutlined.js +0 -87
  678. package/lib/CircleCalendar.d.ts +0 -6
  679. package/lib/CircleCalendar.js +0 -114
  680. package/lib/CircleCancelOutlined.d.ts +0 -6
  681. package/lib/CircleCancelOutlined.js +0 -84
  682. package/lib/CircleComplete.d.ts +0 -6
  683. package/lib/CircleComplete.js +0 -117
  684. package/lib/CircleCouponFilled.d.ts +0 -6
  685. package/lib/CircleCouponFilled.js +0 -87
  686. package/lib/CircleDoc.d.ts +0 -6
  687. package/lib/CircleDoc.js +0 -114
  688. package/lib/CircleLightningFilled.d.ts +0 -6
  689. package/lib/CircleLightningFilled.js +0 -87
  690. package/lib/CircleListOutlined.d.ts +0 -6
  691. package/lib/CircleListOutlined.js +0 -87
  692. package/lib/CircleLockFilled.d.ts +0 -6
  693. package/lib/CircleLockFilled.js +0 -87
  694. package/lib/CircleMoney.d.ts +0 -6
  695. package/lib/CircleMoney.js +0 -114
  696. package/lib/CircleQuestionOutlined.d.ts +0 -6
  697. package/lib/CircleQuestionOutlined.js +0 -90
  698. package/lib/CircleShutdownOutlined.d.ts +0 -6
  699. package/lib/CircleShutdownOutlined.js +0 -87
  700. package/lib/CloseCircleFilled.d.ts +0 -6
  701. package/lib/CloseCircleFilled.js +0 -89
  702. package/lib/CloseCircleTFilled.d.ts +0 -6
  703. package/lib/CloseCircleTFilled.js +0 -89
  704. package/lib/CloudOutlined.d.ts +0 -6
  705. package/lib/CloudOutlined.js +0 -84
  706. package/lib/CoinCircleOutline.d.ts +0 -6
  707. package/lib/CoinCircleOutline.js +0 -87
  708. package/lib/CoinFilled.d.ts +0 -6
  709. package/lib/CoinFilled.js +0 -84
  710. package/lib/CompassFilled.d.ts +0 -6
  711. package/lib/CompassFilled.js +0 -84
  712. package/lib/Complete.d.ts +0 -6
  713. package/lib/Complete.js +0 -94
  714. package/lib/CopyFilled.d.ts +0 -6
  715. package/lib/CopyFilled.js +0 -87
  716. package/lib/CopyOutlined.d.ts +0 -6
  717. package/lib/CopyOutlined.js +0 -84
  718. package/lib/CorrectOutlined.d.ts +0 -6
  719. package/lib/CorrectOutlined.js +0 -84
  720. package/lib/CouponFilled.d.ts +0 -6
  721. package/lib/CouponFilled.js +0 -84
  722. package/lib/CycleArrowFilled.d.ts +0 -6
  723. package/lib/CycleArrowFilled.js +0 -85
  724. package/lib/DashboardOutlined.d.ts +0 -6
  725. package/lib/DashboardOutlined.js +0 -96
  726. package/lib/Doc.d.ts +0 -6
  727. package/lib/Doc.js +0 -94
  728. package/lib/DocFilled.d.ts +0 -6
  729. package/lib/DocFilled.js +0 -84
  730. package/lib/DocFilledOutlined.d.ts +0 -6
  731. package/lib/DocFilledOutlined.js +0 -87
  732. package/lib/DocTFilled.d.ts +0 -6
  733. package/lib/DocTFilled.js +0 -84
  734. package/lib/DoubleDownOutlined.d.ts +0 -6
  735. package/lib/DoubleDownOutlined.js +0 -87
  736. package/lib/DoubleUpOutlined.d.ts +0 -6
  737. package/lib/DoubleUpOutlined.js +0 -87
  738. package/lib/DoubleUser.d.ts +0 -6
  739. package/lib/DoubleUser.js +0 -87
  740. package/lib/DoubleUserFilled.d.ts +0 -6
  741. package/lib/DoubleUserFilled.js +0 -85
  742. package/lib/DownloadFilled.d.ts +0 -6
  743. package/lib/DownloadFilled.js +0 -84
  744. package/lib/DragDotFilled.d.ts +0 -6
  745. package/lib/DragDotFilled.js +0 -111
  746. package/lib/DragOutlined.d.ts +0 -6
  747. package/lib/DragOutlined.js +0 -84
  748. package/lib/EarthFilled.d.ts +0 -6
  749. package/lib/EarthFilled.js +0 -84
  750. package/lib/EditFilled2.d.ts +0 -6
  751. package/lib/EditFilled2.js +0 -90
  752. package/lib/ElectricOutlined.d.ts +0 -6
  753. package/lib/ElectricOutlined.js +0 -87
  754. package/lib/EllipsisOutlined.d.ts +0 -6
  755. package/lib/EllipsisOutlined.js +0 -96
  756. package/lib/EmailCircleFilled.d.ts +0 -6
  757. package/lib/EmailCircleFilled.js +0 -84
  758. package/lib/EmailCircleOutlined.d.ts +0 -6
  759. package/lib/EmailCircleOutlined.js +0 -87
  760. package/lib/EmailFilled.d.ts +0 -6
  761. package/lib/EmailFilled.js +0 -84
  762. package/lib/EthFilled.d.ts +0 -6
  763. package/lib/EthFilled.js +0 -89
  764. package/lib/ExclamationCircleFilled.d.ts +0 -6
  765. package/lib/ExclamationCircleFilled.js +0 -90
  766. package/lib/ExclamationCircleOutlined.d.ts +0 -6
  767. package/lib/ExclamationCircleOutlined.js +0 -87
  768. package/lib/EyeFilled.d.ts +0 -6
  769. package/lib/EyeFilled.js +0 -88
  770. package/lib/EyeInvisibleFilled.d.ts +0 -6
  771. package/lib/EyeInvisibleFilled.js +0 -84
  772. package/lib/FileDoneOutlined.d.ts +0 -6
  773. package/lib/FileDoneOutlined.js +0 -90
  774. package/lib/FileDownOutlined.d.ts +0 -6
  775. package/lib/FileDownOutlined.js +0 -93
  776. package/lib/FileSearchOutlined.d.ts +0 -6
  777. package/lib/FileSearchOutlined.js +0 -84
  778. package/lib/FileTextCircleFilled.d.ts +0 -6
  779. package/lib/FileTextCircleFilled.js +0 -92
  780. package/lib/FillePageOutlined.d.ts +0 -6
  781. package/lib/FillePageOutlined.js +0 -87
  782. package/lib/FormOutlined.d.ts +0 -6
  783. package/lib/FormOutlined.js +0 -87
  784. package/lib/GuilderFilled.d.ts +0 -6
  785. package/lib/GuilderFilled.js +0 -84
  786. package/lib/HandCardOutlined.d.ts +0 -6
  787. package/lib/HandCardOutlined.js +0 -87
  788. package/lib/HashCouponFilled.d.ts +0 -6
  789. package/lib/HashCouponFilled.js +0 -84
  790. package/lib/HomeFilled.d.ts +0 -6
  791. package/lib/HomeFilled.js +0 -84
  792. package/lib/HornFilled.d.ts +0 -6
  793. package/lib/HornFilled.js +0 -90
  794. package/lib/InfoCircleFilled.d.ts +0 -6
  795. package/lib/InfoCircleFilled.js +0 -84
  796. package/lib/KeyFilled.d.ts +0 -6
  797. package/lib/KeyFilled.js +0 -84
  798. package/lib/KeyOutlined.d.ts +0 -6
  799. package/lib/KeyOutlined.js +0 -84
  800. package/lib/LagFilled.d.ts +0 -6
  801. package/lib/LagFilled.js +0 -88
  802. package/lib/LightningFilled.d.ts +0 -6
  803. package/lib/LightningFilled.js +0 -84
  804. package/lib/LightningFilledTwo.d.ts +0 -6
  805. package/lib/LightningFilledTwo.js +0 -87
  806. package/lib/LightningOutlined.d.ts +0 -6
  807. package/lib/LightningOutlined.js +0 -84
  808. package/lib/LockFilled.d.ts +0 -6
  809. package/lib/LockFilled.js +0 -84
  810. package/lib/LockOutlined.d.ts +0 -6
  811. package/lib/LockOutlined.js +0 -87
  812. package/lib/MBalance.d.ts +0 -6
  813. package/lib/MBalance.js +0 -105
  814. package/lib/MUpwardArrow.d.ts +0 -6
  815. package/lib/MUpwardArrow.js +0 -91
  816. package/lib/MailFilled.d.ts +0 -6
  817. package/lib/MailFilled.js +0 -84
  818. package/lib/MenuFoldOutlined.d.ts +0 -6
  819. package/lib/MenuFoldOutlined.js +0 -84
  820. package/lib/MenuUnfoldOutlined.d.ts +0 -6
  821. package/lib/MenuUnfoldOutlined.js +0 -84
  822. package/lib/MinusCircleFilled.d.ts +0 -6
  823. package/lib/MinusCircleFilled.js +0 -84
  824. package/lib/Money.d.ts +0 -6
  825. package/lib/Money.js +0 -87
  826. package/lib/MoneyLockOutlined.d.ts +0 -6
  827. package/lib/MoneyLockOutlined.js +0 -84
  828. package/lib/MultipleRoundOutlined.d.ts +0 -6
  829. package/lib/MultipleRoundOutlined.js +0 -84
  830. package/lib/NoData.d.ts +0 -6
  831. package/lib/NoData.js +0 -209
  832. package/lib/NotFound.d.ts +0 -6
  833. package/lib/NotFound.js +0 -631
  834. package/lib/OneShovelOutlined.d.ts +0 -6
  835. package/lib/OneShovelOutlined.js +0 -84
  836. package/lib/OneUserFilled.d.ts +0 -6
  837. package/lib/OneUserFilled.js +0 -84
  838. package/lib/OrganizationFilled.d.ts +0 -6
  839. package/lib/OrganizationFilled.js +0 -85
  840. package/lib/PendingFilled.d.ts +0 -6
  841. package/lib/PendingFilled.js +0 -104
  842. package/lib/PercentOutlined.d.ts +0 -6
  843. package/lib/PercentOutlined.js +0 -97
  844. package/lib/PersonMoney.d.ts +0 -6
  845. package/lib/PersonMoney.js +0 -91
  846. package/lib/PhoneCircleFilled.d.ts +0 -6
  847. package/lib/PhoneCircleFilled.js +0 -87
  848. package/lib/PhoneFilled.d.ts +0 -6
  849. package/lib/PhoneFilled.js +0 -85
  850. package/lib/PieChartFilled.d.ts +0 -6
  851. package/lib/PieChartFilled.js +0 -84
  852. package/lib/PieFilled.d.ts +0 -6
  853. package/lib/PieFilled.js +0 -84
  854. package/lib/PiggyBank.d.ts +0 -6
  855. package/lib/PiggyBank.js +0 -87
  856. package/lib/PocketFilled.d.ts +0 -6
  857. package/lib/PocketFilled.js +0 -87
  858. package/lib/PolygonMoney.d.ts +0 -6
  859. package/lib/PolygonMoney.js +0 -120
  860. package/lib/ProfileOutlined.d.ts +0 -6
  861. package/lib/ProfileOutlined.js +0 -87
  862. package/lib/QrCodeOutlined.d.ts +0 -6
  863. package/lib/QrCodeOutlined.js +0 -84
  864. package/lib/QuestionCircleFilled.d.ts +0 -6
  865. package/lib/QuestionCircleFilled.js +0 -88
  866. package/lib/RefreshCOutlined.d.ts +0 -6
  867. package/lib/RefreshCOutlined.js +0 -90
  868. package/lib/RefreshOutlined.d.ts +0 -6
  869. package/lib/RefreshOutlined.js +0 -84
  870. package/lib/ReticuleOutlined.d.ts +0 -6
  871. package/lib/ReticuleOutlined.js +0 -87
  872. package/lib/RightOutlined.d.ts +0 -6
  873. package/lib/RightOutlined.js +0 -84
  874. package/lib/SafeMoney.d.ts +0 -6
  875. package/lib/SafeMoney.js +0 -94
  876. package/lib/SafetyCertificateFilled.d.ts +0 -6
  877. package/lib/SafetyCertificateFilled.js +0 -84
  878. package/lib/SafetyOutlined.d.ts +0 -6
  879. package/lib/SafetyOutlined.js +0 -87
  880. package/lib/SearchOutlined.d.ts +0 -6
  881. package/lib/SearchOutlined.js +0 -84
  882. package/lib/SettingsFilled.d.ts +0 -6
  883. package/lib/SettingsFilled.js +0 -93
  884. package/lib/SharedFilled.d.ts +0 -6
  885. package/lib/SharedFilled.js +0 -84
  886. package/lib/ShopOutlined.d.ts +0 -6
  887. package/lib/ShopOutlined.js +0 -84
  888. package/lib/ShoppingBagOutlined.d.ts +0 -6
  889. package/lib/ShoppingBagOutlined.js +0 -84
  890. package/lib/ShovelOutlined.d.ts +0 -6
  891. package/lib/ShovelOutlined.js +0 -84
  892. package/lib/ShrinkFilled.d.ts +0 -6
  893. package/lib/ShrinkFilled.js +0 -89
  894. package/lib/ShrinkOutlined.d.ts +0 -6
  895. package/lib/ShrinkOutlined.js +0 -85
  896. package/lib/ShutdownOutlined.d.ts +0 -6
  897. package/lib/ShutdownOutlined.js +0 -87
  898. package/lib/SmallBarFilled.d.ts +0 -6
  899. package/lib/SmallBarFilled.js +0 -100
  900. package/lib/SquareForbidOutlined.d.ts +0 -6
  901. package/lib/SquareForbidOutlined.js +0 -87
  902. package/lib/SquareLockOutlined.d.ts +0 -6
  903. package/lib/SquareLockOutlined.js +0 -84
  904. package/lib/SquareSwitchOutlined.d.ts +0 -6
  905. package/lib/SquareSwitchOutlined.js +0 -87
  906. package/lib/SquaresFilled.d.ts +0 -6
  907. package/lib/SquaresFilled.js +0 -84
  908. package/lib/StereoSquareOutlined.d.ts +0 -6
  909. package/lib/StereoSquareOutlined.js +0 -84
  910. package/lib/StopCircleOutlined.d.ts +0 -6
  911. package/lib/StopCircleOutlined.js +0 -91
  912. package/lib/StoreFilled.d.ts +0 -6
  913. package/lib/StoreFilled.js +0 -84
  914. package/lib/StoreOutlined.d.ts +0 -6
  915. package/lib/StoreOutlined.js +0 -87
  916. package/lib/SyncOutlined.d.ts +0 -6
  917. package/lib/SyncOutlined.js +0 -84
  918. package/lib/TagOutlined.d.ts +0 -6
  919. package/lib/TagOutlined.js +0 -89
  920. package/lib/TimeOutlined.d.ts +0 -6
  921. package/lib/TimeOutlined.js +0 -88
  922. package/lib/TimeTwoOutlined.d.ts +0 -6
  923. package/lib/TimeTwoOutlined.js +0 -107
  924. package/lib/TipCircleOutlined.d.ts +0 -6
  925. package/lib/TipCircleOutlined.js +0 -90
  926. package/lib/TransformFilled.d.ts +0 -6
  927. package/lib/TransformFilled.js +0 -96
  928. package/lib/TrashOutlined.d.ts +0 -6
  929. package/lib/TrashOutlined.js +0 -87
  930. package/lib/TriangleFilled.d.ts +0 -6
  931. package/lib/TriangleFilled.js +0 -84
  932. package/lib/TrumpetMoney.d.ts +0 -6
  933. package/lib/TrumpetMoney.js +0 -89
  934. package/lib/TvMoney.d.ts +0 -6
  935. package/lib/TvMoney.js +0 -94
  936. package/lib/UmbrellaOutlined.d.ts +0 -6
  937. package/lib/UmbrellaOutlined.js +0 -84
  938. package/lib/UndoOutlined.d.ts +0 -6
  939. package/lib/UndoOutlined.js +0 -84
  940. package/lib/UpwardArrow.d.ts +0 -6
  941. package/lib/UpwardArrow.js +0 -114
  942. package/lib/UsdtFilled.d.ts +0 -6
  943. package/lib/UsdtFilled.js +0 -87
  944. package/lib/UserAddFilled.d.ts +0 -6
  945. package/lib/UserAddFilled.js +0 -84
  946. package/lib/UserFilled.d.ts +0 -6
  947. package/lib/UserFilled.js +0 -84
  948. package/lib/UserFilled2.d.ts +0 -6
  949. package/lib/UserFilled2.js +0 -84
  950. package/lib/WalletFilled.d.ts +0 -6
  951. package/lib/WalletFilled.js +0 -84
  952. package/lib/Welcome.d.ts +0 -6
  953. package/lib/Welcome.js +0 -2154
  954. package/lib/ZoomCircleOutlined.d.ts +0 -6
  955. package/lib/ZoomCircleOutlined.js +0 -87
  956. package/lib/ZoomOutlined.d.ts +0 -6
  957. package/lib/ZoomOutlined.js +0 -85
  958. package/src/AdFilled.tsx +0 -22
  959. package/src/AgreementMoney.tsx +0 -22
  960. package/src/AlignLeftOutlined.tsx +0 -17
  961. package/src/AllocationOutlined.tsx +0 -18
  962. package/src/ArrowFilled.tsx +0 -15
  963. package/src/ArrowInsideCircleOutlined.tsx +0 -22
  964. package/src/ArrowOutsideCircleOutlined.tsx +0 -22
  965. package/src/BOutlined.tsx +0 -18
  966. package/src/Balance.tsx +0 -53
  967. package/src/BarFilled.tsx +0 -18
  968. package/src/BarLineOutlined.tsx +0 -18
  969. package/src/BigEllipsisOutlined.tsx +0 -18
  970. package/src/BlockTowerOutlined.tsx +0 -26
  971. package/src/BookmarkFilled.tsx +0 -18
  972. package/src/BoxOutlined.tsx +0 -19
  973. package/src/BrowserUpgrade.tsx +0 -188
  974. package/src/Btc.tsx +0 -20
  975. package/src/BtcFilled.tsx +0 -19
  976. package/src/CFileFilled.tsx +0 -18
  977. package/src/Calendar.tsx +0 -31
  978. package/src/CancelledOutlined.tsx +0 -18
  979. package/src/CardLeftOutlined.tsx +0 -19
  980. package/src/CheckCircleFilled.tsx +0 -20
  981. package/src/CheckCircleOFilled.tsx +0 -29
  982. package/src/CheckCircleOutlined.tsx +0 -22
  983. package/src/CircleCalendar.tsx +0 -58
  984. package/src/CircleCancelOutlined.tsx +0 -18
  985. package/src/CircleComplete.tsx +0 -60
  986. package/src/CircleCouponFilled.tsx +0 -19
  987. package/src/CircleDoc.tsx +0 -56
  988. package/src/CircleLightningFilled.tsx +0 -19
  989. package/src/CircleListOutlined.tsx +0 -22
  990. package/src/CircleLockFilled.tsx +0 -22
  991. package/src/CircleMoney.tsx +0 -56
  992. package/src/CircleQuestionOutlined.tsx +0 -23
  993. package/src/CircleShutdownOutlined.tsx +0 -18
  994. package/src/CloseCircleFilled.tsx +0 -19
  995. package/src/CloseCircleTFilled.tsx +0 -19
  996. package/src/CloudOutlined.tsx +0 -18
  997. package/src/CoinCircleOutline.tsx +0 -22
  998. package/src/CoinFilled.tsx +0 -18
  999. package/src/CompassFilled.tsx +0 -18
  1000. package/src/Complete.tsx +0 -35
  1001. package/src/CopyFilled.tsx +0 -22
  1002. package/src/CopyOutlined.tsx +0 -18
  1003. package/src/CorrectOutlined.tsx +0 -18
  1004. package/src/CouponFilled.tsx +0 -18
  1005. package/src/CycleArrowFilled.tsx +0 -17
  1006. package/src/DashboardOutlined.tsx +0 -29
  1007. package/src/Doc.tsx +0 -35
  1008. package/src/DocFilled.tsx +0 -18
  1009. package/src/DocFilledOutlined.tsx +0 -22
  1010. package/src/DocTFilled.tsx +0 -18
  1011. package/src/DoubleDownOutlined.tsx +0 -22
  1012. package/src/DoubleUpOutlined.tsx +0 -22
  1013. package/src/DoubleUser.tsx +0 -23
  1014. package/src/DoubleUserFilled.tsx +0 -17
  1015. package/src/DownloadFilled.tsx +0 -18
  1016. package/src/DragDotFilled.tsx +0 -20
  1017. package/src/DragOutlined.tsx +0 -18
  1018. package/src/EarthFilled.tsx +0 -18
  1019. package/src/EditFilled2.tsx +0 -24
  1020. package/src/ElectricOutlined.tsx +0 -22
  1021. package/src/EllipsisOutlined.tsx +0 -17
  1022. package/src/EmailCircleFilled.tsx +0 -18
  1023. package/src/EmailCircleOutlined.tsx +0 -22
  1024. package/src/EmailFilled.tsx +0 -18
  1025. package/src/EthFilled.tsx +0 -19
  1026. package/src/ExclamationCircleFilled.tsx +0 -19
  1027. package/src/ExclamationCircleOutlined.tsx +0 -22
  1028. package/src/EyeFilled.tsx +0 -19
  1029. package/src/EyeInvisibleFilled.tsx +0 -18
  1030. package/src/FileDoneOutlined.tsx +0 -26
  1031. package/src/FileDownOutlined.tsx +0 -30
  1032. package/src/FileSearchOutlined.tsx +0 -18
  1033. package/src/FileTextCircleFilled.tsx +0 -23
  1034. package/src/FillePageOutlined.tsx +0 -22
  1035. package/src/FormOutlined.tsx +0 -22
  1036. package/src/GuilderFilled.tsx +0 -18
  1037. package/src/HandCardOutlined.tsx +0 -22
  1038. package/src/HashCouponFilled.tsx +0 -18
  1039. package/src/HomeFilled.tsx +0 -18
  1040. package/src/HornFilled.tsx +0 -20
  1041. package/src/InfoCircleFilled.tsx +0 -18
  1042. package/src/KeyFilled.tsx +0 -18
  1043. package/src/KeyOutlined.tsx +0 -18
  1044. package/src/LagFilled.tsx +0 -23
  1045. package/src/LightningFilled.tsx +0 -18
  1046. package/src/LightningFilledTwo.tsx +0 -18
  1047. package/src/LightningOutlined.tsx +0 -18
  1048. package/src/LockFilled.tsx +0 -18
  1049. package/src/LockOutlined.tsx +0 -22
  1050. package/src/MBalance.tsx +0 -49
  1051. package/src/MUpwardArrow.tsx +0 -31
  1052. package/src/MailFilled.tsx +0 -18
  1053. package/src/MenuFoldOutlined.tsx +0 -18
  1054. package/src/MenuUnfoldOutlined.tsx +0 -18
  1055. package/src/MinusCircleFilled.tsx +0 -18
  1056. package/src/Money.tsx +0 -22
  1057. package/src/MoneyLockOutlined.tsx +0 -18
  1058. package/src/MultipleRoundOutlined.tsx +0 -18
  1059. package/src/NoData.tsx +0 -135
  1060. package/src/NotFound.tsx +0 -534
  1061. package/src/OneShovelOutlined.tsx +0 -18
  1062. package/src/OneUserFilled.tsx +0 -18
  1063. package/src/OrganizationFilled.tsx +0 -23
  1064. package/src/PendingFilled.tsx +0 -18
  1065. package/src/PercentOutlined.tsx +0 -24
  1066. package/src/PersonMoney.tsx +0 -31
  1067. package/src/PhoneCircleFilled.tsx +0 -18
  1068. package/src/PhoneFilled.tsx +0 -19
  1069. package/src/PieChartFilled.tsx +0 -18
  1070. package/src/PieFilled.tsx +0 -18
  1071. package/src/PiggyBank.tsx +0 -22
  1072. package/src/PocketFilled.tsx +0 -22
  1073. package/src/PolygonMoney.tsx +0 -61
  1074. package/src/ProfileOutlined.tsx +0 -22
  1075. package/src/QrCodeOutlined.tsx +0 -18
  1076. package/src/QuestionCircleFilled.tsx +0 -23
  1077. package/src/RefreshCOutlined.tsx +0 -26
  1078. package/src/RefreshOutlined.tsx +0 -18
  1079. package/src/ReticuleOutlined.tsx +0 -22
  1080. package/src/RightOutlined.tsx +0 -18
  1081. package/src/SafeMoney.tsx +0 -35
  1082. package/src/SafetyCertificateFilled.tsx +0 -18
  1083. package/src/SafetyOutlined.tsx +0 -22
  1084. package/src/SearchOutlined.tsx +0 -18
  1085. package/src/SettingsFilled.tsx +0 -20
  1086. package/src/SharedFilled.tsx +0 -18
  1087. package/src/ShopOutlined.tsx +0 -18
  1088. package/src/ShoppingBagOutlined.tsx +0 -18
  1089. package/src/ShovelOutlined.tsx +0 -18
  1090. package/src/ShrinkFilled.tsx +0 -19
  1091. package/src/ShrinkOutlined.tsx +0 -23
  1092. package/src/ShutdownOutlined.tsx +0 -22
  1093. package/src/SmallBarFilled.tsx +0 -17
  1094. package/src/SquareForbidOutlined.tsx +0 -22
  1095. package/src/SquareLockOutlined.tsx +0 -18
  1096. package/src/SquareSwitchOutlined.tsx +0 -22
  1097. package/src/SquaresFilled.tsx +0 -18
  1098. package/src/StereoSquareOutlined.tsx +0 -18
  1099. package/src/StopCircleOutlined.tsx +0 -16
  1100. package/src/StoreFilled.tsx +0 -18
  1101. package/src/StoreOutlined.tsx +0 -22
  1102. package/src/SyncOutlined.tsx +0 -18
  1103. package/src/TagOutlined.tsx +0 -19
  1104. package/src/TimeOutlined.tsx +0 -27
  1105. package/src/TimeTwoOutlined.tsx +0 -26
  1106. package/src/TipCircleOutlined.tsx +0 -26
  1107. package/src/TransformFilled.tsx +0 -28
  1108. package/src/TrashOutlined.tsx +0 -18
  1109. package/src/TriangleFilled.tsx +0 -18
  1110. package/src/TrumpetMoney.tsx +0 -33
  1111. package/src/TvMoney.tsx +0 -35
  1112. package/src/UmbrellaOutlined.tsx +0 -18
  1113. package/src/UndoOutlined.tsx +0 -18
  1114. package/src/UpwardArrow.tsx +0 -56
  1115. package/src/UsdtFilled.tsx +0 -19
  1116. package/src/UserAddFilled.tsx +0 -18
  1117. package/src/UserFilled.tsx +0 -18
  1118. package/src/UserFilled2.tsx +0 -18
  1119. package/src/WalletFilled.tsx +0 -18
  1120. package/src/Welcome.tsx +0 -1919
  1121. package/src/ZoomCircleOutlined.tsx +0 -19
  1122. package/src/ZoomOutlined.tsx +0 -23
@@ -1,84 +0,0 @@
1
- "use strict";
2
-
3
- var __assign = this && this.__assign || function () {
4
- __assign = Object.assign || function (t) {
5
- for (var s, i = 1, n = arguments.length; i < n; i++) {
6
- s = arguments[i];
7
-
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
- }
11
- }
12
-
13
- return t;
14
- };
15
-
16
- return __assign.apply(this, arguments);
17
- };
18
-
19
- var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
- if (k2 === undefined) k2 = k;
21
- Object.defineProperty(o, k2, {
22
- enumerable: true,
23
- get: function get() {
24
- return m[k];
25
- }
26
- });
27
- } : function (o, m, k, k2) {
28
- if (k2 === undefined) k2 = k;
29
- o[k2] = m[k];
30
- });
31
-
32
- var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
33
- Object.defineProperty(o, "default", {
34
- enumerable: true,
35
- value: v
36
- });
37
- } : function (o, v) {
38
- o["default"] = v;
39
- });
40
-
41
- var __importStar = this && this.__importStar || function (mod) {
42
- if (mod && mod.__esModule) return mod;
43
- var result = {};
44
- if (mod != null) for (var k in mod) {
45
- if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
- }
47
-
48
- __setModuleDefault(result, mod);
49
-
50
- return result;
51
- };
52
-
53
- var __importDefault = this && this.__importDefault || function (mod) {
54
- return mod && mod.__esModule ? mod : {
55
- "default": mod
56
- };
57
- };
58
-
59
- Object.defineProperty(exports, "__esModule", {
60
- value: true
61
- });
62
-
63
- var React = __importStar(require("react"));
64
-
65
- var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
66
-
67
- function BookmarkFilled(componentProps) {
68
- var IconNode = function IconNode(props) {
69
- return React.createElement("svg", __assign({
70
- xmlns: "http://www.w3.org/2000/svg",
71
- viewBox: "0 0 16 16"
72
- }, props), React.createElement("path", {
73
- fill: "currentColor",
74
- d: "M12.9 15.9l-4.1-2.2c-.5-.3-1.1-.3-1.5 0l-4.2 2.2c-.3.2-.7 0-.8-.2 0-.1-.1-.2-.1-.3V1.9C2.2.9 3.1 0 4.1 0h7.7c1.1 0 1.9.9 1.9 1.9v13.5c0 .3-.3.6-.6.6 0 0-.1 0-.2-.1z"
75
- }));
76
- };
77
-
78
- return React.createElement(Icon_1["default"], __assign({}, componentProps, {
79
- component: IconNode
80
- }));
81
- }
82
-
83
- BookmarkFilled.displayName = 'BookmarkFilled';
84
- exports["default"] = BookmarkFilled;
@@ -1,6 +0,0 @@
1
- import { IconProps } from 'a-base-icon/lib/Icon';
2
- declare function BoxOutlined(componentProps: IconProps): JSX.Element;
3
- declare namespace BoxOutlined {
4
- var displayName: string;
5
- }
6
- export default BoxOutlined;
@@ -1,87 +0,0 @@
1
- "use strict";
2
-
3
- var __assign = this && this.__assign || function () {
4
- __assign = Object.assign || function (t) {
5
- for (var s, i = 1, n = arguments.length; i < n; i++) {
6
- s = arguments[i];
7
-
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
- }
11
- }
12
-
13
- return t;
14
- };
15
-
16
- return __assign.apply(this, arguments);
17
- };
18
-
19
- var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
- if (k2 === undefined) k2 = k;
21
- Object.defineProperty(o, k2, {
22
- enumerable: true,
23
- get: function get() {
24
- return m[k];
25
- }
26
- });
27
- } : function (o, m, k, k2) {
28
- if (k2 === undefined) k2 = k;
29
- o[k2] = m[k];
30
- });
31
-
32
- var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
33
- Object.defineProperty(o, "default", {
34
- enumerable: true,
35
- value: v
36
- });
37
- } : function (o, v) {
38
- o["default"] = v;
39
- });
40
-
41
- var __importStar = this && this.__importStar || function (mod) {
42
- if (mod && mod.__esModule) return mod;
43
- var result = {};
44
- if (mod != null) for (var k in mod) {
45
- if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
- }
47
-
48
- __setModuleDefault(result, mod);
49
-
50
- return result;
51
- };
52
-
53
- var __importDefault = this && this.__importDefault || function (mod) {
54
- return mod && mod.__esModule ? mod : {
55
- "default": mod
56
- };
57
- };
58
-
59
- Object.defineProperty(exports, "__esModule", {
60
- value: true
61
- });
62
-
63
- var React = __importStar(require("react"));
64
-
65
- var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
66
-
67
- function BoxOutlined(componentProps) {
68
- var IconNode = function IconNode(props) {
69
- return React.createElement("svg", __assign({
70
- xmlns: "http://www.w3.org/2000/svg",
71
- viewBox: "0 0 16 16"
72
- }, props), React.createElement("path", {
73
- fill: "currentColor",
74
- d: "M15.31 4.19a.34.34 0 00-.05-.14l-1.59-2.81a1.63 1.63 0 00-1.39-.8H3.72a1.61 1.61 0 00-1.39.81l-1.7 3a.36.36 0 000 .11 1.53 1.53 0 00-.07.36v9.5a1.25 1.25 0 001.25 1.25h12.5a1.25 1.25 0 001.25-1.25V4.81a1.19 1.19 0 00-.25-.62zM12.8 1.74l1 1.82h-2.62l-.92-2.12h2a.6.6 0 01.54.3zM5.67 4.56h4.66v3.62L8.26 6.89a.49.49 0 00-.52 0L5.67 8.18zm3.5-3.12l.92 2.12H5.91l.92-2.12zm-6 .3a.62.62 0 01.52-.3h2l-.87 2.12H2.18zM14.5 14.31a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25v-9.5a.25.25 0 01.25-.25h2.92v4.52a.51.51 0 00.26.44.5.5 0 00.5 0L8 7.91l2.57 1.6a.48.48 0 00.26.07.48.48 0 00.24-.06.51.51 0 00.26-.44V4.56h2.92a.25.25 0 01.25.25z"
75
- }), React.createElement("path", {
76
- fill: "currentColor",
77
- d: "M6.38 11.56H3a.5.5 0 000 1h3.38a.5.5 0 100-1z"
78
- }));
79
- };
80
-
81
- return React.createElement(Icon_1["default"], __assign({}, componentProps, {
82
- component: IconNode
83
- }));
84
- }
85
-
86
- BoxOutlined.displayName = 'BoxOutlined';
87
- exports["default"] = BoxOutlined;
@@ -1,6 +0,0 @@
1
- import { IconProps } from 'a-base-icon/lib/Icon';
2
- declare function BrowserUpgrade(componentProps: IconProps): JSX.Element;
3
- declare namespace BrowserUpgrade {
4
- var displayName: string;
5
- }
6
- export default BrowserUpgrade;
@@ -1,245 +0,0 @@
1
- "use strict";
2
-
3
- var __assign = this && this.__assign || function () {
4
- __assign = Object.assign || function (t) {
5
- for (var s, i = 1, n = arguments.length; i < n; i++) {
6
- s = arguments[i];
7
-
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
- }
11
- }
12
-
13
- return t;
14
- };
15
-
16
- return __assign.apply(this, arguments);
17
- };
18
-
19
- var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
- if (k2 === undefined) k2 = k;
21
- Object.defineProperty(o, k2, {
22
- enumerable: true,
23
- get: function get() {
24
- return m[k];
25
- }
26
- });
27
- } : function (o, m, k, k2) {
28
- if (k2 === undefined) k2 = k;
29
- o[k2] = m[k];
30
- });
31
-
32
- var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
33
- Object.defineProperty(o, "default", {
34
- enumerable: true,
35
- value: v
36
- });
37
- } : function (o, v) {
38
- o["default"] = v;
39
- });
40
-
41
- var __importStar = this && this.__importStar || function (mod) {
42
- if (mod && mod.__esModule) return mod;
43
- var result = {};
44
- if (mod != null) for (var k in mod) {
45
- if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
- }
47
-
48
- __setModuleDefault(result, mod);
49
-
50
- return result;
51
- };
52
-
53
- var __importDefault = this && this.__importDefault || function (mod) {
54
- return mod && mod.__esModule ? mod : {
55
- "default": mod
56
- };
57
- };
58
-
59
- Object.defineProperty(exports, "__esModule", {
60
- value: true
61
- });
62
-
63
- var React = __importStar(require("react"));
64
-
65
- var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
66
-
67
- function BrowserUpgrade(componentProps) {
68
- var IconNode = function IconNode(props) {
69
- return React.createElement("svg", __assign({
70
- id: "browser-upgrade_svg__Layer_1",
71
- xmlns: "http://www.w3.org/2000/svg",
72
- x: 0,
73
- y: 0,
74
- viewBox: "0 0 634.1 552.9",
75
- xmlSpace: "preserve"
76
- }, props), React.createElement("style", null, '.browser-upgrade_svg__st1{fill:#fff}.browser-upgrade_svg__st2{opacity:.33;fill:#d7d9e1;enable-background:new}.browser-upgrade_svg__st3{fill:#5a91bc}.browser-upgrade_svg__st4{fill:#d7d9e1}.browser-upgrade_svg__st6{opacity:.14;fill:#020202;enable-background:new}.browser-upgrade_svg__st9{fill:#fca89e}.browser-upgrade_svg__st13{fill:#473f47}.browser-upgrade_svg__st14{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}'), React.createElement("path", {
77
- d: "M351.2 3.3c-8 1.4-15.9 3.4-23.6 5.9-51.1 16.7-148.3 42.5-186.1 80.5-43.9 44.3-30.4 102.5-74.6 146.4-36.5 36.4-67 72-66.9 127.1.1 97.2 84.1 131 162.6 155.5 93 29 191.9 42.3 288.9 29.1 41.1-5.6 82.6-16.4 116.2-40.8 50.2-36.5 74.3-103.4 63.9-163.9-5.3-30.7-14.5-58.5-17.1-90-3.3-41.1 3.6-83.3-8.4-123.5-21-70-94.6-112.2-166.6-124.9-29.1-5.3-59.3-6.6-88.3-1.4z",
78
- opacity: 0.18,
79
- fill: "#5a91bc"
80
- }), React.createElement("path", {
81
- className: "browser-upgrade_svg__st1",
82
- d: "M582.3 74.4v364.9c0 12.7-10.3 23.1-23.1 23.1H74.8c-12.7 0-23.1-10.3-23.1-23.1V81.2c0-12.7 10.3-23.1 23.1-23.1H566c9 0 16.3 7.3 16.3 16.3z"
83
- }), React.createElement("path", {
84
- className: "browser-upgrade_svg__st2",
85
- d: "M137.1 137.3h231.5v142.3H137.1zM137.1 293.2h231.5v142.3H137.1z"
86
- }), React.createElement("path", {
87
- className: "browser-upgrade_svg__st3",
88
- d: "M582.3 74.7v.6H51.8v-.6c0-12.7 10.3-23.1 23.1-23.1h484.4c12.6.1 23 10.4 23 23.1z"
89
- }), React.createElement("path", {
90
- className: "browser-upgrade_svg__st4",
91
- d: "M123.3 75.3v386.9H74.8c-12.7 0-23.1-10.3-23.1-23.1V75.3h71.6z"
92
- }), React.createElement("path", {
93
- className: "browser-upgrade_svg__st1",
94
- d: "M74.9 172.8h37.4v3.7H74.9zM66.2 161.8h46.1v4.7H66.2zM74.9 216.5h37.4v3.7H74.9zM66.2 205.6h46.1v4.7H66.2zM74.9 260.2h37.4v3.7H74.9zM66.2 249.3h46.1v4.7H66.2zM74.9 304h37.4v3.7H74.9zM66.2 293h46.1v4.7H66.2z"
95
- }), React.createElement("path", {
96
- className: "browser-upgrade_svg__st3",
97
- d: "M613.6 118.5v77.3c0 11.1-8.7 20.3-19.9 20.8H465l-11 25.5-11.6-25.5h-176c-9.3 0-17.5-6.1-20-15.1-.5-1.9-.8-3.8-.7-5.8v-77.3c0-11.5 9.3-20.8 20.8-20.9h326.3c11.5.1 20.8 9.4 20.8 21 0-.1 0-.1 0 0z"
98
- }), React.createElement("path", {
99
- d: "M613.6 126.3v69.4c0 11.1-8.7 20.3-19.9 20.8H465L454 242l-11.6-25.5h-176c-9.3 0-17.5-6.1-20-15.1-.5-1.9-.8-3.8-.7-5.8v-69.4h367.9z",
100
- opacity: 0.33,
101
- fill: "#fff"
102
- }), React.createElement("circle", {
103
- className: "browser-upgrade_svg__st1",
104
- cx: 76.5,
105
- cy: 63.5,
106
- r: 5.3
107
- }), React.createElement("circle", {
108
- className: "browser-upgrade_svg__st1",
109
- cx: 94.5,
110
- cy: 63.5,
111
- r: 5.3
112
- }), React.createElement("circle", {
113
- className: "browser-upgrade_svg__st1",
114
- cx: 112.6,
115
- cy: 63.5,
116
- r: 5.3
117
- }), React.createElement("path", {
118
- className: "browser-upgrade_svg__st3",
119
- d: "M496.4 439.4c0 41.7-33.8 75.6-75.6 75.6-41.7 0-75.6-33.8-75.6-75.6 0-1.9.1-3.9.2-5.8 3.2-41.6 39.5-72.7 81.1-69.5 39.5 3.1 69.8 35.9 69.9 75.3z"
120
- }), React.createElement("path", {
121
- className: "browser-upgrade_svg__st6",
122
- d: "M389 473.8c-2.5 10.9.6 22.6-1.7 33.4-17.5-8.6-30.9-23.7-37.6-41.9-.4-3.7-.3-7.5.3-11.2.5-4 1.3-8.2.1-12.1-1.1-3-2.7-5.8-4.7-8.2 1.7-22.4 13.3-42.8 31.6-55.8.1.5.1 1 0 1.5l-3.2 14.4c.6 4.3.6 8.6 0 12.9-.7 4.3-3.3 8.1-7 10.3-1.4.6-2.8 1.2-4.1 2-1.3 1-2.3 2.3-3.1 3.7-2.1 2.9-3.6 6.2-4.6 9.6-.9 3.5 0 7.3 2.4 10l21.1-4.1c2.2-.4 4.9-.7 6.4.9 1.9 2 .7 5.1 1.1 7.8.5 3.4 3.5 5.9 4.9 9 2.5 5.5-.5 11.8-1.9 17.8z"
123
- }), React.createElement("path", {
124
- d: "M361.1 400.6c1 2.1 2.5 3.9 4.5 5.2 8.8 6.6 19.5 10.4 30.5 10.7-3.6.9-7.3 1.9-9.9 4.5-2.5 2.7-3.1 7.5-.1 9.7 1 .7 2.2 1.1 3.5 1.3 5.6 1.1 11.4.6 16.8-1.4 3.3-1.2 6.4-3 9.9-3 2.8.2 5.5 1 8 2.3 3.7 1.5 7.6 2.9 11.5 2.1 3.9-.8 7.5-4.5 6.6-8.4-.2-.9-.6-1.9-.1-2.7.4-.5.9-.9 1.5-1l35.8-15.9c2.3-1 4.9-2.5 5.1-4.9.2-2.5-2.3-4.6-4.6-5.8-12.3-6.4-26.7-7.3-40.6-7.9l-24.7-1.2c-11.9-.6-24-1.2-35.9.2-4.1.5-11.4.5-14.6 3.6-2.7 2.7-4.5 9.2-3.2 12.6z",
125
- opacity: 0.4,
126
- fill: "#020202"
127
- }), React.createElement("path", {
128
- className: "browser-upgrade_svg__st6",
129
- d: "M496.4 439.4c0 23.2-10.6 45-28.8 59.3-1-.7-1.9-1.6-2.6-2.6-2.3-3.4-1.5-8.8 2.1-10.7-1.3.7-6.3-1-7.8-1.2l-7.8-1.2c-3.7-.6-10.2-.3-12.4-4.1-.3-.5-.5-1-.9-1.5-.5-.5-1-.8-1.6-1.1-2.3-1.1-5.1-2.4-5.6-5-.4-1.9.5-4-.4-5.6-.3-.5-.8-.9-1.1-1.4-.7-1.6-.5-3.4.5-4.7 3.3-5.7 10.1-8.5 16.6-9.6 6.5-1.1 13.3-1 19.6-2.8 4-1.2 7.8-3.1 11.9-3.7 2.3-.3 5.1-.5 6-2.7.5-1.2 0-2.6.5-3.9.2-.5.5-1 .7-1.5.5-1.6-.3-3.4-2-3.9-.2-.1-.4-.1-.6-.1.5-1.4 1-3.2-.1-4.2-.8-.6-1.8-.7-2.7-.4-2.7.7-4.7 3-7 4.6-7.5 5.4-17.9 3.5-24.2-2.8-1-.9-1.8-2.1-2.1-3.4-.2-2.3 1.1-4.5 3.2-5.4 2.1-.9 4.3-1.3 6.5-1.3l-2.5-16.4c-12.6 3.4-17.7-8.6-19.5-18.5-1.8-9.9 5.3-13.5 14.4-14.2 28.8 11.2 47.7 39.1 47.7 70z"
130
- }), React.createElement("path", {
131
- className: "browser-upgrade_svg__st3",
132
- d: "M449.9 270.2l1.8-.1c1.1-.1 2 .7 2.1 1.8l.9 11.6c.1 1.1-.7 2-1.8 2.1l-1.8.1c-1.1.1-2-.7-2.1-1.8l-.9-11.6c-.1-1.1.7-2.1 1.8-2.1z"
133
- }), React.createElement("path", {
134
- className: "browser-upgrade_svg__st3",
135
- d: "M439.3 265.4l.8 4.5c.3 1.4 1.3 2.4 2.4 2.2 4.3-.7 15-2.2 22.6-.3 4.2 1.1 8.2 2.4 12.2 4.1 1.6.7 3.1-1 2.8-3.2l-2.7-23.8c-.3-2.1-2.1-3.1-3.4-1.9-5.5 5-18.2 14.9-32.4 14.8-1.6.1-2.6 1.8-2.3 3.6z"
136
- }), React.createElement("ellipse", {
137
- transform: "rotate(-4.52 477.336 261.104) scale(1.00001)",
138
- className: "browser-upgrade_svg__st3",
139
- cx: 477.3,
140
- cy: 261.1,
141
- rx: 7.2,
142
- ry: 15
143
- }), React.createElement("linearGradient", {
144
- id: "browser-upgrade_svg__SVGID_1_",
145
- gradientUnits: "userSpaceOnUse",
146
- x1: 493.683,
147
- y1: 537.069,
148
- x2: 598.51,
149
- y2: 492.432,
150
- gradientTransform: "matrix(1 0 0 -1 -33.588 790.832)"
151
- }, React.createElement("stop", {
152
- offset: 0.01
153
- }), React.createElement("stop", {
154
- offset: 0.08,
155
- stopOpacity: 0.69
156
- }), React.createElement("stop", {
157
- offset: 0.21,
158
- stopOpacity: 0.32
159
- }), React.createElement("stop", {
160
- offset: 1,
161
- stopOpacity: 0
162
- })), React.createElement("path", {
163
- d: "M476.1 246.1c4-.3 7.7 6.1 8.3 14.4.7 8.3-2 15.2-6 15.5-4 .3-7.7-6.1-8.3-14.4-.6-8.2 2.1-15.1 6-15.5z",
164
- fill: "url(#browser-upgrade_svg__SVGID_1_)"
165
- }), React.createElement("path", {
166
- className: "browser-upgrade_svg__st3",
167
- d: "M393 293.2c-8.8 1.3-29.9 50.8-23.6 62.2 6.3 11.3 41 24.6 41 24.6l-1.9-19.5s-23.7-10.1-21.8-16.4c1.9-6.3 15.5-29.8 15.5-29.8l-9.2-21.1zM449.4 291.8c0-1.2 8.2 2.2 8.6 2.4 4.7 2.6 9.2 5.6 13.3 9 3.7 3 7.6 5.9 11.2 9.2 3.2 3.1 7.6 6.8 6.8 11.8-.6 3.7-4.7 6.2-8.5 6.2-3.8-.3-7.5-1.6-10.7-3.7-6.7-3.8-13-8-19.4-12.2l-1.3-22.7z"
168
- }), React.createElement("path", {
169
- className: "browser-upgrade_svg__st3",
170
- d: "M398.4 291.7h48.5c7-.1 12.8 5.4 12.9 12.4v.4s-9.2 37.7-9.3 50.4c0 6.9 2.2 27.6 2.2 27.6h-59.8s2.8-21.6 2.7-28.9c-.1-12.3-9.9-49.1-9.9-49.1-.1-7 5.5-12.7 12.5-12.8h.2z"
171
- }), React.createElement("path", {
172
- className: "browser-upgrade_svg__st9",
173
- d: "M457.2 270.3c-.8-1.2-1.9-2.1-3.2-2.7-1.2-.4-2.5-.4-3.7 0-3.4.8-6.2 3-7.7 6.1-.3.6-.5 1.3-.5 2 .1.7.2 1.4.5 2 1.2 2.9 2.7 6.2 5.7 7.1 1.6.2 3.2.3 4.9.4 1.1.2 2.1.6 3.1.8 2.7.5 8.1-1.3 8.3-4.7.1-1.7-2-3.9-2.9-5.2-1.5-2-3-3.9-4.5-5.8zM430.1 298.8c-.4 2.9-3.1 5.1-6 4.8-5.9-.3-6.4-4.8-6.4-4.8v-23.6h12.4v23.6z"
174
- }), React.createElement("linearGradient", {
175
- id: "browser-upgrade_svg__SVGID_2_",
176
- gradientUnits: "userSpaceOnUse",
177
- x1: 460.111,
178
- y1: 523.783,
179
- x2: 453.082,
180
- y2: 464.341,
181
- gradientTransform: "matrix(1 0 0 -1 -33.59 790.83)"
182
- }, React.createElement("stop", {
183
- offset: 0.01
184
- }), React.createElement("stop", {
185
- offset: 0.08,
186
- stopOpacity: 0.69
187
- }), React.createElement("stop", {
188
- offset: 0.21,
189
- stopOpacity: 0.32
190
- }), React.createElement("stop", {
191
- offset: 1,
192
- stopOpacity: 0
193
- })), React.createElement("path", {
194
- d: "M417.6 286.9s7.8 12.1 12.4 6.3v-9.5l-12.4 3.2z",
195
- fill: "url(#browser-upgrade_svg__SVGID_2_)"
196
- }), React.createElement("path", {
197
- className: "browser-upgrade_svg__st9",
198
- d: "M412.5 280.9c3.1 9.6 18.5 9.9 23.7 2.3 2.8-4.6 3.6-10.2 2.4-15.5-.8-5.2-2.4-10.2-4.7-15-1.6-3-3.2-5.6-6.8-6.1-4.1-.3-8.2.7-11.8 2.7-7 3.8-10.4 12-8.1 19.7.6 1.9 1.4 3.7 2.3 5.4 1.1 2.1 2.1 4.2 3 6.5z"
199
- }), React.createElement("path", {
200
- className: "browser-upgrade_svg__st3",
201
- d: "M382.1 339.3h81.2v48.4h-81.2z"
202
- }), React.createElement("path", {
203
- fill: "#020202",
204
- d: "M382.1 339.3h81.2v48.4h-81.2z",
205
- opacity: 0.1
206
- }), React.createElement("path", {
207
- className: "browser-upgrade_svg__st13",
208
- d: "M417.2 413.5c-1.7 1.3-3.6 2.4-5.6 3.1-4.4 1.9-13 5.2-11.7 9 1.7 5 7.8 4.7 11.8 3.5 6.3-2.2 12.2-5.1 17.8-8.8l-12.3-6.8z"
209
- }), React.createElement("path", {
210
- className: "browser-upgrade_svg__st13",
211
- d: "M427.6 400.4c14.7-10.7 22.4-18.7 39-28.7 3.9-2.4 6.6-3.1 13.5-.4 5.8 2.3 5.2 12.3 2 16.4-9.5 12.5-46.2 29.8-53.6 32.4-3.2 1.1-14.5-8.4-9.9-12.9 2.8-2.6 5.8-4.8 9-6.8z"
212
- }), React.createElement("path", {
213
- className: "browser-upgrade_svg__st13",
214
- d: "M420.8 421.1c2.3 2.9 4.9 5.6 7.8 8 5 3.9 8.4 5.1 12.5 3.3 5.9-2.7.5-8.5-4.1-13.1-3.5-3.6-7.4-6.8-11.6-9.6l-4.6 11.4z"
215
- }), React.createElement("path", {
216
- className: "browser-upgrade_svg__st9",
217
- d: "M421.6 406.9l6.3 5.2c1.3 1.1 2.4 2.3 3.3 3.7 2 3.7-5 11.6-9.6 7s-8.7-9.5-8.7-9.5l8.7-6.4z"
218
- }), React.createElement("path", {
219
- className: "browser-upgrade_svg__st13",
220
- d: "M402.8 415.1c-17.1-8.6-27.6-11.7-38.6-27.2-2.8-4-3.9-10.5-2.8-13.7 1.3-4 7.1-6.4 14-4.7 5.7 1.4 44.2 31.5 50.2 37.2 2.6 2.4-5.3 14.7-11.8 12.6-3.8-1.1-7.5-2.5-11-4.2zM438 251.8c-.7 1.6-1.6 3-2.9 4.3-2.5 2.4-5.7 4-9.2 4.5-5 .8-10.2 0-15.3-.5-.2 1.7-1.4 3.1-3 3.6.8 3.6 1.8 7 3.1 10.4 1.3 3.3 3 6.4 4.4 9.7-4.2-2.9-7.5-7.8-10.5-11.8-1.6-1.9-2.9-4.1-3.9-6.4-.9-2.4-.7-5 .7-7.2.7-.7 1.3-1.5 1.7-2.4.1-.8.1-1.6 0-2.4-.1-3.8 1.5-7.4 4.3-9.9 2.9-2.4 6.2-4.1 9.9-5.1 3.1-1.1 6.4-1.4 9.7-1 4.7.8 10.4 6 11.3 10.7.3 1.2.2 2.4-.3 3.5z"
221
- }), React.createElement("path", {
222
- className: "browser-upgrade_svg__st9",
223
- d: "M409.1 274.5c-1.1.2-2.1.8-2.7 1.7-.4.7-.4 1.5-.1 2.3.3.8.7 1.4 1.2 2.1.3.4.6.7 1 1 .6.4 1.3.5 2.1.5h1.7c.3 0 .6-.1.8-.2.3-.2.5-.5.6-.8.4-1.2.4-2.4 0-3.6-.3-1.1-.8-2.1-1.6-3-.8-.7-2-.3-3 0z"
224
- }), React.createElement("path", {
225
- className: "browser-upgrade_svg__st3",
226
- d: "M471.7 321.3c1.1 2.6 2.7 4.9 4.8 6.7 4.1 3.1 10 2.2 13.1-1.9 1.5-2 2.1-4.5 1.8-6.9-.6-2.7-1.8-5.2-3.5-7.4-7.3-10.8-14.9-21.6-22.6-32.2-2.1 1.2-9.3 3.9-9.9 6.2-.5 2.3 3.9 9.3 5 11.7 1.9 4 3.7 8.1 5.6 12.1 1.8 4 4.5 7.7 5.7 11.7zM448.4 281l2.4-.8c1-.3 2.2.2 2.5 1.3l.8 2.4c.3 1-.2 2.2-1.3 2.5l-2.4.8c-1 .3-2.2-.2-2.5-1.3l-.8-2.4c-.3-1 .2-2.1 1.3-2.5z"
227
- }), React.createElement("path", {
228
- className: "browser-upgrade_svg__st14",
229
- d: "M258.5 109.6l8.7 8.8M267.8 109.6l-8.8 8.8"
230
- }), React.createElement("path", {
231
- className: "browser-upgrade_svg__st4",
232
- d: "M278 390.2h-32.8c-1.3 0-2.3-1-2.3-2.4v-33h-15.6c-1.3 0-2.4-1-2.4-2.3 0-.7.3-1.3.7-1.7l34.4-34.4c.9-.9 2.4-.9 3.3 0l34.4 34.4c.9 1 .9 2.5 0 3.4-.5.5-1.1.7-1.6.7h-15.7v32.9c-.1 1.4-1.1 2.4-2.4 2.4zM306.6 407.1c2.2 0 4 1.7 4 3.9s-1.8 3.9-4 3.9h-90c-2.2 0-3.9-1.7-3.9-3.9s1.8-3.9 3.9-3.9h90z"
233
- }), React.createElement("path", {
234
- className: "browser-upgrade_svg__st1",
235
- d: "M322.6 167.4v-19.1h11v20.2c-.2 4.3 1.5 6.4 5.3 6.2 3.4.1 5.1-2 5.1-6.2v-20.2h11v19.1c.2 10.3-5.1 15.3-16.1 15.2-11.1.2-16.5-4.9-16.3-15.2zM360.4 157.5h8.8v3.7h.2c1.2-2.7 3.8-4.2 7.7-4.4 6.8.4 10.5 4.6 11 12.8-.2 8.3-4.1 12.6-11.5 12.8-2.8 0-4.9-.9-6.2-2.7v10.4h-9.9v-32.6zm13.5 17.7c2.6-.1 4-2 4.2-5.5-.1-3.8-1.5-5.7-4.2-5.9-2.6.2-3.9 2.1-4 5.7.1 3.7 1.4 5.6 4 5.7zM392.4 182.9h9.7c0 .4.2.7.5 1.1.5.4 1.2.5 2.2.5 2.6 0 3.8-1.5 3.8-4.4v-2c-1.7 1.8-4 2.7-7 2.7-6.7-.4-10.3-4.3-10.6-11.7.2-8.1 3.9-12.2 11-12.5 3.1.1 5.5 1.5 7.3 4v-3.3h8.6v19.8c.7 8.8-3.5 13.1-12.8 12.8-7.7 0-12-2.3-12.7-7zm12.3-19.2c-2.7 0-4 1.9-3.8 5.7.1 2.9 1.4 4.5 3.8 4.8 2.4.1 3.8-1.6 4-5.1-.1-3.5-1.4-5.3-4-5.4zM423 182v-24.5h9v4.9c1.3-3.8 3.8-5.7 7.5-5.7.1 0 .4.1.7.2h.5v9.7h-.9c-.5-.2-.9-.4-1.1-.4-4 0-6 2.4-5.9 7.3v8.4H423zM471 182h-10.1l-.4-2.6c-2.3 2-5.4 2.9-9.3 2.9-5.7-.2-8.7-2.6-8.8-7.1 0-4.5 3.8-7.2 11.5-8.1 4-.5 6-1.3 6-2.6-.1-1.2-1.2-1.9-3.3-2-2.1.1-3.2.9-3.3 2.4H444c-.1-5.5 4.3-8.2 13.4-8.2 8.9-.2 13 3.2 12.3 10.3v11.4c-.2 1.6.2 2.6 1.3 3.1v.5zm-15.4-4.8c3.1 0 4.5-2 4.4-6-.9.4-2 .7-3.5 1.1-2.9.4-4.3 1.3-4 2.7.1 1.5 1.2 2.2 3.1 2.2zM501.4 182h-8.6v-3.3c-2.1 2.6-4.6 3.8-7.7 3.7-7.2-.2-10.9-4.3-11.2-12.3.4-8.3 3.8-12.8 10.4-13.4 3.1 0 5.5 1 7.3 3.1v-11.5h9.7V182zm-13.7-6.4c2.8 0 4.3-1.9 4.4-5.7-.1-3.7-1.5-5.6-4.2-5.7-2.7.1-4 2.1-4 5.9-.2 3.8 1.1 5.6 3.8 5.5zM533.5 171.9h-18.7c.1 3.1 1.8 4.6 4.9 4.8 1.6 0 2.8-.7 3.7-2h9.2c-1.6 4.9-6.1 7.4-13.6 7.7-9-.2-13.7-4.4-13.9-12.5.5-8.2 5.1-12.6 13.9-13.2 9.3.5 14.1 5.6 14.5 15.2zm-18.7-4.9h9c-.4-2.4-1.8-3.8-4.4-4.2-3.1.1-4.6 1.5-4.6 4.2zM541.4 146.3h10.4v15.2c0 2.2-.4 5.4-1.1 9.5-.2 1.5-.4 2.9-.5 4.2-.2.2-.4.3-.4.2h-6.4c-.2.1-.4.1-.4-.2-.1-.9-.4-2.3-.7-4.2-.7-4.2-1-7.3-.9-9.5v-15.2zm.7 30.8h9v9h-9v-9z"
236
- }));
237
- };
238
-
239
- return React.createElement(Icon_1["default"], __assign({}, componentProps, {
240
- component: IconNode
241
- }));
242
- }
243
-
244
- BrowserUpgrade.displayName = 'BrowserUpgrade';
245
- exports["default"] = BrowserUpgrade;
package/lib/Btc.d.ts DELETED
@@ -1,6 +0,0 @@
1
- import { IconProps } from 'a-base-icon/lib/Icon';
2
- declare function Btc(componentProps: IconProps): JSX.Element;
3
- declare namespace Btc {
4
- var displayName: string;
5
- }
6
- export default Btc;
package/lib/Btc.js DELETED
@@ -1,90 +0,0 @@
1
- "use strict";
2
-
3
- var __assign = this && this.__assign || function () {
4
- __assign = Object.assign || function (t) {
5
- for (var s, i = 1, n = arguments.length; i < n; i++) {
6
- s = arguments[i];
7
-
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
- }
11
- }
12
-
13
- return t;
14
- };
15
-
16
- return __assign.apply(this, arguments);
17
- };
18
-
19
- var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
- if (k2 === undefined) k2 = k;
21
- Object.defineProperty(o, k2, {
22
- enumerable: true,
23
- get: function get() {
24
- return m[k];
25
- }
26
- });
27
- } : function (o, m, k, k2) {
28
- if (k2 === undefined) k2 = k;
29
- o[k2] = m[k];
30
- });
31
-
32
- var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
33
- Object.defineProperty(o, "default", {
34
- enumerable: true,
35
- value: v
36
- });
37
- } : function (o, v) {
38
- o["default"] = v;
39
- });
40
-
41
- var __importStar = this && this.__importStar || function (mod) {
42
- if (mod && mod.__esModule) return mod;
43
- var result = {};
44
- if (mod != null) for (var k in mod) {
45
- if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
- }
47
-
48
- __setModuleDefault(result, mod);
49
-
50
- return result;
51
- };
52
-
53
- var __importDefault = this && this.__importDefault || function (mod) {
54
- return mod && mod.__esModule ? mod : {
55
- "default": mod
56
- };
57
- };
58
-
59
- Object.defineProperty(exports, "__esModule", {
60
- value: true
61
- });
62
-
63
- var React = __importStar(require("react"));
64
-
65
- var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
66
-
67
- function Btc(componentProps) {
68
- var IconNode = function IconNode(props) {
69
- return React.createElement("svg", __assign({
70
- xmlns: "http://www.w3.org/2000/svg",
71
- viewBox: "0 0 16 16"
72
- }, props), React.createElement("circle", {
73
- fill: "currentColor",
74
- cx: 8,
75
- cy: 8,
76
- r: 8
77
- }), React.createElement("path", {
78
- fill: "inherit",
79
- className: "btc_svg__st0",
80
- d: "M10.8 7.8c.3-.4.4-.8.4-1.3 0-1.1-.8-2-1.9-2.1H9V2.8c0-.1-.1-.2-.2-.2h-.5c-.1 0-.2.1-.2.2v1.6h-.9V2.8c0-.1-.1-.2-.2-.1h-.5c-.1 0-.2.1-.2.2v1.6H4.5c-.1 0-.2.1-.2.2v.5c0 .1.1.2.2.2.6 0 1 .4 1 1v3.4c0 .4-.3.8-.8.8-.1 0-.1.1-.2.1l-.1.6c0 .1.1.2.2.2h1.8v1.6c0 .1.1.2.2.2h.6c.1 0 .2-.1.1-.2v-1.6h.9v1.6c0 .1.1.2.2.1H9c.1 0 .2-.1.2-.2v-1.6h.8c1.1 0 1.9-1 1.9-2.1-.2-.5-.5-1.1-1.1-1.5zm-3.6-2h1.4c.5 0 .9.4.9.9s-.4.9-.9.9H7.2V5.8zM9 10.3H7.2V8.4H9c.5 0 .9.4.9.9s-.4 1-.9 1z"
81
- }));
82
- };
83
-
84
- return React.createElement(Icon_1["default"], __assign({}, componentProps, {
85
- component: IconNode
86
- }));
87
- }
88
-
89
- Btc.displayName = 'Btc';
90
- exports["default"] = Btc;
@@ -1,6 +0,0 @@
1
- import { IconProps } from 'a-base-icon/lib/Icon';
2
- declare function BtcFilled(componentProps: IconProps): JSX.Element;
3
- declare namespace BtcFilled {
4
- var displayName: string;
5
- }
6
- export default BtcFilled;
package/lib/BtcFilled.js DELETED
@@ -1,89 +0,0 @@
1
- "use strict";
2
-
3
- var __assign = this && this.__assign || function () {
4
- __assign = Object.assign || function (t) {
5
- for (var s, i = 1, n = arguments.length; i < n; i++) {
6
- s = arguments[i];
7
-
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
- }
11
- }
12
-
13
- return t;
14
- };
15
-
16
- return __assign.apply(this, arguments);
17
- };
18
-
19
- var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
- if (k2 === undefined) k2 = k;
21
- Object.defineProperty(o, k2, {
22
- enumerable: true,
23
- get: function get() {
24
- return m[k];
25
- }
26
- });
27
- } : function (o, m, k, k2) {
28
- if (k2 === undefined) k2 = k;
29
- o[k2] = m[k];
30
- });
31
-
32
- var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
33
- Object.defineProperty(o, "default", {
34
- enumerable: true,
35
- value: v
36
- });
37
- } : function (o, v) {
38
- o["default"] = v;
39
- });
40
-
41
- var __importStar = this && this.__importStar || function (mod) {
42
- if (mod && mod.__esModule) return mod;
43
- var result = {};
44
- if (mod != null) for (var k in mod) {
45
- if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
- }
47
-
48
- __setModuleDefault(result, mod);
49
-
50
- return result;
51
- };
52
-
53
- var __importDefault = this && this.__importDefault || function (mod) {
54
- return mod && mod.__esModule ? mod : {
55
- "default": mod
56
- };
57
- };
58
-
59
- Object.defineProperty(exports, "__esModule", {
60
- value: true
61
- });
62
-
63
- var React = __importStar(require("react"));
64
-
65
- var Icon_1 = __importDefault(require("a-base-icon/lib/Icon"));
66
-
67
- function BtcFilled(componentProps) {
68
- var IconNode = function IconNode(props) {
69
- return React.createElement("svg", __assign({
70
- xmlns: "http://www.w3.org/2000/svg",
71
- viewBox: "0 0 16 16"
72
- }, props), React.createElement("circle", {
73
- fill: "currentColor",
74
- cx: 8,
75
- cy: 8,
76
- r: 8
77
- }), React.createElement("path", {
78
- fill: "inherit",
79
- d: "M10 9.83a.94.94 0 01-.17.31.82.82 0 01-.21.19 1.61 1.61 0 01-.91.28H7.18V8.39H8.8a1.31 1.31 0 011.08.51.91.91 0 01.18.53 1.13 1.13 0 01-.07.39zM7.18 5.31h1.27a1.22 1.22 0 011 .46.88.88 0 01.17.5 1 1 0 01-.07.36.76.76 0 01-.15.28.86.86 0 01-.2.18 1.57 1.57 0 01-.84.26H7.18V5.31zm3.42 2.36a1.73 1.73 0 00.92-1.57c0-1.26-1.26-1.84-2-1.92h-.26V3H8v1.2h-.82V3H5.9v1.17H4.33v1.06h.44c.42 0 .61.27.61.45v4.64a.29.29 0 01-.28.29h-.48l-.24 1.2h1.53V13h1.27v-1.2H8V13h1.26v-1.17h.09a2.44 2.44 0 002.71-2.2 2.17 2.17 0 00-1.46-1.96z"
80
- }));
81
- };
82
-
83
- return React.createElement(Icon_1["default"], __assign({}, componentProps, {
84
- component: IconNode
85
- }));
86
- }
87
-
88
- BtcFilled.displayName = 'BtcFilled';
89
- exports["default"] = BtcFilled;
@@ -1,6 +0,0 @@
1
- import { IconProps } from 'a-base-icon/lib/Icon';
2
- declare function CFileFilled(componentProps: IconProps): JSX.Element;
3
- declare namespace CFileFilled {
4
- var displayName: string;
5
- }
6
- export default CFileFilled;