@aloudata/aloudata-design 0.2.6 → 0.3.0

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 (527) hide show
  1. package/es/Avatar/index.d.ts +15 -0
  2. package/es/Avatar/index.js +33 -0
  3. package/es/Avatar/style/index.d.ts +2 -0
  4. package/es/Avatar/style/index.js +2 -0
  5. package/es/Avatar/style/index.less +34 -0
  6. package/es/Breadcrumb/index.d.ts +8 -0
  7. package/es/Breadcrumb/index.js +36 -0
  8. package/es/Breadcrumb/style/index.d.ts +2 -0
  9. package/es/Breadcrumb/style/index.js +2 -0
  10. package/es/Breadcrumb/style/index.less +36 -0
  11. package/es/Button/index.d.ts +4 -4
  12. package/es/Button/index.js +45 -25
  13. package/es/Button/style/index.less +185 -150
  14. package/es/Button/style/variables.less +67 -0
  15. package/es/Checkbox/style/index.less +35 -1
  16. package/es/ConfigProvider/index.d.ts +1 -0
  17. package/es/ConfigProvider/index.js +1 -0
  18. package/es/Dropdown/Button.js +1 -1
  19. package/es/Dropdown/style/index.less +41 -8
  20. package/es/Empty/image/Authority.d.ts +3 -0
  21. package/es/Empty/image/Authority.js +360 -0
  22. package/es/Empty/image/Dataspace.d.ts +3 -0
  23. package/es/Empty/image/Dataspace.js +271 -0
  24. package/es/Empty/image/Search.d.ts +3 -0
  25. package/es/Empty/image/Search.js +156 -0
  26. package/es/Empty/image/Simple.d.ts +3 -0
  27. package/es/Empty/image/Simple.js +20 -0
  28. package/es/Empty/image/Worksheet.d.ts +3 -0
  29. package/es/Empty/image/Worksheet.js +270 -0
  30. package/es/Empty/image/empty.d.ts +3 -0
  31. package/es/Empty/image/empty.js +139 -0
  32. package/es/Empty/index.d.ts +21 -5
  33. package/es/Empty/index.js +84 -54
  34. package/es/Empty/style/index.less +56 -11
  35. package/es/Form/style/index.less +8 -0
  36. package/es/Icon/antdIconfont.d.ts +4 -0
  37. package/es/Icon/antdIconfont.js +2 -0
  38. package/es/Icon/components/Icon.d.ts +32 -0
  39. package/es/Icon/components/Icon.js +27 -0
  40. package/es/Icon/components/createFromScripts.d.ts +1 -0
  41. package/es/Icon/components/createFromScripts.js +35 -0
  42. package/es/Icon/iconSvgs/arrows_right_sm.svg +3 -0
  43. package/es/Icon/icons/AddLine.d.ts +13 -0
  44. package/es/Icon/icons/AddLine.js +66 -0
  45. package/es/Icon/icons/AlertFill.d.ts +13 -0
  46. package/es/Icon/icons/AlertFill.js +73 -0
  47. package/es/Icon/icons/ArrowsDownLine.d.ts +13 -0
  48. package/es/Icon/icons/ArrowsDownLine.js +66 -0
  49. package/es/Icon/icons/CancelFill.d.ts +13 -0
  50. package/es/Icon/icons/CancelFill.js +73 -0
  51. package/es/Icon/icons/CheckFill.d.ts +13 -0
  52. package/es/Icon/icons/CheckFill.js +73 -0
  53. package/es/Icon/icons/CloseLine.d.ts +13 -0
  54. package/es/Icon/icons/CloseLine.js +66 -0
  55. package/es/Icon/icons/DatabaseLine.d.ts +13 -0
  56. package/es/Icon/icons/DatabaseLine.js +66 -0
  57. package/es/Icon/icons/Deleteline.d.ts +13 -0
  58. package/es/Icon/icons/Deleteline.js +66 -0
  59. package/es/Icon/icons/DownloadLine.d.ts +13 -0
  60. package/es/Icon/icons/DownloadLine.js +73 -0
  61. package/es/Icon/icons/ErrorFill.d.ts +13 -0
  62. package/es/Icon/icons/ErrorFill.js +73 -0
  63. package/es/Icon/icons/EyeOffLine.d.ts +13 -0
  64. package/es/Icon/icons/EyeOffLine.js +73 -0
  65. package/es/Icon/icons/EyeOnLine.d.ts +13 -0
  66. package/es/Icon/icons/EyeOnLine.js +66 -0
  67. package/es/Icon/icons/FileLine.d.ts +13 -0
  68. package/es/Icon/icons/FileLine.js +73 -0
  69. package/es/Icon/icons/HomeFill.d.ts +13 -0
  70. package/es/Icon/icons/HomeFill.js +73 -0
  71. package/es/Icon/icons/IconBase.withSpan.tpl +58 -0
  72. package/es/Icon/icons/LightningLine.d.ts +13 -0
  73. package/es/Icon/icons/LightningLine.js +66 -0
  74. package/es/Icon/icons/Loading.d.ts +13 -0
  75. package/es/Icon/icons/Loading.js +66 -0
  76. package/es/Icon/icons/More.d.ts +13 -0
  77. package/es/Icon/icons/More.js +66 -0
  78. package/es/Icon/icons/NewWindowsLine.d.ts +13 -0
  79. package/es/Icon/icons/NewWindowsLine.js +74 -0
  80. package/es/Icon/icons/SearchLine.d.ts +13 -0
  81. package/es/Icon/icons/SearchLine.js +73 -0
  82. package/es/Icon/icons/SortAscendingLine.d.ts +13 -0
  83. package/es/Icon/icons/SortAscendingLine.js +66 -0
  84. package/es/Icon/icons/SortDescendingLine.d.ts +13 -0
  85. package/es/Icon/icons/SortDescendingLine.js +66 -0
  86. package/es/Icon/icons/TextLine.d.ts +13 -0
  87. package/es/Icon/icons/TextLine.js +73 -0
  88. package/es/Icon/icons/UserLine.d.ts +13 -0
  89. package/es/Icon/icons/UserLine.js +73 -0
  90. package/es/Icon/icons/style.css +9 -0
  91. package/es/Icon/icons/style.css.d.ts +10 -0
  92. package/es/Icon/index.d.ts +2 -13
  93. package/es/Icon/index.js +2 -45
  94. package/es/Icon/index.less +9 -17
  95. package/es/Icon/style/index.d.ts +1 -0
  96. package/es/Icon/style/index.js +1 -0
  97. package/es/Icon/style/index.less +0 -0
  98. package/es/Input/components/Group/index.d.ts +4 -2
  99. package/es/Input/components/Group/index.js +23 -1
  100. package/es/Input/components/Input/index.d.ts +1 -1
  101. package/es/Input/components/Input/index.js +12 -0
  102. package/es/Input/components/Password/index.d.ts +7 -1
  103. package/es/Input/components/Password/index.js +29 -6
  104. package/es/Input/style/index.less +278 -43
  105. package/es/InputNumber/index.d.ts +4 -0
  106. package/es/InputNumber/index.js +32 -0
  107. package/es/InputNumber/style/index.d.ts +2 -0
  108. package/es/InputNumber/style/index.js +2 -0
  109. package/es/InputNumber/style/index.less +224 -0
  110. package/es/Menu/Divider.d.ts +2 -1
  111. package/es/Menu/MenuItem.d.ts +2 -1
  112. package/es/Menu/SubMenu.d.ts +2 -1
  113. package/es/Menu/SubMenu.js +1 -1
  114. package/es/Menu/index.d.ts +2 -1
  115. package/es/Menu/style/index.less +5 -5
  116. package/es/Modal/index.d.ts +21 -0
  117. package/es/Modal/index.js +95 -0
  118. package/es/Modal/style/index.d.ts +2 -0
  119. package/es/Modal/style/index.js +2 -0
  120. package/es/Modal/style/index.less +206 -0
  121. package/es/Navigator/components/Header/index.d.ts +9 -0
  122. package/es/Navigator/components/Header/index.js +18 -0
  123. package/es/Navigator/components/Menu/index.d.ts +7 -13
  124. package/es/Navigator/components/Menu/index.js +26 -162
  125. package/es/Navigator/components/MenuItem/index.d.ts +21 -0
  126. package/es/Navigator/components/MenuItem/index.js +39 -0
  127. package/es/Navigator/index.d.ts +19 -8
  128. package/es/Navigator/index.js +6 -15
  129. package/es/Navigator/style/bg.png +0 -0
  130. package/es/Navigator/style/index.less +105 -174
  131. package/es/Popover/index.d.ts +5 -0
  132. package/es/Popover/index.js +22 -0
  133. package/es/Popover/style/index.d.ts +2 -0
  134. package/es/Popover/style/index.js +2 -0
  135. package/es/Popover/style/index.less +37 -0
  136. package/es/Radio/index.d.ts +2 -3
  137. package/es/Select/index.d.ts +37 -9
  138. package/es/Select/index.js +155 -7
  139. package/es/Select/rc-select/BaseSelect.d.ts +116 -0
  140. package/es/Select/rc-select/BaseSelect.js +641 -0
  141. package/es/Select/rc-select/OptGroup.d.ts +12 -0
  142. package/es/Select/{OptionsList → rc-select}/OptGroup.js +1 -0
  143. package/es/Select/rc-select/Option.d.ts +14 -0
  144. package/es/Select/{OptionsList/Options.js → rc-select/Option.js} +1 -0
  145. package/es/Select/rc-select/OptionList.d.ts +10 -0
  146. package/es/Select/rc-select/OptionList.js +401 -0
  147. package/es/Select/rc-select/Select.d.ts +109 -0
  148. package/es/Select/rc-select/Select.js +547 -0
  149. package/es/Select/rc-select/SelectContext.d.ts +20 -0
  150. package/es/Select/rc-select/SelectContext.js +4 -0
  151. package/es/Select/rc-select/SelectTrigger.d.ts +30 -0
  152. package/es/Select/rc-select/SelectTrigger.js +136 -0
  153. package/es/Select/rc-select/Selector/Input.d.ts +26 -0
  154. package/es/Select/rc-select/Selector/Input.js +114 -0
  155. package/es/Select/rc-select/Selector/MultipleSelector.d.ts +16 -0
  156. package/es/Select/rc-select/Selector/MultipleSelector.js +236 -0
  157. package/es/Select/rc-select/Selector/SingleSelector.d.ts +8 -0
  158. package/es/Select/rc-select/Selector/SingleSelector.js +112 -0
  159. package/es/Select/rc-select/Selector/index.d.ts +80 -0
  160. package/es/Select/rc-select/Selector/index.js +194 -0
  161. package/es/Select/rc-select/TransBtn.d.ts +12 -0
  162. package/es/Select/rc-select/TransBtn.js +42 -0
  163. package/es/Select/rc-select/hooks/useBaseProps.d.ts +13 -0
  164. package/es/Select/rc-select/hooks/useBaseProps.js +11 -0
  165. package/es/Select/rc-select/hooks/useCache.d.ts +7 -0
  166. package/es/Select/rc-select/hooks/useCache.js +49 -0
  167. package/es/Select/rc-select/hooks/useDelayReset.d.ts +5 -0
  168. package/es/Select/rc-select/hooks/useDelayReset.js +50 -0
  169. package/es/Select/rc-select/hooks/useFilterOptions.d.ts +3 -0
  170. package/es/Select/rc-select/hooks/useFilterOptions.js +75 -0
  171. package/es/Select/rc-select/hooks/useId.d.ts +5 -0
  172. package/es/Select/rc-select/hooks/useId.js +47 -0
  173. package/es/Select/rc-select/hooks/useLayoutEffect.d.ts +5 -0
  174. package/es/Select/rc-select/hooks/useLayoutEffect.js +17 -0
  175. package/es/Select/rc-select/hooks/useLock.d.ts +7 -0
  176. package/es/Select/rc-select/hooks/useLock.js +35 -0
  177. package/es/Select/rc-select/hooks/useOptions.d.ts +11 -0
  178. package/es/Select/rc-select/hooks/useOptions.js +53 -0
  179. package/es/Select/rc-select/hooks/useRefFunc.d.ts +5 -0
  180. package/es/Select/rc-select/hooks/useRefFunc.js +15 -0
  181. package/es/Select/rc-select/hooks/useSelectTriggerControl.d.ts +1 -0
  182. package/es/Select/rc-select/hooks/useSelectTriggerControl.js +40 -0
  183. package/es/Select/rc-select/index.d.ts +10 -0
  184. package/es/Select/rc-select/index.js +7 -0
  185. package/es/Select/rc-select/interface.d.ts +10 -0
  186. package/es/Select/{interface.js → rc-select/interface.js} +0 -0
  187. package/es/Select/rc-select/utils/commonUtil.d.ts +4 -0
  188. package/es/Select/rc-select/utils/commonUtil.js +12 -0
  189. package/es/Select/rc-select/utils/keyUtil.d.ts +2 -0
  190. package/es/Select/rc-select/utils/keyUtil.js +8 -0
  191. package/es/Select/rc-select/utils/legacyUtil.d.ts +3 -0
  192. package/es/Select/rc-select/utils/legacyUtil.js +58 -0
  193. package/es/Select/rc-select/utils/platformUtil.d.ts +1 -0
  194. package/es/Select/rc-select/utils/platformUtil.js +4 -0
  195. package/es/Select/rc-select/utils/valueUtil.d.ts +22 -0
  196. package/es/Select/rc-select/utils/valueUtil.js +157 -0
  197. package/es/Select/rc-select/utils/warningPropsUtil.d.ts +3 -0
  198. package/es/Select/rc-select/utils/warningPropsUtil.js +114 -0
  199. package/es/Select/style/index.d.ts +1 -0
  200. package/es/Select/style/index.js +3 -1
  201. package/es/Select/style/index.less +230 -480
  202. package/es/Select/style/multiple.less +222 -0
  203. package/es/Select/style/rtl.less +168 -0
  204. package/es/Select/style/select.less +337 -0
  205. package/es/Select/style/single.less +179 -0
  206. package/es/Select/style/status.less +48 -0
  207. package/es/Select/style/variables.less +67 -0
  208. package/es/Select/style/variables.less.d.ts +100 -0
  209. package/es/Select/utils/iconUtil.d.ts +24 -0
  210. package/es/Select/utils/iconUtil.js +82 -0
  211. package/es/Space/index.d.ts +1 -1
  212. package/es/Space/index.js +0 -1
  213. package/es/Table/Table.d.ts +5 -0
  214. package/es/Table/Table.js +473 -0
  215. package/es/Table/index.d.ts +2 -4
  216. package/es/Table/index.js +2 -463
  217. package/es/Table/interface.d.ts +11 -15
  218. package/es/Table/style/index.less +51 -21
  219. package/es/Tabs/index.d.ts +2 -1
  220. package/es/Tabs/index.js +10 -4
  221. package/es/Tabs/style/index.less +73 -7
  222. package/es/Tooltip/style/index.less +2 -1
  223. package/es/index.d.ts +15 -2
  224. package/es/index.js +8 -1
  225. package/es/style/index.less +3 -1
  226. package/es/style/mixins/index.less +8 -0
  227. package/es/style/themes/default/index.less +10 -10
  228. package/es/style/themes/default/scrollBar.less +13 -0
  229. package/es/style/themes/default/themeColor.module.less +58 -94
  230. package/es/style/themes/default/themeColor.module.less.d.ts +1 -17
  231. package/lib/Avatar/index.d.ts +15 -0
  232. package/lib/Avatar/index.js +57 -0
  233. package/lib/Avatar/style/index.d.ts +2 -0
  234. package/lib/Avatar/style/index.js +5 -0
  235. package/lib/Avatar/style/index.less +34 -0
  236. package/lib/Breadcrumb/index.d.ts +8 -0
  237. package/lib/Breadcrumb/index.js +50 -0
  238. package/lib/Breadcrumb/style/index.d.ts +2 -0
  239. package/lib/Breadcrumb/style/index.js +5 -0
  240. package/lib/Breadcrumb/style/index.less +36 -0
  241. package/lib/Button/index.d.ts +4 -4
  242. package/lib/Button/index.js +45 -25
  243. package/lib/Button/style/index.less +185 -150
  244. package/lib/Button/style/variables.less +67 -0
  245. package/lib/Checkbox/style/index.less +35 -1
  246. package/lib/ConfigProvider/index.d.ts +1 -0
  247. package/lib/ConfigProvider/index.js +26 -0
  248. package/lib/Dropdown/Button.js +1 -1
  249. package/lib/Dropdown/style/index.less +41 -8
  250. package/lib/Empty/image/Authority.d.ts +3 -0
  251. package/lib/Empty/image/Authority.js +374 -0
  252. package/lib/Empty/image/Dataspace.d.ts +3 -0
  253. package/lib/Empty/image/Dataspace.js +285 -0
  254. package/lib/Empty/image/Search.d.ts +3 -0
  255. package/lib/Empty/image/Search.js +170 -0
  256. package/lib/Empty/image/Simple.d.ts +3 -0
  257. package/lib/Empty/image/Simple.js +34 -0
  258. package/lib/Empty/image/Worksheet.d.ts +3 -0
  259. package/lib/Empty/image/Worksheet.js +284 -0
  260. package/lib/Empty/image/empty.d.ts +3 -0
  261. package/lib/Empty/image/empty.js +153 -0
  262. package/lib/Empty/index.d.ts +21 -5
  263. package/lib/Empty/index.js +94 -53
  264. package/lib/Empty/style/index.less +56 -11
  265. package/lib/Form/style/index.less +8 -0
  266. package/lib/Icon/antdIconfont.d.ts +4 -0
  267. package/lib/Icon/antdIconfont.js +13 -0
  268. package/lib/Icon/components/Icon.d.ts +32 -0
  269. package/lib/Icon/components/Icon.js +38 -0
  270. package/lib/Icon/components/createFromScripts.d.ts +1 -0
  271. package/lib/Icon/components/createFromScripts.js +41 -0
  272. package/lib/Icon/iconSvgs/arrows_right_sm.svg +3 -0
  273. package/lib/Icon/icons/AddLine.d.ts +13 -0
  274. package/lib/Icon/icons/AddLine.js +83 -0
  275. package/lib/Icon/icons/AlertFill.d.ts +13 -0
  276. package/lib/Icon/icons/AlertFill.js +90 -0
  277. package/lib/Icon/icons/ArrowsDownLine.d.ts +13 -0
  278. package/lib/Icon/icons/ArrowsDownLine.js +83 -0
  279. package/lib/Icon/icons/CancelFill.d.ts +13 -0
  280. package/lib/Icon/icons/CancelFill.js +90 -0
  281. package/lib/Icon/icons/CheckFill.d.ts +13 -0
  282. package/lib/Icon/icons/CheckFill.js +90 -0
  283. package/lib/Icon/icons/CloseLine.d.ts +13 -0
  284. package/lib/Icon/icons/CloseLine.js +83 -0
  285. package/lib/Icon/icons/DatabaseLine.d.ts +13 -0
  286. package/lib/Icon/icons/DatabaseLine.js +83 -0
  287. package/lib/Icon/icons/Deleteline.d.ts +13 -0
  288. package/lib/Icon/icons/Deleteline.js +83 -0
  289. package/lib/Icon/icons/DownloadLine.d.ts +13 -0
  290. package/lib/Icon/icons/DownloadLine.js +90 -0
  291. package/lib/Icon/icons/ErrorFill.d.ts +13 -0
  292. package/lib/Icon/icons/ErrorFill.js +90 -0
  293. package/lib/Icon/icons/EyeOffLine.d.ts +13 -0
  294. package/lib/Icon/icons/EyeOffLine.js +90 -0
  295. package/lib/Icon/icons/EyeOnLine.d.ts +13 -0
  296. package/lib/Icon/icons/EyeOnLine.js +83 -0
  297. package/lib/Icon/icons/FileLine.d.ts +13 -0
  298. package/lib/Icon/icons/FileLine.js +90 -0
  299. package/lib/Icon/icons/HomeFill.d.ts +13 -0
  300. package/lib/Icon/icons/HomeFill.js +90 -0
  301. package/lib/Icon/icons/IconBase.withSpan.tpl +58 -0
  302. package/lib/Icon/icons/LightningLine.d.ts +13 -0
  303. package/lib/Icon/icons/LightningLine.js +83 -0
  304. package/lib/Icon/icons/Loading.d.ts +13 -0
  305. package/lib/Icon/icons/Loading.js +83 -0
  306. package/lib/Icon/icons/More.d.ts +13 -0
  307. package/lib/Icon/icons/More.js +83 -0
  308. package/lib/Icon/icons/NewWindowsLine.d.ts +13 -0
  309. package/lib/Icon/icons/NewWindowsLine.js +91 -0
  310. package/lib/Icon/icons/SearchLine.d.ts +13 -0
  311. package/lib/Icon/icons/SearchLine.js +90 -0
  312. package/lib/Icon/icons/SortAscendingLine.d.ts +13 -0
  313. package/lib/Icon/icons/SortAscendingLine.js +83 -0
  314. package/lib/Icon/icons/SortDescendingLine.d.ts +13 -0
  315. package/lib/Icon/icons/SortDescendingLine.js +83 -0
  316. package/lib/Icon/icons/TextLine.d.ts +13 -0
  317. package/lib/Icon/icons/TextLine.js +90 -0
  318. package/lib/Icon/icons/UserLine.d.ts +13 -0
  319. package/lib/Icon/icons/UserLine.js +90 -0
  320. package/lib/Icon/icons/style.css +9 -0
  321. package/lib/Icon/icons/style.css.d.ts +10 -0
  322. package/lib/Icon/index.d.ts +2 -13
  323. package/lib/Icon/index.js +2 -51
  324. package/lib/Icon/index.less +9 -17
  325. package/lib/Icon/style/index.d.ts +1 -0
  326. package/lib/Icon/style/index.js +1 -0
  327. package/lib/Icon/style/index.less +0 -0
  328. package/lib/Input/components/Group/index.d.ts +4 -2
  329. package/lib/Input/components/Group/index.js +24 -1
  330. package/lib/Input/components/Input/index.d.ts +1 -1
  331. package/lib/Input/components/Input/index.js +13 -0
  332. package/lib/Input/components/Password/index.d.ts +7 -1
  333. package/lib/Input/components/Password/index.js +30 -5
  334. package/lib/Input/style/index.less +278 -43
  335. package/lib/InputNumber/index.d.ts +4 -0
  336. package/lib/InputNumber/index.js +45 -0
  337. package/lib/InputNumber/style/index.d.ts +2 -0
  338. package/lib/InputNumber/style/index.js +5 -0
  339. package/lib/InputNumber/style/index.less +224 -0
  340. package/lib/Menu/Divider.d.ts +2 -1
  341. package/lib/Menu/MenuItem.d.ts +2 -1
  342. package/lib/Menu/SubMenu.d.ts +2 -1
  343. package/lib/Menu/SubMenu.js +1 -1
  344. package/lib/Menu/index.d.ts +2 -1
  345. package/lib/Menu/style/index.less +5 -5
  346. package/lib/Modal/index.d.ts +21 -0
  347. package/lib/Modal/index.js +121 -0
  348. package/lib/Modal/style/index.d.ts +2 -0
  349. package/lib/Modal/style/index.js +5 -0
  350. package/lib/Modal/style/index.less +206 -0
  351. package/lib/Navigator/components/Header/index.d.ts +9 -0
  352. package/lib/Navigator/components/Header/index.js +28 -0
  353. package/lib/Navigator/components/Menu/index.d.ts +7 -13
  354. package/lib/Navigator/components/Menu/index.js +25 -162
  355. package/lib/Navigator/components/MenuItem/index.d.ts +21 -0
  356. package/lib/Navigator/components/MenuItem/index.js +56 -0
  357. package/lib/Navigator/index.d.ts +19 -8
  358. package/lib/Navigator/index.js +7 -15
  359. package/lib/Navigator/style/bg.png +0 -0
  360. package/lib/Navigator/style/index.less +105 -174
  361. package/lib/Popover/index.d.ts +5 -0
  362. package/lib/Popover/index.js +35 -0
  363. package/lib/Popover/style/index.d.ts +2 -0
  364. package/lib/Popover/style/index.js +5 -0
  365. package/lib/Popover/style/index.less +37 -0
  366. package/lib/Radio/index.d.ts +2 -3
  367. package/lib/Select/index.d.ts +37 -9
  368. package/lib/Select/index.js +167 -18
  369. package/lib/Select/rc-select/BaseSelect.d.ts +116 -0
  370. package/lib/Select/rc-select/BaseSelect.js +672 -0
  371. package/lib/Select/rc-select/OptGroup.d.ts +12 -0
  372. package/lib/Select/{OptionsList → rc-select}/OptGroup.js +1 -0
  373. package/lib/Select/rc-select/Option.d.ts +14 -0
  374. package/lib/Select/{OptionsList/Options.js → rc-select/Option.js} +1 -0
  375. package/lib/Select/rc-select/OptionList.d.ts +10 -0
  376. package/lib/Select/rc-select/OptionList.js +427 -0
  377. package/lib/Select/rc-select/Select.d.ts +109 -0
  378. package/lib/Select/rc-select/Select.js +545 -0
  379. package/lib/Select/rc-select/SelectContext.d.ts +20 -0
  380. package/lib/Select/rc-select/SelectContext.js +19 -0
  381. package/lib/Select/rc-select/SelectTrigger.d.ts +30 -0
  382. package/lib/Select/rc-select/SelectTrigger.js +153 -0
  383. package/lib/Select/rc-select/Selector/Input.d.ts +26 -0
  384. package/lib/Select/rc-select/Selector/Input.js +132 -0
  385. package/lib/Select/rc-select/Selector/MultipleSelector.d.ts +16 -0
  386. package/lib/Select/rc-select/Selector/MultipleSelector.js +257 -0
  387. package/lib/Select/rc-select/Selector/SingleSelector.d.ts +8 -0
  388. package/lib/Select/rc-select/Selector/SingleSelector.js +129 -0
  389. package/lib/Select/rc-select/Selector/index.d.ts +80 -0
  390. package/lib/Select/rc-select/Selector/index.js +203 -0
  391. package/lib/Select/rc-select/TransBtn.d.ts +12 -0
  392. package/lib/Select/rc-select/TransBtn.js +59 -0
  393. package/lib/Select/rc-select/hooks/useBaseProps.d.ts +13 -0
  394. package/lib/Select/rc-select/hooks/useBaseProps.js +28 -0
  395. package/lib/Select/rc-select/hooks/useCache.d.ts +7 -0
  396. package/lib/Select/rc-select/hooks/useCache.js +63 -0
  397. package/lib/Select/rc-select/hooks/useDelayReset.d.ts +5 -0
  398. package/lib/Select/rc-select/hooks/useDelayReset.js +62 -0
  399. package/lib/Select/rc-select/hooks/useFilterOptions.d.ts +3 -0
  400. package/lib/Select/rc-select/hooks/useFilterOptions.js +91 -0
  401. package/lib/Select/rc-select/hooks/useId.d.ts +5 -0
  402. package/lib/Select/rc-select/hooks/useId.js +68 -0
  403. package/lib/Select/rc-select/hooks/useLayoutEffect.d.ts +5 -0
  404. package/lib/Select/rc-select/hooks/useLayoutEffect.js +32 -0
  405. package/lib/Select/rc-select/hooks/useLock.d.ts +7 -0
  406. package/lib/Select/rc-select/hooks/useLock.js +49 -0
  407. package/lib/Select/rc-select/hooks/useOptions.d.ts +11 -0
  408. package/lib/Select/rc-select/hooks/useOptions.js +68 -0
  409. package/lib/Select/rc-select/hooks/useRefFunc.d.ts +5 -0
  410. package/lib/Select/rc-select/hooks/useRefFunc.js +29 -0
  411. package/lib/Select/rc-select/hooks/useSelectTriggerControl.d.ts +1 -0
  412. package/lib/Select/rc-select/hooks/useSelectTriggerControl.js +54 -0
  413. package/lib/Select/rc-select/index.d.ts +10 -0
  414. package/lib/Select/rc-select/index.js +45 -0
  415. package/lib/Select/rc-select/interface.d.ts +10 -0
  416. package/lib/Select/{interface.js → rc-select/interface.js} +0 -0
  417. package/lib/Select/rc-select/utils/commonUtil.d.ts +4 -0
  418. package/lib/Select/rc-select/utils/commonUtil.js +23 -0
  419. package/lib/Select/rc-select/utils/keyUtil.d.ts +2 -0
  420. package/lib/Select/rc-select/utils/keyUtil.js +17 -0
  421. package/lib/Select/rc-select/utils/legacyUtil.d.ts +3 -0
  422. package/lib/Select/rc-select/utils/legacyUtil.js +73 -0
  423. package/lib/Select/rc-select/utils/platformUtil.d.ts +1 -0
  424. package/lib/Select/rc-select/utils/platformUtil.js +11 -0
  425. package/lib/Select/rc-select/utils/valueUtil.d.ts +22 -0
  426. package/lib/Select/rc-select/utils/valueUtil.js +172 -0
  427. package/lib/Select/rc-select/utils/warningPropsUtil.d.ts +3 -0
  428. package/lib/Select/rc-select/utils/warningPropsUtil.js +132 -0
  429. package/lib/Select/style/index.d.ts +1 -0
  430. package/lib/Select/style/index.js +2 -0
  431. package/lib/Select/style/index.less +230 -480
  432. package/lib/Select/style/multiple.less +222 -0
  433. package/lib/Select/style/rtl.less +168 -0
  434. package/lib/Select/style/select.less +337 -0
  435. package/lib/Select/style/single.less +179 -0
  436. package/lib/Select/style/status.less +48 -0
  437. package/lib/Select/style/variables.less +67 -0
  438. package/lib/Select/style/variables.less.d.ts +100 -0
  439. package/lib/Select/utils/iconUtil.d.ts +24 -0
  440. package/lib/Select/utils/iconUtil.js +102 -0
  441. package/lib/Space/index.d.ts +1 -1
  442. package/lib/Space/index.js +0 -6
  443. package/lib/Table/Table.d.ts +5 -0
  444. package/lib/Table/Table.js +501 -0
  445. package/lib/Table/index.d.ts +2 -4
  446. package/lib/Table/index.js +2 -478
  447. package/lib/Table/interface.d.ts +11 -15
  448. package/lib/Table/style/index.less +51 -21
  449. package/lib/Tabs/index.d.ts +2 -1
  450. package/lib/Tabs/index.js +11 -4
  451. package/lib/Tabs/style/index.less +73 -7
  452. package/lib/Tooltip/style/index.less +2 -1
  453. package/lib/index.d.ts +15 -2
  454. package/lib/index.js +56 -0
  455. package/lib/style/index.less +3 -1
  456. package/lib/style/mixins/index.less +8 -0
  457. package/lib/style/themes/default/index.less +10 -10
  458. package/lib/style/themes/default/scrollBar.less +13 -0
  459. package/lib/style/themes/default/themeColor.module.less +58 -94
  460. package/lib/style/themes/default/themeColor.module.less.d.ts +1 -17
  461. package/package.json +3 -2
  462. package/es/Icon/iconfont/demo.css +0 -539
  463. package/es/Icon/iconfont/demo_index.html +0 -720
  464. package/es/Icon/iconfont/iconfont.css +0 -109
  465. package/es/Icon/iconfont/iconfont.js +0 -46
  466. package/es/Icon/iconfont/iconfont.json +0 -170
  467. package/es/Icon/iconfont/iconfont.ttf +0 -0
  468. package/es/Icon/iconfont/iconfont.woff +0 -0
  469. package/es/Icon/iconfont/iconfont.woff2 +0 -0
  470. package/es/Select/BaseSelect.d.ts +0 -5
  471. package/es/Select/BaseSelect.js +0 -413
  472. package/es/Select/OptionsList/OptGroup.d.ts +0 -7
  473. package/es/Select/OptionsList/OptionItem/RenderGroup.d.ts +0 -9
  474. package/es/Select/OptionsList/OptionItem/RenderGroup.js +0 -16
  475. package/es/Select/OptionsList/OptionItem/RenderLabelIcon.d.ts +0 -10
  476. package/es/Select/OptionsList/OptionItem/RenderLabelIcon.js +0 -45
  477. package/es/Select/OptionsList/OptionItem/RenderOption.d.ts +0 -16
  478. package/es/Select/OptionsList/OptionItem/RenderOption.js +0 -79
  479. package/es/Select/OptionsList/OptionItem/RenderTooltip.d.ts +0 -8
  480. package/es/Select/OptionsList/OptionItem/RenderTooltip.js +0 -25
  481. package/es/Select/OptionsList/OptionItem.d.ts +0 -4
  482. package/es/Select/OptionsList/OptionItem.js +0 -4
  483. package/es/Select/OptionsList/Options.d.ts +0 -7
  484. package/es/Select/OptionsList/index.d.ts +0 -4
  485. package/es/Select/OptionsList/index.js +0 -176
  486. package/es/Select/Selector/index.d.ts +0 -4
  487. package/es/Select/Selector/index.js +0 -252
  488. package/es/Select/VirtualList.d.ts +0 -5
  489. package/es/Select/VirtualList.js +0 -29
  490. package/es/Select/hooks/useCacheOption.d.ts +0 -9
  491. package/es/Select/hooks/useCacheOption.js +0 -107
  492. package/es/Select/interface.d.ts +0 -235
  493. package/es/Select/utils.d.ts +0 -21
  494. package/es/Select/utils.js +0 -193
  495. package/lib/Icon/iconfont/demo.css +0 -539
  496. package/lib/Icon/iconfont/demo_index.html +0 -720
  497. package/lib/Icon/iconfont/iconfont.css +0 -109
  498. package/lib/Icon/iconfont/iconfont.js +0 -48
  499. package/lib/Icon/iconfont/iconfont.json +0 -170
  500. package/lib/Icon/iconfont/iconfont.ttf +0 -0
  501. package/lib/Icon/iconfont/iconfont.woff +0 -0
  502. package/lib/Icon/iconfont/iconfont.woff2 +0 -0
  503. package/lib/Select/BaseSelect.d.ts +0 -5
  504. package/lib/Select/BaseSelect.js +0 -446
  505. package/lib/Select/OptionsList/OptGroup.d.ts +0 -7
  506. package/lib/Select/OptionsList/OptionItem/RenderGroup.d.ts +0 -9
  507. package/lib/Select/OptionsList/OptionItem/RenderGroup.js +0 -27
  508. package/lib/Select/OptionsList/OptionItem/RenderLabelIcon.d.ts +0 -10
  509. package/lib/Select/OptionsList/OptionItem/RenderLabelIcon.js +0 -60
  510. package/lib/Select/OptionsList/OptionItem/RenderOption.d.ts +0 -16
  511. package/lib/Select/OptionsList/OptionItem/RenderOption.js +0 -94
  512. package/lib/Select/OptionsList/OptionItem/RenderTooltip.d.ts +0 -8
  513. package/lib/Select/OptionsList/OptionItem/RenderTooltip.js +0 -37
  514. package/lib/Select/OptionsList/OptionItem.d.ts +0 -4
  515. package/lib/Select/OptionsList/OptionItem.js +0 -39
  516. package/lib/Select/OptionsList/Options.d.ts +0 -7
  517. package/lib/Select/OptionsList/index.d.ts +0 -4
  518. package/lib/Select/OptionsList/index.js +0 -195
  519. package/lib/Select/Selector/index.d.ts +0 -4
  520. package/lib/Select/Selector/index.js +0 -276
  521. package/lib/Select/VirtualList.d.ts +0 -5
  522. package/lib/Select/VirtualList.js +0 -42
  523. package/lib/Select/hooks/useCacheOption.d.ts +0 -9
  524. package/lib/Select/hooks/useCacheOption.js +0 -113
  525. package/lib/Select/interface.d.ts +0 -235
  526. package/lib/Select/utils.d.ts +0 -21
  527. package/lib/Select/utils.js +0 -233
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = Loading;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _style = _interopRequireDefault(require("./style.css"));
13
+
14
+ var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+
20
+ 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; }
21
+
22
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
23
+
24
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
25
+
26
+ function Loading(props) {
27
+ var root = (0, _react.useRef)(null);
28
+
29
+ var _props$size = props.size,
30
+ size = _props$size === void 0 ? '1em' : _props$size,
31
+ width = props.width,
32
+ height = props.height,
33
+ spin = props.spin,
34
+ rtl = props.rtl,
35
+ color = props.color,
36
+ fill = props.fill,
37
+ stroke = props.stroke,
38
+ className = props.className,
39
+ rest = _objectWithoutProperties(props, _excluded);
40
+
41
+ var _width = width || size;
42
+
43
+ var _height = height || size;
44
+
45
+ var _stroke = stroke || color;
46
+
47
+ var _fill = fill || color;
48
+
49
+ (0, _react.useEffect)(function () {
50
+ if (!_fill) {
51
+ var _root$current;
52
+
53
+ (_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
54
+ item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
55
+ });
56
+ }
57
+
58
+ if (!_stroke) {
59
+ var _root$current2;
60
+
61
+ (_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
62
+ item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
63
+ });
64
+ }
65
+ }, [stroke, color, fill]);
66
+ return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
67
+ ref: root,
68
+ width: _width,
69
+ height: _height,
70
+ viewBox: "0 0 24 24",
71
+ preserveAspectRatio: "xMidYMid meet",
72
+ fill: "none",
73
+ role: "presentation",
74
+ xmlns: "http://www.w3.org/2000/svg",
75
+ className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
76
+ }, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("path", {
77
+ "data-follow-fill": "#001A33",
78
+ d: "M12 .509a1 1 0 0 1 1 1v4.285a1 1 0 1 1-2 0V1.51a1 1 0 0 1 1-1ZM2.692 5.118a1 1 0 0 1 1.413-.06l3.154 2.897a1 1 0 0 1-1.353 1.473L2.752 6.53a1 1 0 0 1-.06-1.413Zm3.52 9.5a1 1 0 0 0-.698-1.875l-4.148 1.543a1 1 0 1 0 .697 1.874l4.148-1.543Zm3.66 3.137a1 1 0 0 1 .453 1.34l-1.903 3.84a1 1 0 1 1-1.792-.888l1.903-3.84a1 1 0 0 1 1.34-.452ZM21.249 6.531a1 1 0 0 0-1.353-1.473l-3.154 2.897a1 1 0 1 0 1.353 1.473l3.154-2.897Zm-4.048 6.8a1 1 0 0 1 1.286-.588l4.148 1.543a1 1 0 1 1-.697 1.874l-4.149-1.543a1 1 0 0 1-.588-1.286Zm-1.733 4.876a1 1 0 0 0-1.792.888l1.903 3.84a1 1 0 1 0 1.792-.888l-1.903-3.84Z",
79
+ clipRule: "evenodd",
80
+ fillRule: "evenodd",
81
+ fill: _fill
82
+ })));
83
+ }
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ size?: string | number;
4
+ width?: string | number;
5
+ height?: string | number;
6
+ spin?: boolean;
7
+ rtl?: boolean;
8
+ color?: string;
9
+ fill?: string;
10
+ stroke?: string;
11
+ }
12
+ export default function More(props: IconProps): JSX.Element;
13
+ export {};
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = More;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _style = _interopRequireDefault(require("./style.css"));
13
+
14
+ var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+
20
+ 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; }
21
+
22
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
23
+
24
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
25
+
26
+ function More(props) {
27
+ var root = (0, _react.useRef)(null);
28
+
29
+ var _props$size = props.size,
30
+ size = _props$size === void 0 ? '1em' : _props$size,
31
+ width = props.width,
32
+ height = props.height,
33
+ spin = props.spin,
34
+ rtl = props.rtl,
35
+ color = props.color,
36
+ fill = props.fill,
37
+ stroke = props.stroke,
38
+ className = props.className,
39
+ rest = _objectWithoutProperties(props, _excluded);
40
+
41
+ var _width = width || size;
42
+
43
+ var _height = height || size;
44
+
45
+ var _stroke = stroke || color;
46
+
47
+ var _fill = fill || color;
48
+
49
+ (0, _react.useEffect)(function () {
50
+ if (!_fill) {
51
+ var _root$current;
52
+
53
+ (_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
54
+ item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
55
+ });
56
+ }
57
+
58
+ if (!_stroke) {
59
+ var _root$current2;
60
+
61
+ (_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
62
+ item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
63
+ });
64
+ }
65
+ }, [stroke, color, fill]);
66
+ return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
67
+ ref: root,
68
+ width: _width,
69
+ height: _height,
70
+ viewBox: "0 0 24 24",
71
+ preserveAspectRatio: "xMidYMid meet",
72
+ fill: "none",
73
+ role: "presentation",
74
+ xmlns: "http://www.w3.org/2000/svg",
75
+ className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
76
+ }, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("path", {
77
+ "data-follow-fill": "#001A33",
78
+ d: "M14 3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm-2 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",
79
+ clipRule: "evenodd",
80
+ fillRule: "evenodd",
81
+ fill: _fill
82
+ })));
83
+ }
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ size?: string | number;
4
+ width?: string | number;
5
+ height?: string | number;
6
+ spin?: boolean;
7
+ rtl?: boolean;
8
+ color?: string;
9
+ fill?: string;
10
+ stroke?: string;
11
+ }
12
+ export default function NewWindowsLine(props: IconProps): JSX.Element;
13
+ export {};
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = NewWindowsLine;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _style = _interopRequireDefault(require("./style.css"));
13
+
14
+ var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+
20
+ 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; }
21
+
22
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
23
+
24
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
25
+
26
+ function NewWindowsLine(props) {
27
+ var root = (0, _react.useRef)(null);
28
+
29
+ var _props$size = props.size,
30
+ size = _props$size === void 0 ? '1em' : _props$size,
31
+ width = props.width,
32
+ height = props.height,
33
+ spin = props.spin,
34
+ rtl = props.rtl,
35
+ color = props.color,
36
+ fill = props.fill,
37
+ stroke = props.stroke,
38
+ className = props.className,
39
+ rest = _objectWithoutProperties(props, _excluded);
40
+
41
+ var _width = width || size;
42
+
43
+ var _height = height || size;
44
+
45
+ var _stroke = stroke || color;
46
+
47
+ var _fill = fill || color;
48
+
49
+ (0, _react.useEffect)(function () {
50
+ if (!_fill) {
51
+ var _root$current;
52
+
53
+ (_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
54
+ item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
55
+ });
56
+ }
57
+
58
+ if (!_stroke) {
59
+ var _root$current2;
60
+
61
+ (_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
62
+ item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
63
+ });
64
+ }
65
+ }, [stroke, color, fill]);
66
+ return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
67
+ ref: root,
68
+ width: _width,
69
+ height: _height,
70
+ viewBox: "0 0 24 24",
71
+ preserveAspectRatio: "xMidYMid meet",
72
+ fill: "none",
73
+ role: "presentation",
74
+ xmlns: "http://www.w3.org/2000/svg",
75
+ className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
76
+ }, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("path", {
77
+ "data-follow-fill": "#001A33",
78
+ d: "M18.71 5.295a.995.995 0 0 1 .29.702V11a1 1 0 1 1-2 0V8.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L15.586 7H13a1 1 0 1 1 0-2h5a1 1 0 0 1 .705.29l.004.005Z",
79
+ fill: _fill
80
+ }), /*#__PURE__*/_react.default.createElement("path", {
81
+ "data-follow-fill": "#001A33",
82
+ d: "M24 16.3a2.7 2.7 0 0 1-2.7 2.7H7.7A2.7 2.7 0 0 1 5 16.3V2.7A2.7 2.7 0 0 1 7.7 0h13.6A2.7 2.7 0 0 1 24 2.7v13.6Zm-2.7.7a.7.7 0 0 0 .7-.7V2.7a.7.7 0 0 0-.7-.7H7.7a.7.7 0 0 0-.7.7v13.6a.7.7 0 0 0 .7.7h13.6Z",
83
+ clipRule: "evenodd",
84
+ fillRule: "evenodd",
85
+ fill: _fill
86
+ }), /*#__PURE__*/_react.default.createElement("path", {
87
+ "data-follow-fill": "#001A33",
88
+ d: "M1 5a1 1 0 0 1 1 1v15.3a.7.7 0 0 0 .7.7H18a1 1 0 1 1 0 2H2.7A2.7 2.7 0 0 1 0 21.3V6a1 1 0 0 1 1-1Z",
89
+ fill: _fill
90
+ })));
91
+ }
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ size?: string | number;
4
+ width?: string | number;
5
+ height?: string | number;
6
+ spin?: boolean;
7
+ rtl?: boolean;
8
+ color?: string;
9
+ fill?: string;
10
+ stroke?: string;
11
+ }
12
+ export default function SearchLine(props: IconProps): JSX.Element;
13
+ export {};
@@ -0,0 +1,90 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = SearchLine;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _style = _interopRequireDefault(require("./style.css"));
13
+
14
+ var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+
20
+ 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; }
21
+
22
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
23
+
24
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
25
+
26
+ function SearchLine(props) {
27
+ var root = (0, _react.useRef)(null);
28
+
29
+ var _props$size = props.size,
30
+ size = _props$size === void 0 ? '1em' : _props$size,
31
+ width = props.width,
32
+ height = props.height,
33
+ spin = props.spin,
34
+ rtl = props.rtl,
35
+ color = props.color,
36
+ fill = props.fill,
37
+ stroke = props.stroke,
38
+ className = props.className,
39
+ rest = _objectWithoutProperties(props, _excluded);
40
+
41
+ var _width = width || size;
42
+
43
+ var _height = height || size;
44
+
45
+ var _stroke = stroke || color;
46
+
47
+ var _fill = fill || color;
48
+
49
+ (0, _react.useEffect)(function () {
50
+ if (!_fill) {
51
+ var _root$current;
52
+
53
+ (_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
54
+ item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
55
+ });
56
+ }
57
+
58
+ if (!_stroke) {
59
+ var _root$current2;
60
+
61
+ (_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
62
+ item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
63
+ });
64
+ }
65
+ }, [stroke, color, fill]);
66
+ return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
67
+ ref: root,
68
+ width: _width,
69
+ height: _height,
70
+ viewBox: "0 0 24 24",
71
+ preserveAspectRatio: "xMidYMid meet",
72
+ fill: "none",
73
+ role: "presentation",
74
+ xmlns: "http://www.w3.org/2000/svg",
75
+ className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
76
+ }, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("g", {
77
+ clipPath: "url(#56044__a)"
78
+ }, /*#__PURE__*/_react.default.createElement("path", {
79
+ "data-follow-fill": "#001A33",
80
+ fillRule: "evenodd",
81
+ clipRule: "evenodd",
82
+ d: "M2 10a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm8-10C4.477 0 0 4.477 0 10s4.477 10 10 10a9.959 9.959 0 0 0 6.329-2.257l5.964 5.964a1 1 0 1 0 1.414-1.414l-5.964-5.964A9.959 9.959 0 0 0 20 10c0-5.523-4.477-10-10-10Z",
83
+ fill: _fill
84
+ })), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
85
+ id: "56044__a"
86
+ }, /*#__PURE__*/_react.default.createElement("path", {
87
+ d: "M0 0h24v24H0z",
88
+ fill: "#fff"
89
+ })))));
90
+ }
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ size?: string | number;
4
+ width?: string | number;
5
+ height?: string | number;
6
+ spin?: boolean;
7
+ rtl?: boolean;
8
+ color?: string;
9
+ fill?: string;
10
+ stroke?: string;
11
+ }
12
+ export default function SortAscendingLine(props: IconProps): JSX.Element;
13
+ export {};
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = SortAscendingLine;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _style = _interopRequireDefault(require("./style.css"));
13
+
14
+ var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+
20
+ 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; }
21
+
22
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
23
+
24
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
25
+
26
+ function SortAscendingLine(props) {
27
+ var root = (0, _react.useRef)(null);
28
+
29
+ var _props$size = props.size,
30
+ size = _props$size === void 0 ? '1em' : _props$size,
31
+ width = props.width,
32
+ height = props.height,
33
+ spin = props.spin,
34
+ rtl = props.rtl,
35
+ color = props.color,
36
+ fill = props.fill,
37
+ stroke = props.stroke,
38
+ className = props.className,
39
+ rest = _objectWithoutProperties(props, _excluded);
40
+
41
+ var _width = width || size;
42
+
43
+ var _height = height || size;
44
+
45
+ var _stroke = stroke || color;
46
+
47
+ var _fill = fill || color;
48
+
49
+ (0, _react.useEffect)(function () {
50
+ if (!_fill) {
51
+ var _root$current;
52
+
53
+ (_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
54
+ item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
55
+ });
56
+ }
57
+
58
+ if (!_stroke) {
59
+ var _root$current2;
60
+
61
+ (_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
62
+ item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
63
+ });
64
+ }
65
+ }, [stroke, color, fill]);
66
+ return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
67
+ ref: root,
68
+ width: _width,
69
+ height: _height,
70
+ viewBox: "0 0 24 24",
71
+ preserveAspectRatio: "xMidYMid meet",
72
+ fill: "none",
73
+ role: "presentation",
74
+ xmlns: "http://www.w3.org/2000/svg",
75
+ className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
76
+ }, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("path", {
77
+ "data-follow-fill": "#001A33",
78
+ d: "M11 5.414 6.707 9.707a1 1 0 0 1-1.414-1.414l6-6a.996.996 0 0 1 1.414 0l6 6a1 1 0 0 1-1.414 1.414L13 5.414V21a1 1 0 1 1-2 0V5.414Z",
79
+ clipRule: "evenodd",
80
+ fillRule: "evenodd",
81
+ fill: _fill
82
+ })));
83
+ }
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ size?: string | number;
4
+ width?: string | number;
5
+ height?: string | number;
6
+ spin?: boolean;
7
+ rtl?: boolean;
8
+ color?: string;
9
+ fill?: string;
10
+ stroke?: string;
11
+ }
12
+ export default function SortDescendingLine(props: IconProps): JSX.Element;
13
+ export {};
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = SortDescendingLine;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _style = _interopRequireDefault(require("./style.css"));
13
+
14
+ var _excluded = ["size", "width", "height", "spin", "rtl", "color", "fill", "stroke", "className"];
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+
20
+ 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; }
21
+
22
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
23
+
24
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
25
+
26
+ function SortDescendingLine(props) {
27
+ var root = (0, _react.useRef)(null);
28
+
29
+ var _props$size = props.size,
30
+ size = _props$size === void 0 ? '1em' : _props$size,
31
+ width = props.width,
32
+ height = props.height,
33
+ spin = props.spin,
34
+ rtl = props.rtl,
35
+ color = props.color,
36
+ fill = props.fill,
37
+ stroke = props.stroke,
38
+ className = props.className,
39
+ rest = _objectWithoutProperties(props, _excluded);
40
+
41
+ var _width = width || size;
42
+
43
+ var _height = height || size;
44
+
45
+ var _stroke = stroke || color;
46
+
47
+ var _fill = fill || color;
48
+
49
+ (0, _react.useEffect)(function () {
50
+ if (!_fill) {
51
+ var _root$current;
52
+
53
+ (_root$current = root.current) === null || _root$current === void 0 ? void 0 : _root$current.querySelectorAll('[data-follow-fill]').forEach(function (item) {
54
+ item.setAttribute('fill', item.getAttribute('data-follow-fill') || '');
55
+ });
56
+ }
57
+
58
+ if (!_stroke) {
59
+ var _root$current2;
60
+
61
+ (_root$current2 = root.current) === null || _root$current2 === void 0 ? void 0 : _root$current2.querySelectorAll('[data-follow-stroke]').forEach(function (item) {
62
+ item.setAttribute('stroke', item.getAttribute('data-follow-stroke') || '');
63
+ });
64
+ }
65
+ }, [stroke, color, fill]);
66
+ return /*#__PURE__*/_react.default.createElement("svg", Object.assign({
67
+ ref: root,
68
+ width: _width,
69
+ height: _height,
70
+ viewBox: "0 0 24 24",
71
+ preserveAspectRatio: "xMidYMid meet",
72
+ fill: "none",
73
+ role: "presentation",
74
+ xmlns: "http://www.w3.org/2000/svg",
75
+ className: "".concat(className || '', " ").concat(spin ? _style.default.spin : '', " ").concat(rtl ? _style.default.rtl : '').trim()
76
+ }, rest), /*#__PURE__*/_react.default.createElement("g", null, /*#__PURE__*/_react.default.createElement("path", {
77
+ "data-follow-fill": "#001A33",
78
+ d: "m13 18.586 4.293-4.293a1 1 0 0 1 1.414 1.414l-6 6a.997.997 0 0 1-1.414 0l-6-6a1 1 0 1 1 1.414-1.414L11 18.586V3a1 1 0 1 1 2 0v15.586Z",
79
+ clipRule: "evenodd",
80
+ fillRule: "evenodd",
81
+ fill: _fill
82
+ })));
83
+ }
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ size?: string | number;
4
+ width?: string | number;
5
+ height?: string | number;
6
+ spin?: boolean;
7
+ rtl?: boolean;
8
+ color?: string;
9
+ fill?: string;
10
+ stroke?: string;
11
+ }
12
+ export default function TextLine(props: IconProps): JSX.Element;
13
+ export {};