@douyinfe/semi-icons 2.1.1 → 2.1.2

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 (896) hide show
  1. package/dist/css/semi-icons.css.map +1 -1
  2. package/dist/css/semi-icons.min.css.map +1 -1
  3. package/dist/umd/semi-icons.js +48 -14
  4. package/dist/umd/semi-icons.js.map +1 -1
  5. package/dist/umd/semi-icons.min.js +1 -1
  6. package/dist/umd/semi-icons.min.js.map +1 -1
  7. package/lib/cjs/components/Icon.d.ts +15 -0
  8. package/lib/cjs/components/Icon.js +100 -0
  9. package/lib/cjs/env.d.ts +1 -0
  10. package/lib/cjs/env.js +11 -0
  11. package/lib/cjs/icons/IconAbsoluteStroked.d.ts +3 -0
  12. package/lib/cjs/icons/IconAbsoluteStroked.js +46 -0
  13. package/lib/cjs/icons/IconActivity.d.ts +3 -0
  14. package/lib/cjs/icons/IconActivity.js +46 -0
  15. package/lib/cjs/icons/IconAlarm.d.ts +3 -0
  16. package/lib/cjs/icons/IconAlarm.js +56 -0
  17. package/lib/cjs/icons/IconAlertCircle.d.ts +3 -0
  18. package/lib/cjs/icons/IconAlertCircle.js +46 -0
  19. package/lib/cjs/icons/IconAlertTriangle.d.ts +3 -0
  20. package/lib/cjs/icons/IconAlertTriangle.js +46 -0
  21. package/lib/cjs/icons/IconAlignBottom.d.ts +3 -0
  22. package/lib/cjs/icons/IconAlignBottom.js +51 -0
  23. package/lib/cjs/icons/IconAlignCenter.d.ts +3 -0
  24. package/lib/cjs/icons/IconAlignCenter.js +46 -0
  25. package/lib/cjs/icons/IconAlignCenterVertical.d.ts +3 -0
  26. package/lib/cjs/icons/IconAlignCenterVertical.js +46 -0
  27. package/lib/cjs/icons/IconAlignHCenterStroked.d.ts +3 -0
  28. package/lib/cjs/icons/IconAlignHCenterStroked.js +46 -0
  29. package/lib/cjs/icons/IconAlignHLeftStroked.d.ts +3 -0
  30. package/lib/cjs/icons/IconAlignHLeftStroked.js +46 -0
  31. package/lib/cjs/icons/IconAlignHRightStroked.d.ts +3 -0
  32. package/lib/cjs/icons/IconAlignHRightStroked.js +46 -0
  33. package/lib/cjs/icons/IconAlignJustify.d.ts +3 -0
  34. package/lib/cjs/icons/IconAlignJustify.js +46 -0
  35. package/lib/cjs/icons/IconAlignLeft.d.ts +3 -0
  36. package/lib/cjs/icons/IconAlignLeft.js +46 -0
  37. package/lib/cjs/icons/IconAlignRight.d.ts +3 -0
  38. package/lib/cjs/icons/IconAlignRight.js +46 -0
  39. package/lib/cjs/icons/IconAlignTop.d.ts +3 -0
  40. package/lib/cjs/icons/IconAlignTop.js +51 -0
  41. package/lib/cjs/icons/IconAlignVBotStroked.d.ts +3 -0
  42. package/lib/cjs/icons/IconAlignVBotStroked.js +46 -0
  43. package/lib/cjs/icons/IconAlignVBottomStroked.d.ts +3 -0
  44. package/lib/cjs/icons/IconAlignVBottomStroked.js +46 -0
  45. package/lib/cjs/icons/IconAlignVCenterStroked.d.ts +3 -0
  46. package/lib/cjs/icons/IconAlignVCenterStroked.js +46 -0
  47. package/lib/cjs/icons/IconAlignVTopStroked.d.ts +3 -0
  48. package/lib/cjs/icons/IconAlignVTopStroked.js +46 -0
  49. package/lib/cjs/icons/IconApartment.d.ts +3 -0
  50. package/lib/cjs/icons/IconApartment.js +46 -0
  51. package/lib/cjs/icons/IconAppCenter.d.ts +3 -0
  52. package/lib/cjs/icons/IconAppCenter.js +46 -0
  53. package/lib/cjs/icons/IconApps.d.ts +3 -0
  54. package/lib/cjs/icons/IconApps.js +68 -0
  55. package/lib/cjs/icons/IconArchive.d.ts +3 -0
  56. package/lib/cjs/icons/IconArchive.js +49 -0
  57. package/lib/cjs/icons/IconArrowDown.d.ts +3 -0
  58. package/lib/cjs/icons/IconArrowDown.js +46 -0
  59. package/lib/cjs/icons/IconArrowDownLeft.d.ts +3 -0
  60. package/lib/cjs/icons/IconArrowDownLeft.js +46 -0
  61. package/lib/cjs/icons/IconArrowDownRight.d.ts +3 -0
  62. package/lib/cjs/icons/IconArrowDownRight.js +46 -0
  63. package/lib/cjs/icons/IconArrowLeft.d.ts +3 -0
  64. package/lib/cjs/icons/IconArrowLeft.js +46 -0
  65. package/lib/cjs/icons/IconArrowRight.d.ts +3 -0
  66. package/lib/cjs/icons/IconArrowRight.js +46 -0
  67. package/lib/cjs/icons/IconArrowUp.d.ts +3 -0
  68. package/lib/cjs/icons/IconArrowUp.js +46 -0
  69. package/lib/cjs/icons/IconArrowUpLeft.d.ts +3 -0
  70. package/lib/cjs/icons/IconArrowUpLeft.js +46 -0
  71. package/lib/cjs/icons/IconArrowUpRight.d.ts +3 -0
  72. package/lib/cjs/icons/IconArrowUpRight.js +46 -0
  73. package/lib/cjs/icons/IconArticle.d.ts +3 -0
  74. package/lib/cjs/icons/IconArticle.js +46 -0
  75. package/lib/cjs/icons/IconAscend.d.ts +3 -0
  76. package/lib/cjs/icons/IconAscend.js +50 -0
  77. package/lib/cjs/icons/IconAt.d.ts +3 -0
  78. package/lib/cjs/icons/IconAt.js +46 -0
  79. package/lib/cjs/icons/IconBackTop.d.ts +3 -0
  80. package/lib/cjs/icons/IconBackTop.js +51 -0
  81. package/lib/cjs/icons/IconBackward.d.ts +3 -0
  82. package/lib/cjs/icons/IconBackward.js +47 -0
  83. package/lib/cjs/icons/IconBarChartHStroked.d.ts +3 -0
  84. package/lib/cjs/icons/IconBarChartHStroked.js +46 -0
  85. package/lib/cjs/icons/IconBarChartVStroked.d.ts +3 -0
  86. package/lib/cjs/icons/IconBarChartVStroked.js +46 -0
  87. package/lib/cjs/icons/IconBeaker.d.ts +3 -0
  88. package/lib/cjs/icons/IconBeaker.js +46 -0
  89. package/lib/cjs/icons/IconBell.d.ts +3 -0
  90. package/lib/cjs/icons/IconBell.js +47 -0
  91. package/lib/cjs/icons/IconBellStroked.d.ts +3 -0
  92. package/lib/cjs/icons/IconBellStroked.js +46 -0
  93. package/lib/cjs/icons/IconBold.d.ts +3 -0
  94. package/lib/cjs/icons/IconBold.js +46 -0
  95. package/lib/cjs/icons/IconBolt.d.ts +3 -0
  96. package/lib/cjs/icons/IconBolt.js +44 -0
  97. package/lib/cjs/icons/IconBookH5Stroked.d.ts +3 -0
  98. package/lib/cjs/icons/IconBookH5Stroked.js +46 -0
  99. package/lib/cjs/icons/IconBookOpenStroked.d.ts +3 -0
  100. package/lib/cjs/icons/IconBookOpenStroked.js +46 -0
  101. package/lib/cjs/icons/IconBookStroked.d.ts +3 -0
  102. package/lib/cjs/icons/IconBookStroked.js +46 -0
  103. package/lib/cjs/icons/IconBookmark.d.ts +3 -0
  104. package/lib/cjs/icons/IconBookmark.js +44 -0
  105. package/lib/cjs/icons/IconBookmarkAddStroked.d.ts +3 -0
  106. package/lib/cjs/icons/IconBookmarkAddStroked.js +46 -0
  107. package/lib/cjs/icons/IconBookmarkDeleteStroked.d.ts +3 -0
  108. package/lib/cjs/icons/IconBookmarkDeleteStroked.js +46 -0
  109. package/lib/cjs/icons/IconBottomCenterStroked.d.ts +3 -0
  110. package/lib/cjs/icons/IconBottomCenterStroked.js +46 -0
  111. package/lib/cjs/icons/IconBottomLeftStroked.d.ts +3 -0
  112. package/lib/cjs/icons/IconBottomLeftStroked.js +46 -0
  113. package/lib/cjs/icons/IconBottomRightStroked.d.ts +3 -0
  114. package/lib/cjs/icons/IconBottomRightStroked.js +46 -0
  115. package/lib/cjs/icons/IconBox.d.ts +3 -0
  116. package/lib/cjs/icons/IconBox.js +50 -0
  117. package/lib/cjs/icons/IconBrackets.d.ts +3 -0
  118. package/lib/cjs/icons/IconBrackets.js +46 -0
  119. package/lib/cjs/icons/IconBranch.d.ts +3 -0
  120. package/lib/cjs/icons/IconBranch.js +46 -0
  121. package/lib/cjs/icons/IconBriefStroked.d.ts +3 -0
  122. package/lib/cjs/icons/IconBriefStroked.js +46 -0
  123. package/lib/cjs/icons/IconBriefcase.d.ts +3 -0
  124. package/lib/cjs/icons/IconBriefcase.js +46 -0
  125. package/lib/cjs/icons/IconBulb.d.ts +3 -0
  126. package/lib/cjs/icons/IconBulb.js +51 -0
  127. package/lib/cjs/icons/IconButtonStroked.d.ts +3 -0
  128. package/lib/cjs/icons/IconButtonStroked.js +46 -0
  129. package/lib/cjs/icons/IconBytedanceLogo.d.ts +3 -0
  130. package/lib/cjs/icons/IconBytedanceLogo.js +46 -0
  131. package/lib/cjs/icons/IconCalendar.d.ts +3 -0
  132. package/lib/cjs/icons/IconCalendar.js +46 -0
  133. package/lib/cjs/icons/IconCalendarClock.d.ts +3 -0
  134. package/lib/cjs/icons/IconCalendarClock.js +61 -0
  135. package/lib/cjs/icons/IconCamera.d.ts +3 -0
  136. package/lib/cjs/icons/IconCamera.js +46 -0
  137. package/lib/cjs/icons/IconCandlestickChartStroked.d.ts +3 -0
  138. package/lib/cjs/icons/IconCandlestickChartStroked.js +46 -0
  139. package/lib/cjs/icons/IconCaretdown.d.ts +3 -0
  140. package/lib/cjs/icons/IconCaretdown.js +44 -0
  141. package/lib/cjs/icons/IconCaretup.d.ts +3 -0
  142. package/lib/cjs/icons/IconCaretup.js +44 -0
  143. package/lib/cjs/icons/IconCarouselStroked.d.ts +3 -0
  144. package/lib/cjs/icons/IconCarouselStroked.js +46 -0
  145. package/lib/cjs/icons/IconCart.d.ts +3 -0
  146. package/lib/cjs/icons/IconCart.js +46 -0
  147. package/lib/cjs/icons/IconCaseSensitive.d.ts +3 -0
  148. package/lib/cjs/icons/IconCaseSensitive.js +46 -0
  149. package/lib/cjs/icons/IconCenterLeftStroked.d.ts +3 -0
  150. package/lib/cjs/icons/IconCenterLeftStroked.js +46 -0
  151. package/lib/cjs/icons/IconCenterRightStroked.d.ts +3 -0
  152. package/lib/cjs/icons/IconCenterRightStroked.js +46 -0
  153. package/lib/cjs/icons/IconChainStroked.d.ts +3 -0
  154. package/lib/cjs/icons/IconChainStroked.js +46 -0
  155. package/lib/cjs/icons/IconCheckChoiceStroked.d.ts +3 -0
  156. package/lib/cjs/icons/IconCheckChoiceStroked.js +46 -0
  157. package/lib/cjs/icons/IconCheckCircleStroked.d.ts +3 -0
  158. package/lib/cjs/icons/IconCheckCircleStroked.js +46 -0
  159. package/lib/cjs/icons/IconCheckList.d.ts +3 -0
  160. package/lib/cjs/icons/IconCheckList.js +48 -0
  161. package/lib/cjs/icons/IconCheckboxIndeterminate.d.ts +3 -0
  162. package/lib/cjs/icons/IconCheckboxIndeterminate.js +44 -0
  163. package/lib/cjs/icons/IconCheckboxTick.d.ts +3 -0
  164. package/lib/cjs/icons/IconCheckboxTick.js +46 -0
  165. package/lib/cjs/icons/IconChecklistStroked.d.ts +3 -0
  166. package/lib/cjs/icons/IconChecklistStroked.js +71 -0
  167. package/lib/cjs/icons/IconChevronDown.d.ts +3 -0
  168. package/lib/cjs/icons/IconChevronDown.js +46 -0
  169. package/lib/cjs/icons/IconChevronDownStroked.d.ts +3 -0
  170. package/lib/cjs/icons/IconChevronDownStroked.js +46 -0
  171. package/lib/cjs/icons/IconChevronLeft.d.ts +3 -0
  172. package/lib/cjs/icons/IconChevronLeft.js +46 -0
  173. package/lib/cjs/icons/IconChevronRight.d.ts +3 -0
  174. package/lib/cjs/icons/IconChevronRight.js +46 -0
  175. package/lib/cjs/icons/IconChevronRightStroked.d.ts +3 -0
  176. package/lib/cjs/icons/IconChevronRightStroked.js +46 -0
  177. package/lib/cjs/icons/IconChevronUp.d.ts +3 -0
  178. package/lib/cjs/icons/IconChevronUp.js +46 -0
  179. package/lib/cjs/icons/IconChevronUpDown.d.ts +3 -0
  180. package/lib/cjs/icons/IconChevronUpDown.js +47 -0
  181. package/lib/cjs/icons/IconClear.d.ts +3 -0
  182. package/lib/cjs/icons/IconClear.js +46 -0
  183. package/lib/cjs/icons/IconClock.d.ts +3 -0
  184. package/lib/cjs/icons/IconClock.js +46 -0
  185. package/lib/cjs/icons/IconClose.d.ts +3 -0
  186. package/lib/cjs/icons/IconClose.js +44 -0
  187. package/lib/cjs/icons/IconCloud.d.ts +3 -0
  188. package/lib/cjs/icons/IconCloud.js +46 -0
  189. package/lib/cjs/icons/IconCloudStroked.d.ts +3 -0
  190. package/lib/cjs/icons/IconCloudStroked.js +44 -0
  191. package/lib/cjs/icons/IconCloudUploadStroked.d.ts +3 -0
  192. package/lib/cjs/icons/IconCloudUploadStroked.js +46 -0
  193. package/lib/cjs/icons/IconCode.d.ts +3 -0
  194. package/lib/cjs/icons/IconCode.js +46 -0
  195. package/lib/cjs/icons/IconCodeStroked.d.ts +3 -0
  196. package/lib/cjs/icons/IconCodeStroked.js +46 -0
  197. package/lib/cjs/icons/IconCoinMoneyStroked.d.ts +3 -0
  198. package/lib/cjs/icons/IconCoinMoneyStroked.js +46 -0
  199. package/lib/cjs/icons/IconColorPalette.d.ts +3 -0
  200. package/lib/cjs/icons/IconColorPalette.js +46 -0
  201. package/lib/cjs/icons/IconColumnsStroked.d.ts +3 -0
  202. package/lib/cjs/icons/IconColumnsStroked.js +51 -0
  203. package/lib/cjs/icons/IconCommand.d.ts +3 -0
  204. package/lib/cjs/icons/IconCommand.js +46 -0
  205. package/lib/cjs/icons/IconComment.d.ts +3 -0
  206. package/lib/cjs/icons/IconComment.js +46 -0
  207. package/lib/cjs/icons/IconCommentStroked.d.ts +3 -0
  208. package/lib/cjs/icons/IconCommentStroked.js +46 -0
  209. package/lib/cjs/icons/IconComponent.d.ts +3 -0
  210. package/lib/cjs/icons/IconComponent.js +53 -0
  211. package/lib/cjs/icons/IconComponentPlaceholderStroked.d.ts +3 -0
  212. package/lib/cjs/icons/IconComponentPlaceholderStroked.js +46 -0
  213. package/lib/cjs/icons/IconComponentStroked.d.ts +3 -0
  214. package/lib/cjs/icons/IconComponentStroked.js +46 -0
  215. package/lib/cjs/icons/IconContrast.d.ts +3 -0
  216. package/lib/cjs/icons/IconContrast.js +46 -0
  217. package/lib/cjs/icons/IconCopy.d.ts +3 -0
  218. package/lib/cjs/icons/IconCopy.js +47 -0
  219. package/lib/cjs/icons/IconCopyAdd.d.ts +3 -0
  220. package/lib/cjs/icons/IconCopyAdd.js +49 -0
  221. package/lib/cjs/icons/IconCopyStroked.d.ts +3 -0
  222. package/lib/cjs/icons/IconCopyStroked.js +46 -0
  223. package/lib/cjs/icons/IconCornerRadiusStroked.d.ts +3 -0
  224. package/lib/cjs/icons/IconCornerRadiusStroked.js +46 -0
  225. package/lib/cjs/icons/IconCreditCard.d.ts +3 -0
  226. package/lib/cjs/icons/IconCreditCard.js +46 -0
  227. package/lib/cjs/icons/IconCrop.d.ts +3 -0
  228. package/lib/cjs/icons/IconCrop.js +46 -0
  229. package/lib/cjs/icons/IconCrossCircleStroked.d.ts +3 -0
  230. package/lib/cjs/icons/IconCrossCircleStroked.js +46 -0
  231. package/lib/cjs/icons/IconCrossStroked.d.ts +3 -0
  232. package/lib/cjs/icons/IconCrossStroked.js +46 -0
  233. package/lib/cjs/icons/IconCrown.d.ts +3 -0
  234. package/lib/cjs/icons/IconCrown.js +44 -0
  235. package/lib/cjs/icons/IconCustomerSupport.d.ts +3 -0
  236. package/lib/cjs/icons/IconCustomerSupport.js +44 -0
  237. package/lib/cjs/icons/IconCustomerSupportStroked.d.ts +3 -0
  238. package/lib/cjs/icons/IconCustomerSupportStroked.js +46 -0
  239. package/lib/cjs/icons/IconCustomize.d.ts +3 -0
  240. package/lib/cjs/icons/IconCustomize.js +46 -0
  241. package/lib/cjs/icons/IconDelete.d.ts +3 -0
  242. package/lib/cjs/icons/IconDelete.js +46 -0
  243. package/lib/cjs/icons/IconDeleteStroked.d.ts +3 -0
  244. package/lib/cjs/icons/IconDeleteStroked.js +46 -0
  245. package/lib/cjs/icons/IconDescend.d.ts +3 -0
  246. package/lib/cjs/icons/IconDescend.js +52 -0
  247. package/lib/cjs/icons/IconDescend2.d.ts +3 -0
  248. package/lib/cjs/icons/IconDescend2.js +48 -0
  249. package/lib/cjs/icons/IconDesktop.d.ts +3 -0
  250. package/lib/cjs/icons/IconDesktop.js +54 -0
  251. package/lib/cjs/icons/IconDisc.d.ts +3 -0
  252. package/lib/cjs/icons/IconDisc.js +46 -0
  253. package/lib/cjs/icons/IconDislikeThumb.d.ts +3 -0
  254. package/lib/cjs/icons/IconDislikeThumb.js +46 -0
  255. package/lib/cjs/icons/IconDivide.d.ts +3 -0
  256. package/lib/cjs/icons/IconDivide.js +50 -0
  257. package/lib/cjs/icons/IconDongchediLogo.d.ts +3 -0
  258. package/lib/cjs/icons/IconDongchediLogo.js +44 -0
  259. package/lib/cjs/icons/IconDownCircleStroked.d.ts +3 -0
  260. package/lib/cjs/icons/IconDownCircleStroked.js +46 -0
  261. package/lib/cjs/icons/IconDownload.d.ts +3 -0
  262. package/lib/cjs/icons/IconDownload.js +46 -0
  263. package/lib/cjs/icons/IconDownloadStroked.d.ts +3 -0
  264. package/lib/cjs/icons/IconDownloadStroked.js +46 -0
  265. package/lib/cjs/icons/IconDuration.d.ts +3 -0
  266. package/lib/cjs/icons/IconDuration.js +44 -0
  267. package/lib/cjs/icons/IconEdit.d.ts +3 -0
  268. package/lib/cjs/icons/IconEdit.js +47 -0
  269. package/lib/cjs/icons/IconEdit2Stroked.d.ts +3 -0
  270. package/lib/cjs/icons/IconEdit2Stroked.js +46 -0
  271. package/lib/cjs/icons/IconEditStroked.d.ts +3 -0
  272. package/lib/cjs/icons/IconEditStroked.js +46 -0
  273. package/lib/cjs/icons/IconElementStroked.d.ts +3 -0
  274. package/lib/cjs/icons/IconElementStroked.js +46 -0
  275. package/lib/cjs/icons/IconEmoji.d.ts +3 -0
  276. package/lib/cjs/icons/IconEmoji.js +46 -0
  277. package/lib/cjs/icons/IconExit.d.ts +3 -0
  278. package/lib/cjs/icons/IconExit.js +46 -0
  279. package/lib/cjs/icons/IconExpand.d.ts +3 -0
  280. package/lib/cjs/icons/IconExpand.js +47 -0
  281. package/lib/cjs/icons/IconExport.d.ts +3 -0
  282. package/lib/cjs/icons/IconExport.js +47 -0
  283. package/lib/cjs/icons/IconExternalOpen.d.ts +3 -0
  284. package/lib/cjs/icons/IconExternalOpen.js +47 -0
  285. package/lib/cjs/icons/IconExternalOpenStroked.d.ts +3 -0
  286. package/lib/cjs/icons/IconExternalOpenStroked.js +46 -0
  287. package/lib/cjs/icons/IconEyeClosed.d.ts +3 -0
  288. package/lib/cjs/icons/IconEyeClosed.js +46 -0
  289. package/lib/cjs/icons/IconEyeClosedSolid.d.ts +3 -0
  290. package/lib/cjs/icons/IconEyeClosedSolid.js +49 -0
  291. package/lib/cjs/icons/IconEyeOpened.d.ts +3 -0
  292. package/lib/cjs/icons/IconEyeOpened.js +46 -0
  293. package/lib/cjs/icons/IconFacebook.d.ts +3 -0
  294. package/lib/cjs/icons/IconFacebook.js +44 -0
  295. package/lib/cjs/icons/IconFaceuLogo.d.ts +3 -0
  296. package/lib/cjs/icons/IconFaceuLogo.js +46 -0
  297. package/lib/cjs/icons/IconFastFoward.d.ts +3 -0
  298. package/lib/cjs/icons/IconFastFoward.js +47 -0
  299. package/lib/cjs/icons/IconFavoriteList.d.ts +3 -0
  300. package/lib/cjs/icons/IconFavoriteList.js +49 -0
  301. package/lib/cjs/icons/IconFeishuLogo.d.ts +3 -0
  302. package/lib/cjs/icons/IconFeishuLogo.js +56 -0
  303. package/lib/cjs/icons/IconFemale.d.ts +3 -0
  304. package/lib/cjs/icons/IconFemale.js +46 -0
  305. package/lib/cjs/icons/IconFigma.d.ts +3 -0
  306. package/lib/cjs/icons/IconFigma.js +44 -0
  307. package/lib/cjs/icons/IconFile.d.ts +3 -0
  308. package/lib/cjs/icons/IconFile.js +46 -0
  309. package/lib/cjs/icons/IconFillStroked.d.ts +3 -0
  310. package/lib/cjs/icons/IconFillStroked.js +46 -0
  311. package/lib/cjs/icons/IconFilledArrowDown.d.ts +3 -0
  312. package/lib/cjs/icons/IconFilledArrowDown.js +44 -0
  313. package/lib/cjs/icons/IconFilledArrowUp.d.ts +3 -0
  314. package/lib/cjs/icons/IconFilledArrowUp.js +44 -0
  315. package/lib/cjs/icons/IconFilpVertical.d.ts +3 -0
  316. package/lib/cjs/icons/IconFilpVertical.js +46 -0
  317. package/lib/cjs/icons/IconFilter.d.ts +3 -0
  318. package/lib/cjs/icons/IconFilter.js +46 -0
  319. package/lib/cjs/icons/IconFingerLeftStroked.d.ts +3 -0
  320. package/lib/cjs/icons/IconFingerLeftStroked.js +46 -0
  321. package/lib/cjs/icons/IconFixedStroked.d.ts +3 -0
  322. package/lib/cjs/icons/IconFixedStroked.js +46 -0
  323. package/lib/cjs/icons/IconFlag.d.ts +3 -0
  324. package/lib/cjs/icons/IconFlag.js +44 -0
  325. package/lib/cjs/icons/IconFlipHorizontal.d.ts +3 -0
  326. package/lib/cjs/icons/IconFlipHorizontal.js +49 -0
  327. package/lib/cjs/icons/IconFlowChartStroked.d.ts +3 -0
  328. package/lib/cjs/icons/IconFlowChartStroked.js +46 -0
  329. package/lib/cjs/icons/IconFolder.d.ts +3 -0
  330. package/lib/cjs/icons/IconFolder.js +47 -0
  331. package/lib/cjs/icons/IconFolderOpen.d.ts +3 -0
  332. package/lib/cjs/icons/IconFolderOpen.js +46 -0
  333. package/lib/cjs/icons/IconFolderStroked.d.ts +3 -0
  334. package/lib/cjs/icons/IconFolderStroked.js +46 -0
  335. package/lib/cjs/icons/IconFollowStroked.d.ts +3 -0
  336. package/lib/cjs/icons/IconFollowStroked.js +46 -0
  337. package/lib/cjs/icons/IconFont.d.ts +3 -0
  338. package/lib/cjs/icons/IconFont.js +46 -0
  339. package/lib/cjs/icons/IconFontColor.d.ts +3 -0
  340. package/lib/cjs/icons/IconFontColor.js +46 -0
  341. package/lib/cjs/icons/IconForward.d.ts +3 -0
  342. package/lib/cjs/icons/IconForward.js +44 -0
  343. package/lib/cjs/icons/IconForwardStroked.d.ts +3 -0
  344. package/lib/cjs/icons/IconForwardStroked.js +46 -0
  345. package/lib/cjs/icons/IconFullScreenStroked.d.ts +3 -0
  346. package/lib/cjs/icons/IconFullScreenStroked.js +46 -0
  347. package/lib/cjs/icons/IconGallery.d.ts +3 -0
  348. package/lib/cjs/icons/IconGallery.js +53 -0
  349. package/lib/cjs/icons/IconGift.d.ts +3 -0
  350. package/lib/cjs/icons/IconGift.js +46 -0
  351. package/lib/cjs/icons/IconGiftStroked.d.ts +3 -0
  352. package/lib/cjs/icons/IconGiftStroked.js +46 -0
  353. package/lib/cjs/icons/IconGit.d.ts +3 -0
  354. package/lib/cjs/icons/IconGit.js +44 -0
  355. package/lib/cjs/icons/IconGithubLogo.d.ts +3 -0
  356. package/lib/cjs/icons/IconGithubLogo.js +47 -0
  357. package/lib/cjs/icons/IconGitlabLogo.d.ts +3 -0
  358. package/lib/cjs/icons/IconGitlabLogo.js +46 -0
  359. package/lib/cjs/icons/IconGlobe.d.ts +3 -0
  360. package/lib/cjs/icons/IconGlobe.js +46 -0
  361. package/lib/cjs/icons/IconGlobeStroke.d.ts +3 -0
  362. package/lib/cjs/icons/IconGlobeStroke.js +46 -0
  363. package/lib/cjs/icons/IconGridRectangle.d.ts +3 -0
  364. package/lib/cjs/icons/IconGridRectangle.js +46 -0
  365. package/lib/cjs/icons/IconGridSquare.d.ts +3 -0
  366. package/lib/cjs/icons/IconGridSquare.js +46 -0
  367. package/lib/cjs/icons/IconGridStroked.d.ts +3 -0
  368. package/lib/cjs/icons/IconGridStroked.js +46 -0
  369. package/lib/cjs/icons/IconGridView.d.ts +3 -0
  370. package/lib/cjs/icons/IconGridView.js +53 -0
  371. package/lib/cjs/icons/IconGridView1.d.ts +3 -0
  372. package/lib/cjs/icons/IconGridView1.js +46 -0
  373. package/lib/cjs/icons/IconH1.d.ts +3 -0
  374. package/lib/cjs/icons/IconH1.js +49 -0
  375. package/lib/cjs/icons/IconH2.d.ts +3 -0
  376. package/lib/cjs/icons/IconH2.js +49 -0
  377. package/lib/cjs/icons/IconH3.d.ts +3 -0
  378. package/lib/cjs/icons/IconH3.js +49 -0
  379. package/lib/cjs/icons/IconH4.d.ts +3 -0
  380. package/lib/cjs/icons/IconH4.js +49 -0
  381. package/lib/cjs/icons/IconH5.d.ts +3 -0
  382. package/lib/cjs/icons/IconH5.js +49 -0
  383. package/lib/cjs/icons/IconH6.d.ts +3 -0
  384. package/lib/cjs/icons/IconH6.js +49 -0
  385. package/lib/cjs/icons/IconH7.d.ts +3 -0
  386. package/lib/cjs/icons/IconH7.js +49 -0
  387. package/lib/cjs/icons/IconH8.d.ts +3 -0
  388. package/lib/cjs/icons/IconH8.js +49 -0
  389. package/lib/cjs/icons/IconH9.d.ts +3 -0
  390. package/lib/cjs/icons/IconH9.js +49 -0
  391. package/lib/cjs/icons/IconHandle.d.ts +3 -0
  392. package/lib/cjs/icons/IconHandle.js +59 -0
  393. package/lib/cjs/icons/IconHash.d.ts +3 -0
  394. package/lib/cjs/icons/IconHash.js +46 -0
  395. package/lib/cjs/icons/IconHeartStroked.d.ts +3 -0
  396. package/lib/cjs/icons/IconHeartStroked.js +46 -0
  397. package/lib/cjs/icons/IconHelm.d.ts +3 -0
  398. package/lib/cjs/icons/IconHelm.js +46 -0
  399. package/lib/cjs/icons/IconHelpCircle.d.ts +3 -0
  400. package/lib/cjs/icons/IconHelpCircle.js +46 -0
  401. package/lib/cjs/icons/IconHelpCircleStroked.d.ts +3 -0
  402. package/lib/cjs/icons/IconHelpCircleStroked.js +56 -0
  403. package/lib/cjs/icons/IconHistogram.d.ts +3 -0
  404. package/lib/cjs/icons/IconHistogram.js +44 -0
  405. package/lib/cjs/icons/IconHistory.d.ts +3 -0
  406. package/lib/cjs/icons/IconHistory.js +46 -0
  407. package/lib/cjs/icons/IconHn.d.ts +3 -0
  408. package/lib/cjs/icons/IconHn.js +49 -0
  409. package/lib/cjs/icons/IconHome.d.ts +3 -0
  410. package/lib/cjs/icons/IconHome.js +44 -0
  411. package/lib/cjs/icons/IconHomeStroked.d.ts +3 -0
  412. package/lib/cjs/icons/IconHomeStroked.js +46 -0
  413. package/lib/cjs/icons/IconHorn.d.ts +3 -0
  414. package/lib/cjs/icons/IconHorn.js +50 -0
  415. package/lib/cjs/icons/IconHourglass.d.ts +3 -0
  416. package/lib/cjs/icons/IconHourglass.js +46 -0
  417. package/lib/cjs/icons/IconHourglassStroked.d.ts +3 -0
  418. package/lib/cjs/icons/IconHourglassStroked.js +46 -0
  419. package/lib/cjs/icons/IconIdCard.d.ts +3 -0
  420. package/lib/cjs/icons/IconIdCard.js +46 -0
  421. package/lib/cjs/icons/IconIdentity.d.ts +3 -0
  422. package/lib/cjs/icons/IconIdentity.js +46 -0
  423. package/lib/cjs/icons/IconImage.d.ts +3 -0
  424. package/lib/cjs/icons/IconImage.js +46 -0
  425. package/lib/cjs/icons/IconImageStroked.d.ts +3 -0
  426. package/lib/cjs/icons/IconImageStroked.js +46 -0
  427. package/lib/cjs/icons/IconImport.d.ts +3 -0
  428. package/lib/cjs/icons/IconImport.js +47 -0
  429. package/lib/cjs/icons/IconInbox.d.ts +3 -0
  430. package/lib/cjs/icons/IconInbox.js +46 -0
  431. package/lib/cjs/icons/IconIndenpentCornersStroked.d.ts +3 -0
  432. package/lib/cjs/icons/IconIndenpentCornersStroked.js +46 -0
  433. package/lib/cjs/icons/IconIndentLeft.d.ts +3 -0
  434. package/lib/cjs/icons/IconIndentLeft.js +46 -0
  435. package/lib/cjs/icons/IconIndentRight.d.ts +3 -0
  436. package/lib/cjs/icons/IconIndentRight.js +46 -0
  437. package/lib/cjs/icons/IconIndependentCornersStroked.d.ts +3 -0
  438. package/lib/cjs/icons/IconIndependentCornersStroked.js +46 -0
  439. package/lib/cjs/icons/IconInfoCircle.d.ts +3 -0
  440. package/lib/cjs/icons/IconInfoCircle.js +46 -0
  441. package/lib/cjs/icons/IconInherit.d.ts +3 -0
  442. package/lib/cjs/icons/IconInherit.js +44 -0
  443. package/lib/cjs/icons/IconInheritStroked.d.ts +3 -0
  444. package/lib/cjs/icons/IconInheritStroked.js +46 -0
  445. package/lib/cjs/icons/IconInnerSectionStroked.d.ts +3 -0
  446. package/lib/cjs/icons/IconInnerSectionStroked.js +46 -0
  447. package/lib/cjs/icons/IconInstagram.d.ts +3 -0
  448. package/lib/cjs/icons/IconInstagram.js +44 -0
  449. package/lib/cjs/icons/IconInteractiveStroked.d.ts +3 -0
  450. package/lib/cjs/icons/IconInteractiveStroked.js +46 -0
  451. package/lib/cjs/icons/IconInviteStroked.d.ts +3 -0
  452. package/lib/cjs/icons/IconInviteStroked.js +47 -0
  453. package/lib/cjs/icons/IconItalic.d.ts +3 -0
  454. package/lib/cjs/icons/IconItalic.js +46 -0
  455. package/lib/cjs/icons/IconJianying.d.ts +3 -0
  456. package/lib/cjs/icons/IconJianying.js +46 -0
  457. package/lib/cjs/icons/IconKanban.d.ts +3 -0
  458. package/lib/cjs/icons/IconKanban.js +46 -0
  459. package/lib/cjs/icons/IconKey.d.ts +3 -0
  460. package/lib/cjs/icons/IconKey.js +46 -0
  461. package/lib/cjs/icons/IconKeyStroked.d.ts +3 -0
  462. package/lib/cjs/icons/IconKeyStroked.js +46 -0
  463. package/lib/cjs/icons/IconLanguage.d.ts +3 -0
  464. package/lib/cjs/icons/IconLanguage.js +46 -0
  465. package/lib/cjs/icons/IconLayers.d.ts +3 -0
  466. package/lib/cjs/icons/IconLayers.js +46 -0
  467. package/lib/cjs/icons/IconLeftCircleStroked.d.ts +3 -0
  468. package/lib/cjs/icons/IconLeftCircleStroked.js +46 -0
  469. package/lib/cjs/icons/IconLightningStroked.d.ts +3 -0
  470. package/lib/cjs/icons/IconLightningStroked.js +46 -0
  471. package/lib/cjs/icons/IconLikeHeart.d.ts +3 -0
  472. package/lib/cjs/icons/IconLikeHeart.js +46 -0
  473. package/lib/cjs/icons/IconLikeThumb.d.ts +3 -0
  474. package/lib/cjs/icons/IconLikeThumb.js +46 -0
  475. package/lib/cjs/icons/IconLineChartStroked.d.ts +3 -0
  476. package/lib/cjs/icons/IconLineChartStroked.js +46 -0
  477. package/lib/cjs/icons/IconLineHeight.d.ts +3 -0
  478. package/lib/cjs/icons/IconLineHeight.js +48 -0
  479. package/lib/cjs/icons/IconLink.d.ts +3 -0
  480. package/lib/cjs/icons/IconLink.js +46 -0
  481. package/lib/cjs/icons/IconList.d.ts +3 -0
  482. package/lib/cjs/icons/IconList.js +48 -0
  483. package/lib/cjs/icons/IconListView.d.ts +3 -0
  484. package/lib/cjs/icons/IconListView.js +50 -0
  485. package/lib/cjs/icons/IconLive.d.ts +3 -0
  486. package/lib/cjs/icons/IconLive.js +46 -0
  487. package/lib/cjs/icons/IconLoading.d.ts +3 -0
  488. package/lib/cjs/icons/IconLoading.js +54 -0
  489. package/lib/cjs/icons/IconLock.d.ts +3 -0
  490. package/lib/cjs/icons/IconLock.js +46 -0
  491. package/lib/cjs/icons/IconLockStroked.d.ts +3 -0
  492. package/lib/cjs/icons/IconLockStroked.js +46 -0
  493. package/lib/cjs/icons/IconLoopTextStroked.d.ts +3 -0
  494. package/lib/cjs/icons/IconLoopTextStroked.js +46 -0
  495. package/lib/cjs/icons/IconMail.d.ts +3 -0
  496. package/lib/cjs/icons/IconMail.js +46 -0
  497. package/lib/cjs/icons/IconMailStroked.d.ts +3 -0
  498. package/lib/cjs/icons/IconMailStroked.js +46 -0
  499. package/lib/cjs/icons/IconMailStroked1.d.ts +3 -0
  500. package/lib/cjs/icons/IconMailStroked1.js +46 -0
  501. package/lib/cjs/icons/IconMale.d.ts +3 -0
  502. package/lib/cjs/icons/IconMale.js +46 -0
  503. package/lib/cjs/icons/IconMapPin.d.ts +3 -0
  504. package/lib/cjs/icons/IconMapPin.js +46 -0
  505. package/lib/cjs/icons/IconMapPinStroked.d.ts +3 -0
  506. package/lib/cjs/icons/IconMapPinStroked.js +46 -0
  507. package/lib/cjs/icons/IconMarginLeftStroked.d.ts +3 -0
  508. package/lib/cjs/icons/IconMarginLeftStroked.js +46 -0
  509. package/lib/cjs/icons/IconMarginStroked.d.ts +3 -0
  510. package/lib/cjs/icons/IconMarginStroked.js +46 -0
  511. package/lib/cjs/icons/IconMark.d.ts +3 -0
  512. package/lib/cjs/icons/IconMark.js +46 -0
  513. package/lib/cjs/icons/IconMaximize.d.ts +3 -0
  514. package/lib/cjs/icons/IconMaximize.js +46 -0
  515. package/lib/cjs/icons/IconMember.d.ts +3 -0
  516. package/lib/cjs/icons/IconMember.js +44 -0
  517. package/lib/cjs/icons/IconMenu.d.ts +3 -0
  518. package/lib/cjs/icons/IconMenu.js +52 -0
  519. package/lib/cjs/icons/IconMicrophone.d.ts +3 -0
  520. package/lib/cjs/icons/IconMicrophone.js +50 -0
  521. package/lib/cjs/icons/IconMicrophoneOff.d.ts +3 -0
  522. package/lib/cjs/icons/IconMicrophoneOff.js +53 -0
  523. package/lib/cjs/icons/IconMinimize.d.ts +3 -0
  524. package/lib/cjs/icons/IconMinimize.js +46 -0
  525. package/lib/cjs/icons/IconMinus.d.ts +3 -0
  526. package/lib/cjs/icons/IconMinus.js +44 -0
  527. package/lib/cjs/icons/IconMinusCircle.d.ts +3 -0
  528. package/lib/cjs/icons/IconMinusCircle.js +46 -0
  529. package/lib/cjs/icons/IconMinusCircleStroked.d.ts +3 -0
  530. package/lib/cjs/icons/IconMinusCircleStroked.js +46 -0
  531. package/lib/cjs/icons/IconMinusStroked.d.ts +3 -0
  532. package/lib/cjs/icons/IconMinusStroked.js +44 -0
  533. package/lib/cjs/icons/IconModalStroked.d.ts +3 -0
  534. package/lib/cjs/icons/IconModalStroked.js +46 -0
  535. package/lib/cjs/icons/IconMoneyExchangeStroked.d.ts +3 -0
  536. package/lib/cjs/icons/IconMoneyExchangeStroked.js +46 -0
  537. package/lib/cjs/icons/IconMonitorStroked.d.ts +3 -0
  538. package/lib/cjs/icons/IconMonitorStroked.js +46 -0
  539. package/lib/cjs/icons/IconMoon.d.ts +3 -0
  540. package/lib/cjs/icons/IconMoon.js +46 -0
  541. package/lib/cjs/icons/IconMore.d.ts +3 -0
  542. package/lib/cjs/icons/IconMore.js +50 -0
  543. package/lib/cjs/icons/IconMoreStroked.d.ts +3 -0
  544. package/lib/cjs/icons/IconMoreStroked.js +50 -0
  545. package/lib/cjs/icons/IconMusic.d.ts +3 -0
  546. package/lib/cjs/icons/IconMusic.js +44 -0
  547. package/lib/cjs/icons/IconMusicNoteStroked.d.ts +3 -0
  548. package/lib/cjs/icons/IconMusicNoteStroked.js +46 -0
  549. package/lib/cjs/icons/IconMute.d.ts +3 -0
  550. package/lib/cjs/icons/IconMute.js +46 -0
  551. package/lib/cjs/icons/IconNineGridStroked.d.ts +3 -0
  552. package/lib/cjs/icons/IconNineGridStroked.js +46 -0
  553. package/lib/cjs/icons/IconNoteMoneyStroked.d.ts +3 -0
  554. package/lib/cjs/icons/IconNoteMoneyStroked.js +46 -0
  555. package/lib/cjs/icons/IconOption.d.ts +3 -0
  556. package/lib/cjs/icons/IconOption.js +46 -0
  557. package/lib/cjs/icons/IconOrderedList.d.ts +3 -0
  558. package/lib/cjs/icons/IconOrderedList.js +48 -0
  559. package/lib/cjs/icons/IconOrderedListStroked.d.ts +3 -0
  560. package/lib/cjs/icons/IconOrderedListStroked.js +46 -0
  561. package/lib/cjs/icons/IconPaperclip.d.ts +3 -0
  562. package/lib/cjs/icons/IconPaperclip.js +46 -0
  563. package/lib/cjs/icons/IconPause.d.ts +3 -0
  564. package/lib/cjs/icons/IconPause.js +47 -0
  565. package/lib/cjs/icons/IconPercentage.d.ts +3 -0
  566. package/lib/cjs/icons/IconPercentage.js +46 -0
  567. package/lib/cjs/icons/IconPhone.d.ts +3 -0
  568. package/lib/cjs/icons/IconPhone.js +46 -0
  569. package/lib/cjs/icons/IconPhoneStroke.d.ts +3 -0
  570. package/lib/cjs/icons/IconPhoneStroke.js +46 -0
  571. package/lib/cjs/icons/IconPieChart2Stroked.d.ts +3 -0
  572. package/lib/cjs/icons/IconPieChart2Stroked.js +46 -0
  573. package/lib/cjs/icons/IconPieChartStroked.d.ts +3 -0
  574. package/lib/cjs/icons/IconPieChartStroked.js +46 -0
  575. package/lib/cjs/icons/IconPiechartH5Stroked.d.ts +3 -0
  576. package/lib/cjs/icons/IconPiechartH5Stroked.js +46 -0
  577. package/lib/cjs/icons/IconPipixiaLogo.d.ts +3 -0
  578. package/lib/cjs/icons/IconPipixiaLogo.js +46 -0
  579. package/lib/cjs/icons/IconPlay.d.ts +3 -0
  580. package/lib/cjs/icons/IconPlay.js +44 -0
  581. package/lib/cjs/icons/IconPlayCircle.d.ts +3 -0
  582. package/lib/cjs/icons/IconPlayCircle.js +46 -0
  583. package/lib/cjs/icons/IconPlus.d.ts +3 -0
  584. package/lib/cjs/icons/IconPlus.js +44 -0
  585. package/lib/cjs/icons/IconPlusCircle.d.ts +3 -0
  586. package/lib/cjs/icons/IconPlusCircle.js +46 -0
  587. package/lib/cjs/icons/IconPlusCircleStroked.d.ts +3 -0
  588. package/lib/cjs/icons/IconPlusCircleStroked.js +46 -0
  589. package/lib/cjs/icons/IconPlusStroked.d.ts +3 -0
  590. package/lib/cjs/icons/IconPlusStroked.js +46 -0
  591. package/lib/cjs/icons/IconPriceTag.d.ts +3 -0
  592. package/lib/cjs/icons/IconPriceTag.js +46 -0
  593. package/lib/cjs/icons/IconPrint.d.ts +3 -0
  594. package/lib/cjs/icons/IconPrint.js +49 -0
  595. package/lib/cjs/icons/IconPrizeStroked.d.ts +3 -0
  596. package/lib/cjs/icons/IconPrizeStroked.js +46 -0
  597. package/lib/cjs/icons/IconPulse.d.ts +3 -0
  598. package/lib/cjs/icons/IconPulse.js +46 -0
  599. package/lib/cjs/icons/IconPuzzle.d.ts +3 -0
  600. package/lib/cjs/icons/IconPuzzle.js +46 -0
  601. package/lib/cjs/icons/IconQingyan.d.ts +3 -0
  602. package/lib/cjs/icons/IconQingyan.js +46 -0
  603. package/lib/cjs/icons/IconQrCode.d.ts +3 -0
  604. package/lib/cjs/icons/IconQrCode.js +46 -0
  605. package/lib/cjs/icons/IconQuit.d.ts +3 -0
  606. package/lib/cjs/icons/IconQuit.js +46 -0
  607. package/lib/cjs/icons/IconQuote.d.ts +3 -0
  608. package/lib/cjs/icons/IconQuote.js +46 -0
  609. package/lib/cjs/icons/IconRadio.d.ts +3 -0
  610. package/lib/cjs/icons/IconRadio.js +46 -0
  611. package/lib/cjs/icons/IconRankingCardStroked.d.ts +3 -0
  612. package/lib/cjs/icons/IconRankingCardStroked.js +46 -0
  613. package/lib/cjs/icons/IconRealSizeStroked.d.ts +3 -0
  614. package/lib/cjs/icons/IconRealSizeStroked.js +46 -0
  615. package/lib/cjs/icons/IconRedo.d.ts +3 -0
  616. package/lib/cjs/icons/IconRedo.js +46 -0
  617. package/lib/cjs/icons/IconRedoStroked.d.ts +3 -0
  618. package/lib/cjs/icons/IconRedoStroked.js +46 -0
  619. package/lib/cjs/icons/IconRefresh.d.ts +3 -0
  620. package/lib/cjs/icons/IconRefresh.js +46 -0
  621. package/lib/cjs/icons/IconRefresh2.d.ts +3 -0
  622. package/lib/cjs/icons/IconRefresh2.js +46 -0
  623. package/lib/cjs/icons/IconRegExp.d.ts +3 -0
  624. package/lib/cjs/icons/IconRegExp.js +51 -0
  625. package/lib/cjs/icons/IconReply.d.ts +3 -0
  626. package/lib/cjs/icons/IconReply.js +44 -0
  627. package/lib/cjs/icons/IconReplyStroked.d.ts +3 -0
  628. package/lib/cjs/icons/IconReplyStroked.js +46 -0
  629. package/lib/cjs/icons/IconResso.d.ts +3 -0
  630. package/lib/cjs/icons/IconResso.js +44 -0
  631. package/lib/cjs/icons/IconRestart.d.ts +3 -0
  632. package/lib/cjs/icons/IconRestart.js +47 -0
  633. package/lib/cjs/icons/IconRingChartStroked.d.ts +3 -0
  634. package/lib/cjs/icons/IconRingChartStroked.js +46 -0
  635. package/lib/cjs/icons/IconRotate.d.ts +3 -0
  636. package/lib/cjs/icons/IconRotate.js +47 -0
  637. package/lib/cjs/icons/IconRotationStroked.d.ts +3 -0
  638. package/lib/cjs/icons/IconRotationStroked.js +46 -0
  639. package/lib/cjs/icons/IconRoute.d.ts +3 -0
  640. package/lib/cjs/icons/IconRoute.js +46 -0
  641. package/lib/cjs/icons/IconRowsStroked.d.ts +3 -0
  642. package/lib/cjs/icons/IconRowsStroked.js +51 -0
  643. package/lib/cjs/icons/IconSafe.d.ts +3 -0
  644. package/lib/cjs/icons/IconSafe.js +46 -0
  645. package/lib/cjs/icons/IconSave.d.ts +3 -0
  646. package/lib/cjs/icons/IconSave.js +46 -0
  647. package/lib/cjs/icons/IconSaveStroked.d.ts +3 -0
  648. package/lib/cjs/icons/IconSaveStroked.js +46 -0
  649. package/lib/cjs/icons/IconScan.d.ts +3 -0
  650. package/lib/cjs/icons/IconScan.js +49 -0
  651. package/lib/cjs/icons/IconScissors.d.ts +3 -0
  652. package/lib/cjs/icons/IconScissors.js +49 -0
  653. package/lib/cjs/icons/IconSearch.d.ts +3 -0
  654. package/lib/cjs/icons/IconSearch.js +46 -0
  655. package/lib/cjs/icons/IconSearchStroked.d.ts +3 -0
  656. package/lib/cjs/icons/IconSearchStroked.js +46 -0
  657. package/lib/cjs/icons/IconSectionStroked.d.ts +3 -0
  658. package/lib/cjs/icons/IconSectionStroked.js +46 -0
  659. package/lib/cjs/icons/IconSemiLogo.d.ts +3 -0
  660. package/lib/cjs/icons/IconSemiLogo.js +46 -0
  661. package/lib/cjs/icons/IconSend.d.ts +3 -0
  662. package/lib/cjs/icons/IconSend.js +44 -0
  663. package/lib/cjs/icons/IconSendMsgStroked.d.ts +3 -0
  664. package/lib/cjs/icons/IconSendMsgStroked.js +46 -0
  665. package/lib/cjs/icons/IconSendStroked.d.ts +3 -0
  666. package/lib/cjs/icons/IconSendStroked.js +46 -0
  667. package/lib/cjs/icons/IconServer.d.ts +3 -0
  668. package/lib/cjs/icons/IconServer.js +46 -0
  669. package/lib/cjs/icons/IconServerStroked.d.ts +3 -0
  670. package/lib/cjs/icons/IconServerStroked.js +46 -0
  671. package/lib/cjs/icons/IconSetting.d.ts +3 -0
  672. package/lib/cjs/icons/IconSetting.js +46 -0
  673. package/lib/cjs/icons/IconSettingStroked.d.ts +3 -0
  674. package/lib/cjs/icons/IconSettingStroked.js +46 -0
  675. package/lib/cjs/icons/IconShareMoneyStroked.d.ts +3 -0
  676. package/lib/cjs/icons/IconShareMoneyStroked.js +46 -0
  677. package/lib/cjs/icons/IconShareStroked.d.ts +3 -0
  678. package/lib/cjs/icons/IconShareStroked.js +46 -0
  679. package/lib/cjs/icons/IconShield.d.ts +3 -0
  680. package/lib/cjs/icons/IconShield.js +46 -0
  681. package/lib/cjs/icons/IconShieldStroked.d.ts +3 -0
  682. package/lib/cjs/icons/IconShieldStroked.js +58 -0
  683. package/lib/cjs/icons/IconShift.d.ts +3 -0
  684. package/lib/cjs/icons/IconShift.js +46 -0
  685. package/lib/cjs/icons/IconShoppingBag.d.ts +3 -0
  686. package/lib/cjs/icons/IconShoppingBag.js +46 -0
  687. package/lib/cjs/icons/IconShrink.d.ts +3 -0
  688. package/lib/cjs/icons/IconShrink.js +47 -0
  689. package/lib/cjs/icons/IconShrinkScreenStroked.d.ts +3 -0
  690. package/lib/cjs/icons/IconShrinkScreenStroked.js +46 -0
  691. package/lib/cjs/icons/IconSidebar.d.ts +3 -0
  692. package/lib/cjs/icons/IconSidebar.js +46 -0
  693. package/lib/cjs/icons/IconSignal.d.ts +3 -0
  694. package/lib/cjs/icons/IconSignal.js +46 -0
  695. package/lib/cjs/icons/IconSimilarity.d.ts +3 -0
  696. package/lib/cjs/icons/IconSimilarity.js +46 -0
  697. package/lib/cjs/icons/IconSmallTriangleDown.d.ts +3 -0
  698. package/lib/cjs/icons/IconSmallTriangleDown.js +44 -0
  699. package/lib/cjs/icons/IconSmallTriangleLeft.d.ts +3 -0
  700. package/lib/cjs/icons/IconSmallTriangleLeft.js +44 -0
  701. package/lib/cjs/icons/IconSmallTriangleRight.d.ts +3 -0
  702. package/lib/cjs/icons/IconSmallTriangleRight.js +44 -0
  703. package/lib/cjs/icons/IconSmallTriangleTop.d.ts +3 -0
  704. package/lib/cjs/icons/IconSmallTriangleTop.js +44 -0
  705. package/lib/cjs/icons/IconSmartphoneCheckStroked.d.ts +3 -0
  706. package/lib/cjs/icons/IconSmartphoneCheckStroked.js +46 -0
  707. package/lib/cjs/icons/IconSmartphoneStroked.d.ts +3 -0
  708. package/lib/cjs/icons/IconSmartphoneStroked.js +46 -0
  709. package/lib/cjs/icons/IconSong.d.ts +3 -0
  710. package/lib/cjs/icons/IconSong.js +46 -0
  711. package/lib/cjs/icons/IconSonicStroked.d.ts +3 -0
  712. package/lib/cjs/icons/IconSonicStroked.js +46 -0
  713. package/lib/cjs/icons/IconSort.d.ts +3 -0
  714. package/lib/cjs/icons/IconSort.js +47 -0
  715. package/lib/cjs/icons/IconSortStroked.d.ts +3 -0
  716. package/lib/cjs/icons/IconSortStroked.js +51 -0
  717. package/lib/cjs/icons/IconSourceControl.d.ts +3 -0
  718. package/lib/cjs/icons/IconSourceControl.js +46 -0
  719. package/lib/cjs/icons/IconSpin.d.ts +3 -0
  720. package/lib/cjs/icons/IconSpin.js +69 -0
  721. package/lib/cjs/icons/IconStackBarChartStroked.d.ts +3 -0
  722. package/lib/cjs/icons/IconStackBarChartStroked.js +46 -0
  723. package/lib/cjs/icons/IconStar.d.ts +3 -0
  724. package/lib/cjs/icons/IconStar.js +44 -0
  725. package/lib/cjs/icons/IconStarStroked.d.ts +3 -0
  726. package/lib/cjs/icons/IconStarStroked.js +46 -0
  727. package/lib/cjs/icons/IconStop.d.ts +3 -0
  728. package/lib/cjs/icons/IconStop.js +44 -0
  729. package/lib/cjs/icons/IconStopwatchStroked.d.ts +3 -0
  730. package/lib/cjs/icons/IconStopwatchStroked.js +46 -0
  731. package/lib/cjs/icons/IconStrikeThrough.d.ts +3 -0
  732. package/lib/cjs/icons/IconStrikeThrough.js +56 -0
  733. package/lib/cjs/icons/IconSun.d.ts +3 -0
  734. package/lib/cjs/icons/IconSun.js +68 -0
  735. package/lib/cjs/icons/IconSync.d.ts +3 -0
  736. package/lib/cjs/icons/IconSync.js +46 -0
  737. package/lib/cjs/icons/IconTabArrowStroked.d.ts +3 -0
  738. package/lib/cjs/icons/IconTabArrowStroked.js +51 -0
  739. package/lib/cjs/icons/IconTabsStroked.d.ts +3 -0
  740. package/lib/cjs/icons/IconTabsStroked.js +46 -0
  741. package/lib/cjs/icons/IconTaskMoneyStroked.d.ts +3 -0
  742. package/lib/cjs/icons/IconTaskMoneyStroked.js +46 -0
  743. package/lib/cjs/icons/IconTemplate.d.ts +3 -0
  744. package/lib/cjs/icons/IconTemplate.js +46 -0
  745. package/lib/cjs/icons/IconTemplateStroked.d.ts +3 -0
  746. package/lib/cjs/icons/IconTemplateStroked.js +54 -0
  747. package/lib/cjs/icons/IconTerminal.d.ts +3 -0
  748. package/lib/cjs/icons/IconTerminal.js +46 -0
  749. package/lib/cjs/icons/IconTestScoreStroked.d.ts +3 -0
  750. package/lib/cjs/icons/IconTestScoreStroked.js +46 -0
  751. package/lib/cjs/icons/IconText.d.ts +3 -0
  752. package/lib/cjs/icons/IconText.js +46 -0
  753. package/lib/cjs/icons/IconTextRectangle.d.ts +3 -0
  754. package/lib/cjs/icons/IconTextRectangle.js +46 -0
  755. package/lib/cjs/icons/IconTextStroked.d.ts +3 -0
  756. package/lib/cjs/icons/IconTextStroked.js +46 -0
  757. package/lib/cjs/icons/IconThumbUpStroked.d.ts +3 -0
  758. package/lib/cjs/icons/IconThumbUpStroked.js +46 -0
  759. package/lib/cjs/icons/IconTick.d.ts +3 -0
  760. package/lib/cjs/icons/IconTick.js +46 -0
  761. package/lib/cjs/icons/IconTickCircle.d.ts +3 -0
  762. package/lib/cjs/icons/IconTickCircle.js +46 -0
  763. package/lib/cjs/icons/IconTicketCodeExchangeStroked.d.ts +3 -0
  764. package/lib/cjs/icons/IconTicketCodeExchangeStroked.js +46 -0
  765. package/lib/cjs/icons/IconTicketCodeStroked.d.ts +3 -0
  766. package/lib/cjs/icons/IconTicketCodeStroked.js +46 -0
  767. package/lib/cjs/icons/IconTiktokLogo.d.ts +3 -0
  768. package/lib/cjs/icons/IconTiktokLogo.js +46 -0
  769. package/lib/cjs/icons/IconTop.d.ts +3 -0
  770. package/lib/cjs/icons/IconTop.js +46 -0
  771. package/lib/cjs/icons/IconTopCenterStroked.d.ts +3 -0
  772. package/lib/cjs/icons/IconTopCenterStroked.js +46 -0
  773. package/lib/cjs/icons/IconTopLeftStroked.d.ts +3 -0
  774. package/lib/cjs/icons/IconTopLeftStroked.js +46 -0
  775. package/lib/cjs/icons/IconTopRightStroked.d.ts +3 -0
  776. package/lib/cjs/icons/IconTopRightStroked.js +46 -0
  777. package/lib/cjs/icons/IconTopbuzzLogo.d.ts +3 -0
  778. package/lib/cjs/icons/IconTopbuzzLogo.js +44 -0
  779. package/lib/cjs/icons/IconToutiaoLogo.d.ts +3 -0
  780. package/lib/cjs/icons/IconToutiaoLogo.js +46 -0
  781. package/lib/cjs/icons/IconTransparentStroked.d.ts +3 -0
  782. package/lib/cjs/icons/IconTransparentStroked.js +46 -0
  783. package/lib/cjs/icons/IconTreeTriangleDown.d.ts +3 -0
  784. package/lib/cjs/icons/IconTreeTriangleDown.js +44 -0
  785. package/lib/cjs/icons/IconTreeTriangleRight.d.ts +3 -0
  786. package/lib/cjs/icons/IconTreeTriangleRight.js +44 -0
  787. package/lib/cjs/icons/IconTriangleArrow.d.ts +3 -0
  788. package/lib/cjs/icons/IconTriangleArrow.js +53 -0
  789. package/lib/cjs/icons/IconTriangleArrowVertical.d.ts +3 -0
  790. package/lib/cjs/icons/IconTriangleArrowVertical.js +44 -0
  791. package/lib/cjs/icons/IconTriangleDown.d.ts +3 -0
  792. package/lib/cjs/icons/IconTriangleDown.js +44 -0
  793. package/lib/cjs/icons/IconTriangleUp.d.ts +3 -0
  794. package/lib/cjs/icons/IconTriangleUp.js +44 -0
  795. package/lib/cjs/icons/IconTrueFalseStroked.d.ts +3 -0
  796. package/lib/cjs/icons/IconTrueFalseStroked.js +46 -0
  797. package/lib/cjs/icons/IconTvCheckedStroked.d.ts +3 -0
  798. package/lib/cjs/icons/IconTvCheckedStroked.js +46 -0
  799. package/lib/cjs/icons/IconTwitter.d.ts +3 -0
  800. package/lib/cjs/icons/IconTwitter.js +44 -0
  801. package/lib/cjs/icons/IconTypograph.d.ts +3 -0
  802. package/lib/cjs/icons/IconTypograph.js +47 -0
  803. package/lib/cjs/icons/IconUnChainStroked.d.ts +3 -0
  804. package/lib/cjs/icons/IconUnChainStroked.js +46 -0
  805. package/lib/cjs/icons/IconUnderline.d.ts +3 -0
  806. package/lib/cjs/icons/IconUnderline.js +47 -0
  807. package/lib/cjs/icons/IconUndo.d.ts +3 -0
  808. package/lib/cjs/icons/IconUndo.js +46 -0
  809. package/lib/cjs/icons/IconUnlink.d.ts +3 -0
  810. package/lib/cjs/icons/IconUnlink.js +60 -0
  811. package/lib/cjs/icons/IconUnlock.d.ts +3 -0
  812. package/lib/cjs/icons/IconUnlock.js +44 -0
  813. package/lib/cjs/icons/IconUnlockStroked.d.ts +3 -0
  814. package/lib/cjs/icons/IconUnlockStroked.js +46 -0
  815. package/lib/cjs/icons/IconUpload.d.ts +3 -0
  816. package/lib/cjs/icons/IconUpload.js +46 -0
  817. package/lib/cjs/icons/IconUploadError.d.ts +3 -0
  818. package/lib/cjs/icons/IconUploadError.js +46 -0
  819. package/lib/cjs/icons/IconUser.d.ts +3 -0
  820. package/lib/cjs/icons/IconUser.js +47 -0
  821. package/lib/cjs/icons/IconUserAdd.d.ts +3 -0
  822. package/lib/cjs/icons/IconUserAdd.js +64 -0
  823. package/lib/cjs/icons/IconUserCardPhone.d.ts +3 -0
  824. package/lib/cjs/icons/IconUserCardPhone.js +46 -0
  825. package/lib/cjs/icons/IconUserCardVideo.d.ts +3 -0
  826. package/lib/cjs/icons/IconUserCardVideo.js +49 -0
  827. package/lib/cjs/icons/IconUserCircle.d.ts +3 -0
  828. package/lib/cjs/icons/IconUserCircle.js +46 -0
  829. package/lib/cjs/icons/IconUserCircleStroked.d.ts +3 -0
  830. package/lib/cjs/icons/IconUserCircleStroked.js +46 -0
  831. package/lib/cjs/icons/IconUserGroup.d.ts +3 -0
  832. package/lib/cjs/icons/IconUserGroup.js +46 -0
  833. package/lib/cjs/icons/IconUserListStroked.d.ts +3 -0
  834. package/lib/cjs/icons/IconUserListStroked.js +46 -0
  835. package/lib/cjs/icons/IconUserSetting.d.ts +3 -0
  836. package/lib/cjs/icons/IconUserSetting.js +51 -0
  837. package/lib/cjs/icons/IconUserStroked.d.ts +3 -0
  838. package/lib/cjs/icons/IconUserStroked.js +47 -0
  839. package/lib/cjs/icons/IconVennChartStroked.d.ts +3 -0
  840. package/lib/cjs/icons/IconVennChartStroked.js +46 -0
  841. package/lib/cjs/icons/IconVerify.d.ts +3 -0
  842. package/lib/cjs/icons/IconVerify.js +46 -0
  843. package/lib/cjs/icons/IconVideo.d.ts +3 -0
  844. package/lib/cjs/icons/IconVideo.js +46 -0
  845. package/lib/cjs/icons/IconVideoDouyinStroked.d.ts +3 -0
  846. package/lib/cjs/icons/IconVideoDouyinStroked.js +46 -0
  847. package/lib/cjs/icons/IconVideoListStroked.d.ts +3 -0
  848. package/lib/cjs/icons/IconVideoListStroked.js +46 -0
  849. package/lib/cjs/icons/IconVideoStroked.d.ts +3 -0
  850. package/lib/cjs/icons/IconVideoStroked.js +46 -0
  851. package/lib/cjs/icons/IconVideoUrlStroked.d.ts +3 -0
  852. package/lib/cjs/icons/IconVideoUrlStroked.js +46 -0
  853. package/lib/cjs/icons/IconVigoLogo.d.ts +3 -0
  854. package/lib/cjs/icons/IconVigoLogo.js +46 -0
  855. package/lib/cjs/icons/IconVolume1.d.ts +3 -0
  856. package/lib/cjs/icons/IconVolume1.js +46 -0
  857. package/lib/cjs/icons/IconVolume2.d.ts +3 -0
  858. package/lib/cjs/icons/IconVolume2.js +46 -0
  859. package/lib/cjs/icons/IconVolumnSilent.d.ts +3 -0
  860. package/lib/cjs/icons/IconVolumnSilent.js +46 -0
  861. package/lib/cjs/icons/IconVoteStroked.d.ts +3 -0
  862. package/lib/cjs/icons/IconVoteStroked.js +46 -0
  863. package/lib/cjs/icons/IconVoteVideoStroked.d.ts +3 -0
  864. package/lib/cjs/icons/IconVoteVideoStroked.js +46 -0
  865. package/lib/cjs/icons/IconWeibo.d.ts +3 -0
  866. package/lib/cjs/icons/IconWeibo.js +46 -0
  867. package/lib/cjs/icons/IconWholeWord.d.ts +3 -0
  868. package/lib/cjs/icons/IconWholeWord.js +61 -0
  869. package/lib/cjs/icons/IconWifi.d.ts +3 -0
  870. package/lib/cjs/icons/IconWifi.js +46 -0
  871. package/lib/cjs/icons/IconWindowAdaptionStroked.d.ts +3 -0
  872. package/lib/cjs/icons/IconWindowAdaptionStroked.js +46 -0
  873. package/lib/cjs/icons/IconWrench.d.ts +3 -0
  874. package/lib/cjs/icons/IconWrench.js +46 -0
  875. package/lib/cjs/icons/IconXiguaLogo.d.ts +3 -0
  876. package/lib/cjs/icons/IconXiguaLogo.js +46 -0
  877. package/lib/cjs/icons/IconYoutube.d.ts +3 -0
  878. package/lib/cjs/icons/IconYoutube.js +44 -0
  879. package/lib/cjs/icons/index.d.ts +434 -0
  880. package/lib/cjs/icons/index.js +3915 -0
  881. package/lib/cjs/index.d.ts +4 -0
  882. package/lib/cjs/index.js +57 -0
  883. package/lib/{es/styles/icon.css → cjs/styles/icons.css} +0 -0
  884. package/lib/{es/styles/icon.scss → cjs/styles/icons.scss} +0 -0
  885. package/lib/cjs/styles/variables.css +3 -0
  886. package/lib/cjs/styles/variables.scss +7 -0
  887. package/lib/es/components/Icon.d.ts +1 -1
  888. package/lib/es/components/Icon.js +1 -1
  889. package/lib/es/icons/IconFeishuLogo.js +13 -3
  890. package/lib/es/styles/icons.css +45 -0
  891. package/{src/styles/icon.scss → lib/es/styles/icons.scss} +0 -0
  892. package/package.json +4 -4
  893. package/src/components/Icon.tsx +1 -1
  894. package/src/icons/IconFeishuLogo.tsx +17 -3
  895. package/src/styles/icons.scss +44 -0
  896. package/src/svgs/feishu_logo.svg +1 -1
@@ -0,0 +1,15 @@
1
+ import React, { ReactNode, DetailedHTMLProps, ComponentType } from 'react';
2
+ import '../styles/icons.css';
3
+ export declare type IconSize = 'extra-small' | 'small' | 'default' | 'large' | 'extra-large';
4
+ export interface IconProps extends DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement> {
5
+ svg: ReactNode;
6
+ size?: IconSize;
7
+ spin?: boolean;
8
+ rotate?: number;
9
+ prefixCls?: string;
10
+ type?: string;
11
+ }
12
+ declare const Icon: React.ForwardRefExoticComponent<Pick<IconProps, "svg" | "size" | "spin" | "rotate" | "prefixCls" | "type" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLSpanElement>>;
13
+ declare const convertIcon: (Svg: ComponentType, iconType: string) => React.ForwardRefExoticComponent<Pick<Omit<IconProps, "svg" | "type">, "size" | "spin" | "rotate" | "prefixCls" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLSpanElement>>;
14
+ export { convertIcon };
15
+ export default Icon;
@@ -0,0 +1,100 @@
1
+ "use strict";
2
+
3
+ var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
4
+
5
+ var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
6
+
7
+ _Object$defineProperty(exports, "__esModule", {
8
+ value: true
9
+ });
10
+
11
+ exports.default = exports.convertIcon = void 0;
12
+
13
+ var _indexOf = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/index-of"));
14
+
15
+ var _getOwnPropertySymbols = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols"));
16
+
17
+ var _concat = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/concat"));
18
+
19
+ var _isSafeInteger = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/number/is-safe-integer"));
20
+
21
+ var _assign = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/assign"));
22
+
23
+ var _react = _interopRequireDefault(require("react"));
24
+
25
+ var _env = require("../env");
26
+
27
+ var _classnames = _interopRequireDefault(require("classnames"));
28
+
29
+ require("../styles/icons.css");
30
+
31
+ var __rest = void 0 && (void 0).__rest || function (s, e) {
32
+ var t = {};
33
+
34
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && (0, _indexOf.default)(e).call(e, p) < 0) t[p] = s[p];
35
+
36
+ if (s != null && typeof _getOwnPropertySymbols.default === "function") for (var i = 0, p = (0, _getOwnPropertySymbols.default)(s); i < p.length; i++) {
37
+ if ((0, _indexOf.default)(e).call(e, p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
38
+ }
39
+ return t;
40
+ };
41
+
42
+ const Icon = /*#__PURE__*/_react.default.forwardRef((props, ref) => {
43
+ var _context;
44
+
45
+ const {
46
+ svg,
47
+ spin = false,
48
+ rotate,
49
+ style,
50
+ className,
51
+ prefixCls = _env.BASE_CLASS_PREFIX,
52
+ type,
53
+ size = 'default'
54
+ } = props,
55
+ restProps = __rest(props, ["svg", "spin", "rotate", "style", "className", "prefixCls", "type", "size"]);
56
+
57
+ const classes = (0, _classnames.default)("".concat(prefixCls, "-icon"), {
58
+ ["".concat(prefixCls, "-icon-extra-small")]: size === 'extra-small',
59
+ ["".concat(prefixCls, "-icon-small")]: size === 'small',
60
+ ["".concat(prefixCls, "-icon-default")]: size === 'default',
61
+ ["".concat(prefixCls, "-icon-large")]: size === 'large',
62
+ ["".concat(prefixCls, "-icon-extra-large")]: size === 'extra-large',
63
+ ["".concat(prefixCls, "-icon-spinning")]: spin === true,
64
+ [(0, _concat.default)(_context = "".concat(prefixCls, "-icon-")).call(_context, type)]: Boolean(type)
65
+ }, className);
66
+ const outerStyle = {};
67
+
68
+ if ((0, _isSafeInteger.default)(rotate)) {
69
+ outerStyle.transform = "rotate(".concat(rotate, "deg)");
70
+ }
71
+
72
+ (0, _assign.default)(outerStyle, style);
73
+ return /*#__PURE__*/_react.default.createElement("span", (0, _assign.default)({
74
+ role: "img",
75
+ ref: ref,
76
+ className: classes,
77
+ style: outerStyle
78
+ }, restProps), svg);
79
+ }); // @ts-ignore used to judge whether it is a semi-icon in semi-ui
80
+ // custom icon case
81
+
82
+
83
+ Icon.elementType = 'Icon';
84
+
85
+ const convertIcon = (Svg, iconType) => {
86
+ const InnerIcon = /*#__PURE__*/_react.default.forwardRef((props, ref) => /*#__PURE__*/_react.default.createElement(Icon, (0, _assign.default)({
87
+ svg: /*#__PURE__*/_react.default.createElement(Svg),
88
+ type: iconType,
89
+ ref: ref
90
+ }, props))); // @ts-ignore used to judge whether it is a semi-icon in semi-ui
91
+ // builtin icon case
92
+
93
+
94
+ InnerIcon.elementType = 'Icon';
95
+ return InnerIcon;
96
+ };
97
+
98
+ exports.convertIcon = convertIcon;
99
+ var _default = Icon;
100
+ exports.default = _default;
@@ -0,0 +1 @@
1
+ export declare const BASE_CLASS_PREFIX = "semi";
package/lib/cjs/env.js ADDED
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
4
+
5
+ _Object$defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+
9
+ exports.BASE_CLASS_PREFIX = void 0;
10
+ const BASE_CLASS_PREFIX = 'semi';
11
+ exports.BASE_CLASS_PREFIX = BASE_CLASS_PREFIX;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const IconComponent: React.ForwardRefExoticComponent<Pick<Omit<import("../components/Icon").IconProps, "svg" | "type">, "size" | "spin" | "rotate" | "prefixCls" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLSpanElement>>;
3
+ export default IconComponent;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _WeakMap = require("@babel/runtime-corejs3/core-js-stable/weak-map");
4
+
5
+ var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
6
+
7
+ var _Object$getOwnPropertyDescriptor = require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor");
8
+
9
+ var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
10
+
11
+ _Object$defineProperty(exports, "__esModule", {
12
+ value: true
13
+ });
14
+
15
+ exports.default = void 0;
16
+
17
+ var _assign = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/assign"));
18
+
19
+ var React = _interopRequireWildcard(require("react"));
20
+
21
+ var _Icon = require("../components/Icon");
22
+
23
+ function _getRequireWildcardCache(nodeInterop) { if (typeof _WeakMap !== "function") return null; var cacheBabelInterop = new _WeakMap(); var cacheNodeInterop = new _WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
24
+
25
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? _Object$getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { _Object$defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
26
+
27
+ function SvgComponent(props) {
28
+ return /*#__PURE__*/React.createElement("svg", (0, _assign.default)({
29
+ viewBox: "0 0 24 24",
30
+ fill: "none",
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ focusable: false,
35
+ "aria-hidden": true
36
+ }, props), /*#__PURE__*/React.createElement("path", {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M13.6214 5.03557C14.0119 5.42609 14.645 5.42609 15.0356 5.03557C15.4261 4.64505 15.4261 4.01188 15.0356 3.62136L12.7071 1.29289C12.3166 0.902369 11.6834 0.902369 11.2929 1.29289L8.96443 3.62136C8.57391 4.01188 8.57391 4.64505 8.96443 5.03557C9.35495 5.42609 9.98812 5.42609 10.3786 5.03557L10.9998 4.41436V10.9999H4.41406L5.03557 10.3783C5.42609 9.98782 5.42609 9.35465 5.03557 8.96413C4.64505 8.57361 4.01188 8.57361 3.62136 8.96413L1.29289 11.2926C0.902369 11.6831 0.902369 12.3163 1.29289 12.7068L3.62136 15.0353C4.01188 15.4258 4.64505 15.4258 5.03557 15.0353C5.42609 14.6447 5.42609 14.0116 5.03557 13.6211L4.41436 12.9999H10.9998V19.5861L10.3783 18.9646C9.98782 18.5741 9.35465 18.5741 8.96413 18.9646C8.57361 19.3551 8.57361 19.9883 8.96413 20.3788L11.2926 22.7073C11.6831 23.0978 12.3163 23.0978 12.7068 22.7073L15.0353 20.3788C15.4258 19.9883 15.4258 19.3551 15.0353 18.9646C14.6447 18.5741 14.0116 18.5741 13.6211 18.9646L12.9998 19.5858V12.9999H19.5851L18.9641 13.6209C18.5736 14.0114 18.5736 14.6446 18.9641 15.0351C19.3547 15.4256 19.9878 15.4256 20.3783 15.0351L22.7068 12.7066C23.0973 12.3161 23.0973 11.6829 22.7068 11.2924L20.3783 8.96394C19.9878 8.57342 19.3547 8.57342 18.9641 8.96394C18.5736 9.35447 18.5736 9.98763 18.9641 10.3782L19.5858 10.9999H12.9998V4.41406L13.6214 5.03557Z",
40
+ fill: "currentColor"
41
+ }));
42
+ }
43
+
44
+ const IconComponent = (0, _Icon.convertIcon)(SvgComponent, 'absolute_stroked');
45
+ var _default = IconComponent;
46
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const IconComponent: React.ForwardRefExoticComponent<Pick<Omit<import("../components/Icon").IconProps, "svg" | "type">, "size" | "spin" | "rotate" | "prefixCls" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLSpanElement>>;
3
+ export default IconComponent;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _WeakMap = require("@babel/runtime-corejs3/core-js-stable/weak-map");
4
+
5
+ var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
6
+
7
+ var _Object$getOwnPropertyDescriptor = require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor");
8
+
9
+ var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
10
+
11
+ _Object$defineProperty(exports, "__esModule", {
12
+ value: true
13
+ });
14
+
15
+ exports.default = void 0;
16
+
17
+ var _assign = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/assign"));
18
+
19
+ var React = _interopRequireWildcard(require("react"));
20
+
21
+ var _Icon = require("../components/Icon");
22
+
23
+ function _getRequireWildcardCache(nodeInterop) { if (typeof _WeakMap !== "function") return null; var cacheBabelInterop = new _WeakMap(); var cacheNodeInterop = new _WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
24
+
25
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? _Object$getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { _Object$defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
26
+
27
+ function SvgComponent(props) {
28
+ return /*#__PURE__*/React.createElement("svg", (0, _assign.default)({
29
+ viewBox: "0 0 24 24",
30
+ fill: "none",
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ focusable: false,
35
+ "aria-hidden": true
36
+ }, props), /*#__PURE__*/React.createElement("path", {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M11.9999 1C11.1715 1 10.4999 1.67157 10.4999 2.5C10.4999 3.32843 11.1715 4 11.9999 4C16.4182 4 19.9999 7.58172 19.9999 12C19.9999 16.4183 16.4182 20 11.9999 20C10.2181 20 8.57637 19.4193 7.24767 18.4363C6.58168 17.9436 5.64238 18.0841 5.14969 18.7501C4.65699 19.4161 4.79747 20.3554 5.46346 20.8481C7.29098 22.2001 9.5542 23 11.9999 23C18.075 23 22.9999 18.0751 22.9999 12C22.9999 5.92487 18.075 1 11.9999 1ZM7.5 5.2C8.32843 5.2 9 4.52843 9 3.7C9 2.87157 8.32843 2.2 7.5 2.2C6.67157 2.2 6 2.87157 6 3.7C6 4.52843 6.67157 5.2 7.5 5.2ZM5.5 7C5.5 7.82843 4.82843 8.5 4 8.5C3.17157 8.5 2.5 7.82843 2.5 7C2.5 6.17157 3.17157 5.5 4 5.5C4.82843 5.5 5.5 6.17157 5.5 7ZM2.5 13C3.32843 13 4 12.3284 4 11.5C4 10.6716 3.32843 10 2.5 10C1.67157 10 1 10.6716 1 11.5C1 12.3284 1.67157 13 2.5 13ZM5 16.5C5 17.3284 4.32843 18 3.5 18C2.67157 18 2 17.3284 2 16.5C2 15.6716 2.67157 15 3.5 15C4.32843 15 5 15.6716 5 16.5ZM13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5V12C10.5 12.3978 10.658 12.7794 10.9393 13.0607L13.9393 16.0607C14.5251 16.6464 15.4749 16.6464 16.0607 16.0607C16.6464 15.4749 16.6464 14.5251 16.0607 13.9393L13.5 11.3787V7.5Z",
40
+ fill: "currentColor"
41
+ }));
42
+ }
43
+
44
+ const IconComponent = (0, _Icon.convertIcon)(SvgComponent, 'activity');
45
+ var _default = IconComponent;
46
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const IconComponent: React.ForwardRefExoticComponent<Pick<Omit<import("../components/Icon").IconProps, "svg" | "type">, "size" | "spin" | "rotate" | "prefixCls" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLSpanElement>>;
3
+ export default IconComponent;
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+
3
+ var _WeakMap = require("@babel/runtime-corejs3/core-js-stable/weak-map");
4
+
5
+ var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
6
+
7
+ var _Object$getOwnPropertyDescriptor = require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor");
8
+
9
+ var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
10
+
11
+ _Object$defineProperty(exports, "__esModule", {
12
+ value: true
13
+ });
14
+
15
+ exports.default = void 0;
16
+
17
+ var _assign = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/assign"));
18
+
19
+ var React = _interopRequireWildcard(require("react"));
20
+
21
+ var _Icon = require("../components/Icon");
22
+
23
+ function _getRequireWildcardCache(nodeInterop) { if (typeof _WeakMap !== "function") return null; var cacheBabelInterop = new _WeakMap(); var cacheNodeInterop = new _WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
24
+
25
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? _Object$getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { _Object$defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
26
+
27
+ function SvgComponent(props) {
28
+ return /*#__PURE__*/React.createElement("svg", (0, _assign.default)({
29
+ viewBox: "0 0 24 24",
30
+ fill: "none",
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ focusable: false,
35
+ "aria-hidden": true
36
+ }, props), /*#__PURE__*/React.createElement("path", {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M3.47516 5.99995L5.97516 3.49995C6.66552 2.8096 6.66552 1.69031 5.97516 0.999952C5.28481 0.309596 4.16552 0.309595 3.47517 0.999952L0.975165 3.49995C0.284809 4.19031 0.284808 5.3096 0.975164 5.99995C1.66552 6.69031 2.78481 6.69031 3.47516 5.99995Z",
40
+ fill: "currentColor"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ fillRule: "evenodd",
43
+ clipRule: "evenodd",
44
+ d: "M12 23C17.5229 23 22 18.5228 22 13C22 7.47711 17.5229 2.99996 12 2.99996C6.47719 2.99996 2.00004 7.47711 2.00004 13C2.00004 18.5228 6.47719 23 12 23ZM13.5 7.99996V12.0729L17 14C17.741 14.3704 18.0413 15.2715 17.6709 16.0124C17.3004 16.7534 16.3993 17.0537 15.6584 16.6832L11.3292 14.3416C10.821 14.0875 10.5 13.5681 10.5 12.9999V7.99996C10.5 7.17153 11.1716 6.49996 12 6.49996C12.8285 6.49996 13.5 7.17153 13.5 7.99996Z",
45
+ fill: "currentColor"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ fillRule: "evenodd",
48
+ clipRule: "evenodd",
49
+ d: "M18.0001 3.49995L20.5001 5.99995C21.1905 6.6903 22.3098 6.6903 23.0001 5.99995C23.6905 5.30959 23.6905 4.1903 23.0001 3.49994L20.5001 0.999945C19.8098 0.309588 18.6905 0.309589 18.0001 0.999945C17.3098 1.6903 17.3098 2.80959 18.0001 3.49995Z",
50
+ fill: "currentColor"
51
+ }));
52
+ }
53
+
54
+ const IconComponent = (0, _Icon.convertIcon)(SvgComponent, 'alarm');
55
+ var _default = IconComponent;
56
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const IconComponent: React.ForwardRefExoticComponent<Pick<Omit<import("../components/Icon").IconProps, "svg" | "type">, "size" | "spin" | "rotate" | "prefixCls" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLSpanElement>>;
3
+ export default IconComponent;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _WeakMap = require("@babel/runtime-corejs3/core-js-stable/weak-map");
4
+
5
+ var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
6
+
7
+ var _Object$getOwnPropertyDescriptor = require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor");
8
+
9
+ var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
10
+
11
+ _Object$defineProperty(exports, "__esModule", {
12
+ value: true
13
+ });
14
+
15
+ exports.default = void 0;
16
+
17
+ var _assign = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/assign"));
18
+
19
+ var React = _interopRequireWildcard(require("react"));
20
+
21
+ var _Icon = require("../components/Icon");
22
+
23
+ function _getRequireWildcardCache(nodeInterop) { if (typeof _WeakMap !== "function") return null; var cacheBabelInterop = new _WeakMap(); var cacheNodeInterop = new _WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
24
+
25
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? _Object$getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { _Object$defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
26
+
27
+ function SvgComponent(props) {
28
+ return /*#__PURE__*/React.createElement("svg", (0, _assign.default)({
29
+ viewBox: "0 0 24 24",
30
+ fill: "none",
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ focusable: false,
35
+ "aria-hidden": true
36
+ }, props), /*#__PURE__*/React.createElement("path", {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM13.5 17.5C13.5 16.6716 12.8284 16 12 16C11.1716 16 10.5 16.6716 10.5 17.5C10.5 18.3284 11.1716 19 12 19C12.8284 19 13.5 18.3284 13.5 17.5ZM12 5C10.9138 5 10.0507 5.91244 10.1109 6.99692L10.4168 12.5023C10.4635 13.3426 11.1584 14 12 14C12.8416 14 13.5365 13.3426 13.5832 12.5023L13.8891 6.99692C13.9493 5.91244 13.0862 5 12 5Z",
40
+ fill: "currentColor"
41
+ }));
42
+ }
43
+
44
+ const IconComponent = (0, _Icon.convertIcon)(SvgComponent, 'alert_circle');
45
+ var _default = IconComponent;
46
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const IconComponent: React.ForwardRefExoticComponent<Pick<Omit<import("../components/Icon").IconProps, "svg" | "type">, "size" | "spin" | "rotate" | "prefixCls" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLSpanElement>>;
3
+ export default IconComponent;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _WeakMap = require("@babel/runtime-corejs3/core-js-stable/weak-map");
4
+
5
+ var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
6
+
7
+ var _Object$getOwnPropertyDescriptor = require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor");
8
+
9
+ var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
10
+
11
+ _Object$defineProperty(exports, "__esModule", {
12
+ value: true
13
+ });
14
+
15
+ exports.default = void 0;
16
+
17
+ var _assign = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/assign"));
18
+
19
+ var React = _interopRequireWildcard(require("react"));
20
+
21
+ var _Icon = require("../components/Icon");
22
+
23
+ function _getRequireWildcardCache(nodeInterop) { if (typeof _WeakMap !== "function") return null; var cacheBabelInterop = new _WeakMap(); var cacheNodeInterop = new _WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
24
+
25
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? _Object$getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { _Object$defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
26
+
27
+ function SvgComponent(props) {
28
+ return /*#__PURE__*/React.createElement("svg", (0, _assign.default)({
29
+ viewBox: "0 0 24 24",
30
+ fill: "none",
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ focusable: false,
35
+ "aria-hidden": true
36
+ }, props), /*#__PURE__*/React.createElement("path", {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M10.2268 2.3986L1.52616 19.0749C0.831449 20.4064 1.79747 22 3.29933 22H20.7007C22.2025 22 23.1686 20.4064 22.4739 19.0749L13.7732 2.3986C13.0254 0.965441 10.9746 0.965442 10.2268 2.3986ZM13.1415 14.0101C13.0603 14.5781 12.5739 15 12.0001 15C11.4263 15 10.9398 14.5781 10.8586 14.0101L10.2829 9.97992C10.1336 8.93495 10.9445 8.00002 12.0001 8.00002C13.0556 8.00002 13.8665 8.93495 13.7172 9.97992L13.1415 14.0101ZM13.5001 18.5C13.5001 19.3284 12.8285 20 12.0001 20C11.1716 20 10.5001 19.3284 10.5001 18.5C10.5001 17.6716 11.1716 17 12.0001 17C12.8285 17 13.5001 17.6716 13.5001 18.5Z",
40
+ fill: "currentColor"
41
+ }));
42
+ }
43
+
44
+ const IconComponent = (0, _Icon.convertIcon)(SvgComponent, 'alert_triangle');
45
+ var _default = IconComponent;
46
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const IconComponent: React.ForwardRefExoticComponent<Pick<Omit<import("../components/Icon").IconProps, "svg" | "type">, "size" | "spin" | "rotate" | "prefixCls" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLSpanElement>>;
3
+ export default IconComponent;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+
3
+ var _WeakMap = require("@babel/runtime-corejs3/core-js-stable/weak-map");
4
+
5
+ var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
6
+
7
+ var _Object$getOwnPropertyDescriptor = require("@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor");
8
+
9
+ var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
10
+
11
+ _Object$defineProperty(exports, "__esModule", {
12
+ value: true
13
+ });
14
+
15
+ exports.default = void 0;
16
+
17
+ var _assign = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/assign"));
18
+
19
+ var React = _interopRequireWildcard(require("react"));
20
+
21
+ var _Icon = require("../components/Icon");
22
+
23
+ function _getRequireWildcardCache(nodeInterop) { if (typeof _WeakMap !== "function") return null; var cacheBabelInterop = new _WeakMap(); var cacheNodeInterop = new _WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
24
+
25
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = _Object$defineProperty && _Object$getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? _Object$getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { _Object$defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
26
+
27
+ function SvgComponent(props) {
28
+ return /*#__PURE__*/React.createElement("svg", (0, _assign.default)({
29
+ viewBox: "0 0 24 24",
30
+ fill: "none",
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: "1em",
33
+ height: "1em",
34
+ focusable: false,
35
+ "aria-hidden": true
36
+ }, props), /*#__PURE__*/React.createElement("path", {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M11.937 2C12.7655 2 13.437 2.67157 13.437 3.5L13.437 12.8787L15.8157 10.5C16.4015 9.91422 17.3512 9.91422 17.937 10.5C18.5228 11.0858 18.5228 12.0355 17.937 12.6213L12.9977 17.5607C12.4119 18.1464 11.4622 18.1464 10.8764 17.5607L5.8157 12.5C5.22991 11.9142 5.22991 10.9645 5.8157 10.3787C6.40148 9.79289 7.35123 9.79289 7.93702 10.3787L10.437 12.8787L10.437 3.5C10.437 2.67157 11.1086 2 11.937 2Z",
40
+ fill: "currentColor"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ fillRule: "evenodd",
43
+ clipRule: "evenodd",
44
+ d: "M4.43823 22C3.60981 22 2.93823 21.3284 2.93823 20.5C2.93823 19.6716 3.60981 19 4.43823 19L19.4382 19C20.2667 19 20.9382 19.6716 20.9382 20.5C20.9382 21.3284 20.2667 22 19.4382 22L4.43823 22Z",
45
+ fill: "currentColor"
46
+ }));
47
+ }
48
+
49
+ const IconComponent = (0, _Icon.convertIcon)(SvgComponent, 'align_bottom');
50
+ var _default = IconComponent;
51
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const IconComponent: React.ForwardRefExoticComponent<Pick<Omit<import("../components/Icon").IconProps, "svg" | "type">, "size" | "spin" | "rotate" | "prefixCls" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLSpanElement>>;
3
+ export default IconComponent;