bitz-react-admin-ui 2.2.7 → 2.2.8

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 (209) hide show
  1. package/dist/_virtual/Draggable.mjs +4 -0
  2. package/dist/_virtual/DraggableCore.mjs +4 -0
  3. package/dist/_virtual/Resizable.mjs +4 -0
  4. package/dist/_virtual/ResizableBox.mjs +4 -0
  5. package/dist/_virtual/_commonjsHelpers.mjs +26 -4
  6. package/dist/_virtual/cjs.mjs +4 -0
  7. package/dist/_virtual/clsx.m.mjs +6 -0
  8. package/dist/_virtual/domFns.mjs +4 -0
  9. package/dist/_virtual/getPrefix.mjs +4 -0
  10. package/dist/_virtual/index.mjs +2 -2
  11. package/dist/_virtual/index2.mjs +2 -2
  12. package/dist/_virtual/index6.mjs +4 -0
  13. package/dist/_virtual/log.mjs +4 -0
  14. package/dist/_virtual/positionFns.mjs +4 -0
  15. package/dist/_virtual/propTypes.mjs +4 -0
  16. package/dist/_virtual/shims.mjs +4 -0
  17. package/dist/_virtual/utils.mjs +4 -0
  18. package/dist/assets/iconfont/IconChenggong.mjs +4 -10
  19. package/dist/assets/iconfont/IconClose.mjs +1 -7
  20. package/dist/assets/iconfont/IconColumnCancelFixed.mjs +4 -25
  21. package/dist/assets/iconfont/IconColumnFixedLeft.mjs +8 -29
  22. package/dist/assets/iconfont/IconColumnFixedRight.mjs +7 -28
  23. package/dist/assets/iconfont/IconCuowu.mjs +2 -8
  24. package/dist/assets/iconfont/IconDragOrder.mjs +7 -28
  25. package/dist/assets/iconfont/IconDuigoux.mjs +2 -8
  26. package/dist/assets/iconfont/IconFabu.mjs +3 -18
  27. package/dist/assets/iconfont/IconFanhui.mjs +5 -11
  28. package/dist/assets/iconfont/IconGaojisousuo.mjs +4 -10
  29. package/dist/assets/iconfont/IconHangfengexian.mjs +4 -27
  30. package/dist/assets/iconfont/IconHangliefengexian.mjs +4 -27
  31. package/dist/assets/iconfont/IconIcFluentHomeRegular.mjs +5 -11
  32. package/dist/assets/iconfont/IconIcon21.mjs +2 -8
  33. package/dist/assets/iconfont/IconJincoude.mjs +3 -9
  34. package/dist/assets/iconfont/IconJinggao.mjs +2 -8
  35. package/dist/assets/iconfont/IconKuansongde.mjs +5 -11
  36. package/dist/assets/iconfont/IconLiefengexian.mjs +5 -28
  37. package/dist/assets/iconfont/IconMore.mjs +4 -26
  38. package/dist/assets/iconfont/IconShanchu.mjs +5 -11
  39. package/dist/assets/iconfont/IconShanchu1.mjs +3 -18
  40. package/dist/assets/iconfont/IconSousuo.mjs +4 -10
  41. package/dist/assets/iconfont/IconTejincou.mjs +1 -7
  42. package/dist/assets/iconfont/IconTekuansong.mjs +5 -11
  43. package/dist/assets/iconfont/IconTishi1.mjs +6 -12
  44. package/dist/assets/iconfont/IconTuodong.mjs +6 -12
  45. package/dist/assets/iconfont/IconWubanmawentianchong.mjs +5 -22
  46. package/dist/assets/iconfont/IconWufengexian.mjs +4 -11
  47. package/dist/assets/iconfont/IconXinxitishi.mjs +3 -9
  48. package/dist/assets/iconfont/IconYoubanmawentianchong.mjs +7 -23
  49. package/dist/assets/iconfont/IconZhongdengde.mjs +4 -10
  50. package/dist/assets/iconfont/IconZhongzhi.mjs +5 -11
  51. package/dist/assets/iconfont/index.mjs +33 -33
  52. package/dist/components/BitzAddTag/index.mjs +8 -41
  53. package/dist/components/BitzAddressBook/index.mjs +35 -122
  54. package/dist/components/BitzAppPage/index.mjs +4 -18
  55. package/dist/components/BitzAppRefresh/index.mjs +15 -27
  56. package/dist/components/BitzBetterScroll/index.mjs +5 -5
  57. package/dist/components/BitzButton/index.mjs +9 -23
  58. package/dist/components/BitzCalendar/index.mjs +19 -52
  59. package/dist/components/BitzCascader/BitzCascaderMobile.mjs +30 -68
  60. package/dist/components/BitzCascader/index.mjs +2 -6
  61. package/dist/components/BitzCollapse/index.mjs +4 -4
  62. package/dist/components/BitzConfigProvider/context.mjs +1 -3
  63. package/dist/components/BitzConfigProvider/index.mjs +8 -12
  64. package/dist/components/BitzConfirmModal/index.mjs +1 -24
  65. package/dist/components/BitzConvert/DropdownToButton/index.mjs +11 -14
  66. package/dist/components/BitzConvert/index.mjs +1 -1
  67. package/dist/components/BitzDescriptions/index.mjs +1 -11
  68. package/dist/components/BitzDrawer/index.mjs +2 -17
  69. package/dist/components/BitzEmpty/index.mjs +2 -6
  70. package/dist/components/BitzException/index.mjs +1 -6
  71. package/dist/components/BitzFloatLayout/index.mjs +1 -10
  72. package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +16 -13
  73. package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +20 -26
  74. package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +3 -21
  75. package/dist/components/BitzFuiCalendar/CalendarBody.mjs +4 -27
  76. package/dist/components/BitzFuiCalendar/CalendarHead.mjs +2 -5
  77. package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +3 -12
  78. package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +19 -51
  79. package/dist/components/BitzFuiCalendar/ColumnData.mjs +14 -30
  80. package/dist/components/BitzFuiCalendar/FuiCalendarItem.mjs +5 -47
  81. package/dist/components/BitzFuiCalendar/index.mjs +1 -7
  82. package/dist/components/BitzFullScreen/index.mjs +6 -9
  83. package/dist/components/BitzHighlight/Child.mjs +9 -23
  84. package/dist/components/BitzHighlight/Highlight.mjs +5 -26
  85. package/dist/components/BitzHighlight/chunks.mjs +17 -20
  86. package/dist/components/BitzHighlight/style.mjs +1 -4
  87. package/dist/components/BitzImage/index.mjs +1 -1
  88. package/dist/components/BitzImage/previewImage.mjs +5 -12
  89. package/dist/components/BitzLanguageTabs/index.mjs +3 -14
  90. package/dist/components/BitzLazyLoad/index.mjs +1 -7
  91. package/dist/components/BitzList/List.mjs +3 -17
  92. package/dist/components/BitzList/LoadMore.mjs +20 -29
  93. package/dist/components/BitzLoadMore/index.mjs +14 -34
  94. package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +11 -24
  95. package/dist/components/BitzMeetingTime/index.mjs +6 -10
  96. package/dist/components/BitzMobileLoading/index.mjs +1 -1
  97. package/dist/components/BitzModal/index.mjs +11 -24
  98. package/dist/components/BitzNoData/index.mjs +1 -4
  99. package/dist/components/BitzNoMore/index.mjs +1 -1
  100. package/dist/components/BitzOrganizationSelection/index.mjs +14 -43
  101. package/dist/components/BitzPageContainer/index.mjs +46 -107
  102. package/dist/components/BitzPageHeader/index.mjs +21 -89
  103. package/dist/components/BitzPagination/index.mjs +22 -71
  104. package/dist/components/BitzPopover/index.mjs +4 -4
  105. package/dist/components/BitzPullRefresh/PullRefresh.mjs +18 -47
  106. package/dist/components/BitzQRCode/index.mjs +1 -6
  107. package/dist/components/BitzQueryFilter/QueryFilterContent.mjs +17 -35
  108. package/dist/components/BitzQueryFilter/QueryFilterDrawer.mjs +13 -20
  109. package/dist/components/BitzQueryFilter/QueryFilterMobile.mjs +1 -4
  110. package/dist/components/BitzQueryFilter/index.mjs +20 -69
  111. package/dist/components/BitzRefresh/index.mjs +1 -5
  112. package/dist/components/BitzRemark/index.mjs +4 -4
  113. package/dist/components/BitzScheduleCenter/index.mjs +30 -24
  114. package/dist/components/BitzSearch/index.mjs +1 -1
  115. package/dist/components/BitzSelect/component/BitzSelectMobile.mjs +48 -123
  116. package/dist/components/BitzSelect/index.mjs +1 -1
  117. package/dist/components/BitzSkeleton/index.mjs +1 -31
  118. package/dist/components/BitzSwitch/index.mjs +2 -7
  119. package/dist/components/BitzTabbar/BitzTabbar.mjs +8 -25
  120. package/dist/components/BitzTabbar/BitzTabbarItem.mjs +1 -4
  121. package/dist/components/BitzTable/ActionBar/ActionBar.d.ts +21 -9
  122. package/dist/components/BitzTable/ActionBar/ActionBar.mjs +38 -66
  123. package/dist/components/BitzTable/ActionBar/Button.mjs +1 -1
  124. package/dist/components/BitzTable/ActionBar/style.mjs +9 -12
  125. package/dist/components/BitzTable/ActionCol/index.d.ts +1 -1
  126. package/dist/components/BitzTable/ActionCol/index.mjs +32 -98
  127. package/dist/components/BitzTable/ActionCol/style.mjs +12 -15
  128. package/dist/components/BitzTable/Dropdown/index.mjs +1 -8
  129. package/dist/components/BitzTable/Dropdown/style.mjs +6 -9
  130. package/dist/components/BitzTable/SelectionBar/Button.mjs +6 -19
  131. package/dist/components/BitzTable/SelectionBar/SelectionBar.mjs +2 -8
  132. package/dist/components/BitzTable/SelectionBar/style.mjs +8 -18
  133. package/dist/components/BitzTable/Store/index.mjs +89 -121
  134. package/dist/components/BitzTable/Store/utils/index.d.ts +1 -1
  135. package/dist/components/BitzTable/Store/utils/index.mjs +30 -30
  136. package/dist/components/BitzTable/SubTable/index.mjs +52 -94
  137. package/dist/components/BitzTable/Table/ResizableTitle.d.ts +8 -0
  138. package/dist/components/BitzTable/Table/ResizableTitle.mjs +14 -0
  139. package/dist/components/BitzTable/Table/SortTableContext.mjs +7 -20
  140. package/dist/components/BitzTable/Table/SortableRow.mjs +20 -44
  141. package/dist/components/BitzTable/Table/index.d.ts +1 -1
  142. package/dist/components/BitzTable/Table/index.mjs +248 -436
  143. package/dist/components/BitzTable/Table/style.mjs +1 -11
  144. package/dist/components/BitzTable/Table/utils.mjs +4 -11
  145. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.mjs +28 -92
  146. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndItem.mjs +22 -97
  147. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndList.mjs +29 -68
  148. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.mjs +145 -253
  149. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndItem.mjs +12 -38
  150. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndList.mjs +16 -42
  151. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.mjs +20 -96
  152. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/RadioCard.mjs +2 -9
  153. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +46 -100
  154. package/dist/components/BitzTable/ToolBar/ColConfigIcon/index.mjs +8 -30
  155. package/dist/components/BitzTable/ToolBar/ExportIcon/ExportModal.mjs +14 -44
  156. package/dist/components/BitzTable/ToolBar/ExportIcon/index.mjs +12 -44
  157. package/dist/components/BitzTable/ToolBar/FullscreenIcon/index.mjs +4 -17
  158. package/dist/components/BitzTable/ToolBar/Modal/index.mjs +12 -49
  159. package/dist/components/BitzTable/ToolBar/Modal/style.mjs +4 -0
  160. package/dist/components/BitzTable/ToolBar/RefreshIcon/index.mjs +9 -20
  161. package/dist/components/BitzTable/ToolBar/Wrapper/index.mjs +2 -48
  162. package/dist/components/BitzTable/ToolBar/style.mjs +1 -6
  163. package/dist/components/BitzTableOperations/index.mjs +3 -13
  164. package/dist/components/BitzTableSelect/Picker/index.mjs +10 -43
  165. package/dist/components/BitzTableSelect/Select/index.mjs +21 -87
  166. package/dist/components/BitzTableSelect/SelectPopup/getData.mjs +20 -30
  167. package/dist/components/BitzTableSelect/SelectPopup/index.mjs +61 -239
  168. package/dist/components/BitzTableSelect/TableCell/index.mjs +8 -49
  169. package/dist/components/BitzTableSelect/TextBlock/index.mjs +5 -23
  170. package/dist/components/BitzTableSelect/index.mjs +13 -61
  171. package/dist/components/BitzTag/index.mjs +1 -1
  172. package/dist/components/BitzTheme/index.mjs +6 -6
  173. package/dist/components/BitzTimeline/index.mjs +1 -11
  174. package/dist/components/BitzTimer/Form.mjs +11 -32
  175. package/dist/components/BitzTimer/Timer.mjs +38 -76
  176. package/dist/components/BitzTimer/index.mjs +43 -66
  177. package/dist/components/BitzToast/Toast/index.mjs +10 -28
  178. package/dist/components/BitzToast/index.mjs +1 -1
  179. package/dist/components/BitzTree/index.mjs +1 -4
  180. package/dist/components/BitzUeEditor/index.mjs +5 -5
  181. package/dist/components/BitzUpload/index.mjs +43 -81
  182. package/dist/components/BitzWebAppDrawer/index.mjs +4 -35
  183. package/dist/components/BitzWebAppModal/index.mjs +3 -6
  184. package/dist/hooks/use-event-listener.mjs +2 -11
  185. package/dist/hooks/use-lock-fn.mjs +10 -13
  186. package/dist/hooks/use-scroll-parent.mjs +14 -16
  187. package/dist/hooks/useEvent.mjs +4 -7
  188. package/dist/hooks/useMergedState.mjs +11 -11
  189. package/dist/node_modules/.store/classnames@2.5.1/node_modules/classnames/index.mjs +1 -1
  190. package/dist/node_modules/.store/clsx@1.2.1/node_modules/clsx/dist/clsx.m.mjs +22 -0
  191. package/dist/node_modules/.store/prop-types@15.8.1/node_modules/prop-types/index.mjs +9 -8
  192. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/Draggable.mjs +343 -0
  193. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/DraggableCore.mjs +324 -0
  194. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/cjs.mjs +14 -0
  195. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/utils/domFns.mjs +174 -0
  196. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/utils/getPrefix.mjs +35 -0
  197. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/utils/log.mjs +7 -0
  198. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/utils/positionFns.mjs +107 -0
  199. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/utils/shims.mjs +30 -0
  200. package/dist/node_modules/.store/react-resizable@3.0.5/node_modules/react-resizable/build/Resizable.mjs +201 -0
  201. package/dist/node_modules/.store/react-resizable@3.0.5/node_modules/react-resizable/build/ResizableBox.mjs +162 -0
  202. package/dist/node_modules/.store/react-resizable@3.0.5/node_modules/react-resizable/build/propTypes.mjs +118 -0
  203. package/dist/node_modules/.store/react-resizable@3.0.5/node_modules/react-resizable/build/utils.mjs +54 -0
  204. package/dist/node_modules/.store/react-resizable@3.0.5/node_modules/react-resizable/index.mjs +13 -0
  205. package/dist/node_modules/.store/use-sync-external-store@1.2.0/node_modules/use-sync-external-store/shim/index.mjs +1 -1
  206. package/dist/style.css +1 -1
  207. package/dist/utils/WithFluent.mjs +12 -27
  208. package/dist/utils/create.mjs +1 -7
  209. package/package.json +1 -1
@@ -1,16 +1,10 @@
1
1
  import { j as v } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as e } from "./helper.mjs";
2
+ import { getIconColor as m } from "./helper.mjs";
3
3
  const o = {
4
4
  display: "block"
5
5
  }, r = ({ size: a, color: t, style: h, ...s }) => {
6
- const m = h ? { ...o, ...h } : o;
7
- return /* @__PURE__ */ v.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: m, ...s, children: /* @__PURE__ */ v.jsx(
8
- "path",
9
- {
10
- d: "M964.923077 856.615385a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384615a39.384615 39.384615 0 0 1-39.384615 39.384616h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384616v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384615a39.384615 39.384615 0 0 1-39.384616 39.384616h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384616v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-275.692308a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-275.692308a39.384615 39.384615 0 0 1 39.384615 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h39.384615z m866.461539-256a39.384615 39.384615 0 0 1 39.384615 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h39.384615z",
11
- fill: e(t, 0, "#333333")
12
- }
13
- ) });
6
+ const e = h ? { ...o, ...h } : o;
7
+ return v.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: e, ...s, children: v.jsx("path", { d: "M964.923077 856.615385a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384615a39.384615 39.384615 0 0 1-39.384615 39.384616h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384616v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384615a39.384615 39.384615 0 0 1-39.384616 39.384616h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384616v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-275.692308a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-275.692308a39.384615 39.384615 0 0 1 39.384615 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h39.384615z m866.461539-256a39.384615 39.384615 0 0 1 39.384615 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h39.384615z", fill: m(t, 0, "#333333") }) });
14
8
  };
15
9
  r.defaultProps = {
16
10
  size: 18
@@ -2,15 +2,9 @@ import { j as l } from "../../node_modules/.store/react@18.2.0/node_modules/reac
2
2
  import { getIconColor as c } from "./helper.mjs";
3
3
  const s = {
4
4
  display: "block"
5
- }, n = ({ size: o, color: r, style: t, ...e }) => {
5
+ }, n = ({ size: o, color: e, style: t, ...r }) => {
6
6
  const i = t ? { ...s, ...t } : s;
7
- return /* @__PURE__ */ l.jsx("svg", { viewBox: "0 0 1026 1024", width: o + "px", height: o + "px", style: i, ...e, children: /* @__PURE__ */ l.jsx(
8
- "path",
9
- {
10
- d: "M1004.657 801.716 602.263 91.599c-49.213-86.817-129.646-86.817-178.866 0L21.004 801.716c-49.207 86.906-8.949 157.798 89.388 157.798l804.877 0C1013.606 959.514 1053.825 888.622 1004.657 801.716zM544.635 832.216l-63.649 0 0-63.649 63.649 0L544.635 832.216zM544.635 641.27l-63.649 0L480.986 259.377l63.649 0L544.635 641.27z",
11
- fill: c(r, 0, "#333333")
12
- }
13
- ) });
7
+ return l.jsx("svg", { viewBox: "0 0 1026 1024", width: o + "px", height: o + "px", style: i, ...r, children: l.jsx("path", { d: "M1004.657 801.716 602.263 91.599c-49.213-86.817-129.646-86.817-178.866 0L21.004 801.716c-49.207 86.906-8.949 157.798 89.388 157.798l804.877 0C1013.606 959.514 1053.825 888.622 1004.657 801.716zM544.635 832.216l-63.649 0 0-63.649 63.649 0L544.635 832.216zM544.635 641.27l-63.649 0L480.986 259.377l63.649 0L544.635 641.27z", fill: c(e, 0, "#333333") }) });
14
8
  };
15
9
  n.defaultProps = {
16
10
  size: 18
@@ -1,20 +1,14 @@
1
1
  import { j as t } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as n } from "./helper.mjs";
2
+ import { getIconColor as l } from "./helper.mjs";
3
3
  const s = {
4
4
  display: "block"
5
- }, v = ({ size: a, color: h, style: o, ...e }) => {
5
+ }, n = ({ size: a, color: h, style: o, ...e }) => {
6
6
  const r = o ? { ...s, ...o } : s;
7
- return /* @__PURE__ */ t.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: r, ...e, children: /* @__PURE__ */ t.jsx(
8
- "path",
9
- {
10
- d: "M964.923077 728.615385a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384615a39.384615 39.384615 0 0 1-39.384615 39.384616h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384616v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384615a39.384615 39.384615 0 0 1-39.384616 39.384616h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384616v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-551.384616a39.384615 39.384615 0 0 1 39.384615 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h39.384615z",
11
- fill: n(h, 0, "#333333")
12
- }
13
- ) });
7
+ return t.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: r, ...e, children: t.jsx("path", { d: "M964.923077 728.615385a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384615a39.384615 39.384615 0 0 1-39.384615 39.384616h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384616v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384615a39.384615 39.384615 0 0 1-39.384616 39.384616h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384616v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-551.384616a39.384615 39.384615 0 0 1 39.384615 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384616v39.384615a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384615a39.384615 39.384615 0 0 1 39.384615-39.384616h39.384615z", fill: l(h, 0, "#333333") }) });
14
8
  };
15
- v.defaultProps = {
9
+ n.defaultProps = {
16
10
  size: 18
17
11
  };
18
12
  export {
19
- v as default
13
+ n as default
20
14
  };
@@ -1,33 +1,10 @@
1
1
  import { j as a } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as t } from "./helper.mjs";
3
- const e = {
2
+ import { getIconColor as h } from "./helper.mjs";
3
+ const i = {
4
4
  display: "block"
5
- }, p = ({ size: s, color: h, style: i, ...l }) => {
6
- const o = i ? { ...e, ...i } : e;
7
- return /* @__PURE__ */ a.jsxs("svg", { viewBox: "0 0 1024 1024", width: s + "px", height: s + "px", style: o, ...l, children: [
8
- /* @__PURE__ */ a.jsx(
9
- "path",
10
- {
11
- d: "M1023.960617 89.635937a38.398523 38.398523 0 0 0-38.398523-38.398523h-51.198031A166.3936 166.3936 0 0 0 767.970463 217.631014v588.777355a166.3936 166.3936 0 0 0 166.3936 166.3936h51.198031a38.398523 38.398523 0 0 0 0-76.797046h-51.198031a89.596554 89.596554 0 0 1-89.596554-89.596554V691.2128h140.794585a38.398523 38.398523 0 0 0 0-76.797047H844.767509v-204.792123h140.794585a38.398523 38.398523 0 0 0 0-76.797046H844.767509V217.631014a89.635937 89.635937 0 0 1 89.596554-89.596554h51.198031A38.398523 38.398523 0 0 0 1023.960617 89.635937z m-1023.960617 0C0 68.447829 17.210415 51.237414 38.398523 51.237414h51.198031A166.3936 166.3936 0 0 1 255.990154 217.631014v588.777355A166.3936 166.3936 0 0 1 89.596554 972.801969h-51.198031a38.398523 38.398523 0 0 1 0-76.797046h51.198031a89.596554 89.596554 0 0 0 89.596554-89.596554V691.2128H38.398523a38.398523 38.398523 0 0 1 0-76.797047H179.193108v-204.792123H38.398523a38.398523 38.398523 0 0 1 0-76.797046H179.193108V217.631014A89.596554 89.596554 0 0 0 89.596554 128.03446h-51.198031A38.398523 38.398523 0 0 1 0 89.635937z",
12
- fill: t(h, 0, "#3F51B5"),
13
- opacity: ".5"
14
- }
15
- ),
16
- /* @__PURE__ */ a.jsx(
17
- "path",
18
- {
19
- d: "M473.581785 344.444598c1.339025 1.181493 2.599285 2.402369 3.898927 3.702012l34.499596 34.499596 34.499597-34.499596a87.430483 87.430483 0 0 1 3.898927-3.702012V38.437906a38.398523 38.398523 0 0 0-76.797047 0v306.006692z m0 347.949695v293.207184a38.398523 38.398523 0 0 0 76.797047 0V692.394293a93.495481 93.495481 0 0 1-3.898927-3.702012L511.980308 654.192685l-34.499596 34.499596-3.898927 3.702012z",
20
- fill: t(h, 1, "#3F51B5")
21
- }
22
- ),
23
- /* @__PURE__ */ a.jsx(
24
- "path",
25
- {
26
- d: "M472.597208 315.104188h78.766201v472.597208h-78.766201z",
27
- fill: t(h, 2, "#3F51B5")
28
- }
29
- )
30
- ] });
5
+ }, p = ({ size: s, color: t, style: e, ...l }) => {
6
+ const o = e ? { ...i, ...e } : i;
7
+ return a.jsxs("svg", { viewBox: "0 0 1024 1024", width: s + "px", height: s + "px", style: o, ...l, children: [a.jsx("path", { d: "M1023.960617 89.635937a38.398523 38.398523 0 0 0-38.398523-38.398523h-51.198031A166.3936 166.3936 0 0 0 767.970463 217.631014v588.777355a166.3936 166.3936 0 0 0 166.3936 166.3936h51.198031a38.398523 38.398523 0 0 0 0-76.797046h-51.198031a89.596554 89.596554 0 0 1-89.596554-89.596554V691.2128h140.794585a38.398523 38.398523 0 0 0 0-76.797047H844.767509v-204.792123h140.794585a38.398523 38.398523 0 0 0 0-76.797046H844.767509V217.631014a89.635937 89.635937 0 0 1 89.596554-89.596554h51.198031A38.398523 38.398523 0 0 0 1023.960617 89.635937z m-1023.960617 0C0 68.447829 17.210415 51.237414 38.398523 51.237414h51.198031A166.3936 166.3936 0 0 1 255.990154 217.631014v588.777355A166.3936 166.3936 0 0 1 89.596554 972.801969h-51.198031a38.398523 38.398523 0 0 1 0-76.797046h51.198031a89.596554 89.596554 0 0 0 89.596554-89.596554V691.2128H38.398523a38.398523 38.398523 0 0 1 0-76.797047H179.193108v-204.792123H38.398523a38.398523 38.398523 0 0 1 0-76.797046H179.193108V217.631014A89.596554 89.596554 0 0 0 89.596554 128.03446h-51.198031A38.398523 38.398523 0 0 1 0 89.635937z", fill: h(t, 0, "#3F51B5"), opacity: ".5" }), a.jsx("path", { d: "M473.581785 344.444598c1.339025 1.181493 2.599285 2.402369 3.898927 3.702012l34.499596 34.499596 34.499597-34.499596a87.430483 87.430483 0 0 1 3.898927-3.702012V38.437906a38.398523 38.398523 0 0 0-76.797047 0v306.006692z m0 347.949695v293.207184a38.398523 38.398523 0 0 0 76.797047 0V692.394293a93.495481 93.495481 0 0 1-3.898927-3.702012L511.980308 654.192685l-34.499596 34.499596-3.898927 3.702012z", fill: h(t, 1, "#3F51B5") }), a.jsx("path", { d: "M472.597208 315.104188h78.766201v472.597208h-78.766201z", fill: h(t, 2, "#3F51B5") })] });
31
8
  };
32
9
  p.defaultProps = {
33
10
  size: 18
@@ -1,32 +1,10 @@
1
1
  import { j as t } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
2
  import { getIconColor as o } from "./helper.mjs";
3
- const i = {
3
+ const a = {
4
4
  display: "block"
5
- }, r = ({ size: a, color: s, style: e, ...l }) => {
6
- const p = e ? { ...i, ...e } : i;
7
- return /* @__PURE__ */ t.jsxs("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: p, ...l, children: [
8
- /* @__PURE__ */ t.jsx(
9
- "path",
10
- {
11
- d: "M170.666667 512a85.333333 85.333333 0 1 0 170.666666 0 85.333333 85.333333 0 1 0-170.666666 0Z",
12
- fill: o(s, 0, "#3D3D3D")
13
- }
14
- ),
15
- /* @__PURE__ */ t.jsx(
16
- "path",
17
- {
18
- d: "M426.666667 512a85.333333 85.333333 0 1 0 170.666666 0 85.333333 85.333333 0 1 0-170.666666 0Z",
19
- fill: o(s, 1, "#3D3D3D")
20
- }
21
- ),
22
- /* @__PURE__ */ t.jsx(
23
- "path",
24
- {
25
- d: "M682.666667 512a85.333333 85.333333 0 1 0 170.666666 0 85.333333 85.333333 0 1 0-170.666666 0Z",
26
- fill: o(s, 2, "#3D3D3D")
27
- }
28
- )
29
- ] });
5
+ }, r = ({ size: e, color: s, style: l, ...i }) => {
6
+ const p = l ? { ...a, ...l } : a;
7
+ return t.jsxs("svg", { viewBox: "0 0 1024 1024", width: e + "px", height: e + "px", style: p, ...i, children: [t.jsx("path", { d: "M170.666667 512a85.333333 85.333333 0 1 0 170.666666 0 85.333333 85.333333 0 1 0-170.666666 0Z", fill: o(s, 0, "#3D3D3D") }), t.jsx("path", { d: "M426.666667 512a85.333333 85.333333 0 1 0 170.666666 0 85.333333 85.333333 0 1 0-170.666666 0Z", fill: o(s, 1, "#3D3D3D") }), t.jsx("path", { d: "M682.666667 512a85.333333 85.333333 0 1 0 170.666666 0 85.333333 85.333333 0 1 0-170.666666 0Z", fill: o(s, 2, "#3D3D3D") })] });
30
8
  };
31
9
  r.defaultProps = {
32
10
  size: 18
@@ -1,16 +1,10 @@
1
- import { j as l } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as e } from "./helper.mjs";
1
+ import { j as o } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
+ import { getIconColor as r } from "./helper.mjs";
3
3
  const s = {
4
4
  display: "block"
5
- }, i = ({ size: o, color: a, style: t, ...c }) => {
6
- const r = t ? { ...s, ...t } : s;
7
- return /* @__PURE__ */ l.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: r, ...c, children: /* @__PURE__ */ l.jsx(
8
- "path",
9
- {
10
- d: "M692.37837369 347.43182222a8.34200462 8.34200462 0 0 0-8.31870294-8.31870293l-68.6584263 0.30292196L512 462.68197547l-103.29638685-123.14942578-68.7632839-0.3145728a8.27209955 8.27209955 0 0 0-8.31870294 8.31870293c0 1.98064355 0.72235235 3.84477867 1.98064356 5.40599183l135.33620906 161.2476871-135.34785991 161.13117867a8.34200462 8.34200462 0 0 0 6.34971023 13.7363456l68.7632839-0.3145728L512 565.477376l103.29638685 123.14942578 68.6584263 0.32622364a8.27209955 8.27209955 0 0 0 8.31870294-8.33035377c0-1.98064355-0.72235235-3.84477867-1.98064356-5.40599183l-135.12649386-161.13117867 135.33620906-161.2476871a8.34200462 8.34200462 0 0 0 1.87578596-5.40599183zM512 45.96622222c-257.36715378 0-466.03377778 208.666624-466.03377778 466.03377778s208.666624 466.03377778 466.03377778 466.03377778 466.03377778-208.666624 466.03377778-466.03377778-208.666624-466.03377778-466.03377778-466.03377778z m0 853.00492516C298.32351289 898.97114738 125.02885262 725.67648711 125.02885262 512c0-213.67648711 173.30631111-386.97114738 386.97114738-386.97114738 213.67648711 0 386.97114738 173.30631111 386.97114738 386.97114738 0 213.67648711-173.30631111 386.97114738-386.97114738 386.97114738z",
11
- fill: e(a, 0, "#333333")
12
- }
13
- ) });
5
+ }, i = ({ size: t, color: a, style: l, ...c }) => {
6
+ const e = l ? { ...s, ...l } : s;
7
+ return o.jsx("svg", { viewBox: "0 0 1024 1024", width: t + "px", height: t + "px", style: e, ...c, children: o.jsx("path", { d: "M692.37837369 347.43182222a8.34200462 8.34200462 0 0 0-8.31870294-8.31870293l-68.6584263 0.30292196L512 462.68197547l-103.29638685-123.14942578-68.7632839-0.3145728a8.27209955 8.27209955 0 0 0-8.31870294 8.31870293c0 1.98064355 0.72235235 3.84477867 1.98064356 5.40599183l135.33620906 161.2476871-135.34785991 161.13117867a8.34200462 8.34200462 0 0 0 6.34971023 13.7363456l68.7632839-0.3145728L512 565.477376l103.29638685 123.14942578 68.6584263 0.32622364a8.27209955 8.27209955 0 0 0 8.31870294-8.33035377c0-1.98064355-0.72235235-3.84477867-1.98064356-5.40599183l-135.12649386-161.13117867 135.33620906-161.2476871a8.34200462 8.34200462 0 0 0 1.87578596-5.40599183zM512 45.96622222c-257.36715378 0-466.03377778 208.666624-466.03377778 466.03377778s208.666624 466.03377778 466.03377778 466.03377778 466.03377778-208.666624 466.03377778-466.03377778-208.666624-466.03377778-466.03377778-466.03377778z m0 853.00492516C298.32351289 898.97114738 125.02885262 725.67648711 125.02885262 512c0-213.67648711 173.30631111-386.97114738 386.97114738-386.97114738 213.67648711 0 386.97114738 173.30631111 386.97114738 386.97114738 0 213.67648711-173.30631111 386.97114738-386.97114738 386.97114738z", fill: r(a, 0, "#333333") }) });
14
8
  };
15
9
  i.defaultProps = {
16
10
  size: 18
@@ -2,24 +2,9 @@ import { j as c } from "../../node_modules/.store/react@18.2.0/node_modules/reac
2
2
  import { getIconColor as h } from "./helper.mjs";
3
3
  const e = {
4
4
  display: "block"
5
- }, p = ({ size: s, color: t, style: o, ...i }) => {
6
- const l = o ? { ...e, ...o } : e;
7
- return /* @__PURE__ */ c.jsxs("svg", { viewBox: "0 0 1024 1024", width: s + "px", height: s + "px", style: l, ...i, children: [
8
- /* @__PURE__ */ c.jsx(
9
- "path",
10
- {
11
- d: "M840 288H688v-56c0-40-32-72-72-72h-208C368 160 336 192 336 232V288h-152c-12.8 0-24 11.2-24 24s11.2 24 24 24h656c12.8 0 24-11.2 24-24s-11.2-24-24-24zM384 288v-56c0-12.8 11.2-24 24-24h208c12.8 0 24 11.2 24 24V288H384zM758.4 384c-12.8 0-24 11.2-24 24v363.2c0 24-19.2 44.8-44.8 44.8H332.8c-24 0-44.8-19.2-44.8-44.8V408c0-12.8-11.2-24-24-24s-24 11.2-24 24v363.2c0 51.2 41.6 92.8 92.8 92.8h358.4c51.2 0 92.8-41.6 92.8-92.8V408c-1.6-12.8-12.8-24-25.6-24z",
12
- fill: h(t, 0, "#272636")
13
- }
14
- ),
15
- /* @__PURE__ */ c.jsx(
16
- "path",
17
- {
18
- d: "M444.8 744v-336c0-12.8-11.2-24-24-24s-24 11.2-24 24v336c0 12.8 11.2 24 24 24s24-11.2 24-24zM627.2 744v-336c0-12.8-11.2-24-24-24s-24 11.2-24 24v336c0 12.8 11.2 24 24 24s24-11.2 24-24z",
19
- fill: h(t, 1, "#272636")
20
- }
21
- )
22
- ] });
5
+ }, p = ({ size: s, color: t, style: o, ...l }) => {
6
+ const i = o ? { ...e, ...o } : e;
7
+ return c.jsxs("svg", { viewBox: "0 0 1024 1024", width: s + "px", height: s + "px", style: i, ...l, children: [c.jsx("path", { d: "M840 288H688v-56c0-40-32-72-72-72h-208C368 160 336 192 336 232V288h-152c-12.8 0-24 11.2-24 24s11.2 24 24 24h656c12.8 0 24-11.2 24-24s-11.2-24-24-24zM384 288v-56c0-12.8 11.2-24 24-24h208c12.8 0 24 11.2 24 24V288H384zM758.4 384c-12.8 0-24 11.2-24 24v363.2c0 24-19.2 44.8-44.8 44.8H332.8c-24 0-44.8-19.2-44.8-44.8V408c0-12.8-11.2-24-24-24s-24 11.2-24 24v363.2c0 51.2 41.6 92.8 92.8 92.8h358.4c51.2 0 92.8-41.6 92.8-92.8V408c-1.6-12.8-12.8-24-25.6-24z", fill: h(t, 0, "#272636") }), c.jsx("path", { d: "M444.8 744v-336c0-12.8-11.2-24-24-24s-24 11.2-24 24v336c0 12.8 11.2 24 24 24s24-11.2 24-24zM627.2 744v-336c0-12.8-11.2-24-24-24s-24 11.2-24 24v336c0 12.8 11.2 24 24 24s24-11.2 24-24z", fill: h(t, 1, "#272636") })] });
23
8
  };
24
9
  p.defaultProps = {
25
10
  size: 18
@@ -1,16 +1,10 @@
1
1
  import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as e } from "./helper.mjs";
2
+ import { getIconColor as c } from "./helper.mjs";
3
3
  const a = {
4
4
  display: "block"
5
- }, i = ({ size: o, color: l, style: t, ...r }) => {
6
- const c = t ? { ...a, ...t } : a;
7
- return /* @__PURE__ */ s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: c, ...r, children: /* @__PURE__ */ s.jsx(
8
- "path",
9
- {
10
- d: "M970.0352 906.5728L670.848 607.3856A342.5024 342.5024 0 0 0 742.4 396.8a343.552 343.552 0 0 0-101.2736-244.3264A343.04 343.04 0 0 0 396.8 51.2a343.552 343.552 0 0 0-244.3264 101.248A342.8608 342.8608 0 0 0 51.2 396.8a343.552 343.552 0 0 0 101.248 244.3264A342.8608 342.8608 0 0 0 396.8 742.4a342.784 342.784 0 0 0 210.4576-71.424l299.1872 299.0592a9.472 9.472 0 0 0 13.3632 0l50.2272-50.1248a9.472 9.472 0 0 0 0-13.3376zM579.2768 579.2768A256.6656 256.6656 0 0 1 396.8 654.848c-68.8896 0-133.632-26.8288-182.4768-75.5712A256.6656 256.6656 0 0 1 138.752 396.8c0-68.8896 26.8288-133.76 75.5712-182.4768A256.6656 256.6656 0 0 1 396.8 138.752a256 256 0 0 1 182.4768 75.5712A256.6656 256.6656 0 0 1 654.848 396.8c0 68.8896-26.8288 133.7344-75.5712 182.4768z",
11
- fill: e(l, 0, "#333333")
12
- }
13
- ) });
5
+ }, i = ({ size: o, color: l, style: t, ...e }) => {
6
+ const r = t ? { ...a, ...t } : a;
7
+ return s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: r, ...e, children: s.jsx("path", { d: "M970.0352 906.5728L670.848 607.3856A342.5024 342.5024 0 0 0 742.4 396.8a343.552 343.552 0 0 0-101.2736-244.3264A343.04 343.04 0 0 0 396.8 51.2a343.552 343.552 0 0 0-244.3264 101.248A342.8608 342.8608 0 0 0 51.2 396.8a343.552 343.552 0 0 0 101.248 244.3264A342.8608 342.8608 0 0 0 396.8 742.4a342.784 342.784 0 0 0 210.4576-71.424l299.1872 299.0592a9.472 9.472 0 0 0 13.3632 0l50.2272-50.1248a9.472 9.472 0 0 0 0-13.3376zM579.2768 579.2768A256.6656 256.6656 0 0 1 396.8 654.848c-68.8896 0-133.632-26.8288-182.4768-75.5712A256.6656 256.6656 0 0 1 138.752 396.8c0-68.8896 26.8288-133.76 75.5712-182.4768A256.6656 256.6656 0 0 1 396.8 138.752a256 256 0 0 1 182.4768 75.5712A256.6656 256.6656 0 0 1 654.848 396.8c0 68.8896-26.8288 133.7344-75.5712 182.4768z", fill: c(l, 0, "#333333") }) });
14
8
  };
15
9
  i.defaultProps = {
16
10
  size: 18
@@ -4,13 +4,7 @@ const o = {
4
4
  display: "block"
5
5
  }, r = ({ size: a, color: t, style: h, ...m }) => {
6
6
  const s = h ? { ...o, ...h } : o;
7
- return /* @__PURE__ */ v.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: s, ...m, children: /* @__PURE__ */ v.jsx(
8
- "path",
9
- {
10
- d: "M964.923077 846.769231a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-196.923077a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-196.923077a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-196.923077a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-196.923077a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z",
11
- fill: e(t, 0, "#333333")
12
- }
13
- ) });
7
+ return v.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: s, ...m, children: v.jsx("path", { d: "M964.923077 846.769231a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-196.923077a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-196.923077a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-196.923077a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-196.923077a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z", fill: e(t, 0, "#333333") }) });
14
8
  };
15
9
  r.defaultProps = {
16
10
  size: 18
@@ -1,20 +1,14 @@
1
1
  import { j as t } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as n } from "./helper.mjs";
2
+ import { getIconColor as l } from "./helper.mjs";
3
3
  const s = {
4
4
  display: "block"
5
- }, v = ({ size: a, color: h, style: o, ...e }) => {
5
+ }, n = ({ size: a, color: h, style: o, ...e }) => {
6
6
  const r = o ? { ...s, ...o } : s;
7
- return /* @__PURE__ */ t.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: r, ...e, children: /* @__PURE__ */ t.jsx(
8
- "path",
9
- {
10
- d: "M964.923077 846.769231a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-787.692308a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z",
11
- fill: n(h, 0, "#333333")
12
- }
13
- ) });
7
+ return t.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: r, ...e, children: t.jsx("path", { d: "M964.923077 846.769231a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-787.692308a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z", fill: l(h, 0, "#333333") }) });
14
8
  };
15
- v.defaultProps = {
9
+ n.defaultProps = {
16
10
  size: 18
17
11
  };
18
12
  export {
19
- v as default
13
+ n as default
20
14
  };
@@ -1,20 +1,14 @@
1
1
  import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as a } from "./helper.mjs";
2
+ import { getIconColor as l } from "./helper.mjs";
3
3
  const h = {
4
4
  display: "block"
5
- }, l = ({ size: o, color: i, style: t, ...r }) => {
6
- const e = t ? { ...h, ...t } : h;
7
- return /* @__PURE__ */ s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: e, ...r, children: /* @__PURE__ */ s.jsx(
8
- "path",
9
- {
10
- d: "M512 64a448 448 0 1 1 0 896A448 448 0 0 1 512 64z m0 64a384 384 0 1 0 0 768A384 384 0 0 0 512 128z m31.616 256v64h-0.384v256h62.912v64h-192v-64h65.088V448h-29.76V384h94.08z m-36.672-44.8a41.6 41.6 0 1 0 0-83.2 41.6 41.6 0 0 0 0 83.2z",
11
- fill: a(i, 0, "#000000")
12
- }
13
- ) });
5
+ }, a = ({ size: t, color: e, style: o, ...i }) => {
6
+ const r = o ? { ...h, ...o } : h;
7
+ return s.jsx("svg", { viewBox: "0 0 1024 1024", width: t + "px", height: t + "px", style: r, ...i, children: s.jsx("path", { d: "M512 64a448 448 0 1 1 0 896A448 448 0 0 1 512 64z m0 64a384 384 0 1 0 0 768A384 384 0 0 0 512 128z m31.616 256v64h-0.384v256h62.912v64h-192v-64h65.088V448h-29.76V384h94.08z m-36.672-44.8a41.6 41.6 0 1 0 0-83.2 41.6 41.6 0 0 0 0 83.2z", fill: l(e, 0, "#000000") }) });
14
8
  };
15
- l.defaultProps = {
9
+ a.defaultProps = {
16
10
  size: 18
17
11
  };
18
12
  export {
19
- l as default
13
+ a as default
20
14
  };
@@ -1,20 +1,14 @@
1
1
  import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as h } from "./helper.mjs";
2
+ import { getIconColor as V } from "./helper.mjs";
3
3
  const H = {
4
4
  display: "block"
5
- }, i = ({ size: o, color: r, style: t, ...e }) => {
6
- const V = t ? { ...H, ...t } : H;
7
- return /* @__PURE__ */ s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: V, ...e, children: /* @__PURE__ */ s.jsx(
8
- "path",
9
- {
10
- d: "M307.2 0h125.15328v126.54592H307.2V0z m284.44672 0H716.8v126.54592H591.64672V0zM307.2 299.17184h125.15328v126.54592H307.2V299.17184z m284.44672 0H716.8v126.54592H591.64672V299.17184zM307.2 598.2208h125.15328v126.54592H307.2V598.23104z m284.44672 0H716.8v126.54592H591.64672V598.23104zM307.2 897.4336h125.15328V1024H307.2V897.45408z m284.44672 0H716.8V1024H591.64672V897.45408z",
11
- fill: h(r, 0, "#333333")
12
- }
13
- ) });
5
+ }, h = ({ size: o, color: e, style: t, ...r }) => {
6
+ const l = t ? { ...H, ...t } : H;
7
+ return s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: l, ...r, children: s.jsx("path", { d: "M307.2 0h125.15328v126.54592H307.2V0z m284.44672 0H716.8v126.54592H591.64672V0zM307.2 299.17184h125.15328v126.54592H307.2V299.17184z m284.44672 0H716.8v126.54592H591.64672V299.17184zM307.2 598.2208h125.15328v126.54592H307.2V598.23104z m284.44672 0H716.8v126.54592H591.64672V598.23104zM307.2 897.4336h125.15328V1024H307.2V897.45408z m284.44672 0H716.8V1024H591.64672V897.45408z", fill: V(e, 0, "#333333") }) });
14
8
  };
15
- i.defaultProps = {
9
+ h.defaultProps = {
16
10
  size: 18
17
11
  };
18
12
  export {
19
- i as default
13
+ h as default
20
14
  };
@@ -2,30 +2,13 @@ import { j as t } from "../../node_modules/.store/react@18.2.0/node_modules/reac
2
2
  import { getIconColor as s } from "./helper.mjs";
3
3
  const i = {
4
4
  display: "block"
5
- }, e = ({ size: h, color: o, style: a, ...n }) => {
6
- const p = a ? { ...i, ...a } : i;
7
- return /* @__PURE__ */ t.jsxs("svg", { viewBox: "0 0 1024 1024", width: h + "px", height: h + "px", style: p, ...n, children: [
8
- /* @__PURE__ */ t.jsx(
9
- "path",
10
- {
11
- d: "M540.435692 398.217846h-85.307077v227.564308h85.307077z",
12
- fill: s(o, 0, "#3F51B5"),
13
- opacity: ".504"
14
- }
15
- ),
16
- /* @__PURE__ */ t.jsx(
17
- "path",
18
- {
19
- d: "M0 184.871385A184.871385 184.871385 0 0 1 184.871385 0h654.25723A184.871385 184.871385 0 0 1 1024 184.871385v654.25723A184.871385 184.871385 0 0 1 839.128615 1024H184.871385A184.871385 184.871385 0 0 1 0 839.128615V184.871385z m184.871385-99.524923a99.564308 99.564308 0 0 0-99.524923 99.524923V256h369.782153V85.346462H184.871385zM938.692923 768H540.396308v170.653538h298.692923a99.564308 99.564308 0 0 0 99.524923-99.524923V768z m0-583.128615a99.564308 99.564308 0 0 0-99.564308-99.524923h-298.692923V256h398.217846V184.871385zM85.307077 768v71.128615a99.603692 99.603692 0 0 0 99.524923 99.524923h270.257231V768h-369.821539z m0-85.346462h853.307077V341.346462H85.346462v341.307076z",
20
- fill: s(o, 1, "#3F51B5"),
21
- opacity: ".495"
22
- }
23
- )
24
- ] });
5
+ }, p = ({ size: h, color: o, style: a, ...e }) => {
6
+ const n = a ? { ...i, ...a } : i;
7
+ return t.jsxs("svg", { viewBox: "0 0 1024 1024", width: h + "px", height: h + "px", style: n, ...e, children: [t.jsx("path", { d: "M540.435692 398.217846h-85.307077v227.564308h85.307077z", fill: s(o, 0, "#3F51B5"), opacity: ".504" }), t.jsx("path", { d: "M0 184.871385A184.871385 184.871385 0 0 1 184.871385 0h654.25723A184.871385 184.871385 0 0 1 1024 184.871385v654.25723A184.871385 184.871385 0 0 1 839.128615 1024H184.871385A184.871385 184.871385 0 0 1 0 839.128615V184.871385z m184.871385-99.524923a99.564308 99.564308 0 0 0-99.524923 99.524923V256h369.782153V85.346462H184.871385zM938.692923 768H540.396308v170.653538h298.692923a99.564308 99.564308 0 0 0 99.524923-99.524923V768z m0-583.128615a99.564308 99.564308 0 0 0-99.564308-99.524923h-298.692923V256h398.217846V184.871385zM85.307077 768v71.128615a99.603692 99.603692 0 0 0 99.524923 99.524923h270.257231V768h-369.821539z m0-85.346462h853.307077V341.346462H85.346462v341.307076z", fill: s(o, 1, "#3F51B5"), opacity: ".495" })] });
25
8
  };
26
- e.defaultProps = {
9
+ p.defaultProps = {
27
10
  size: 18
28
11
  };
29
12
  export {
30
- e as default
13
+ p as default
31
14
  };
@@ -1,17 +1,10 @@
1
- import { j as t } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
1
+ import { j as o } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
2
  import { getIconColor as i } from "./helper.mjs";
3
3
  const h = {
4
4
  display: "block"
5
- }, r = ({ size: a, color: l, style: o, ...s }) => {
6
- const e = o ? { ...h, ...o } : h;
7
- return /* @__PURE__ */ t.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: e, ...s, children: /* @__PURE__ */ t.jsx(
8
- "path",
9
- {
10
- d: "M766.030769 614.124308v0.275692h140.8a38.4 38.4 0 0 1 0 76.8H766.030769v115.2a89.6 89.6 0 0 0 89.6 89.6h51.2a38.4 38.4 0 0 1 0 76.8h-51.2a166.4 166.4 0 0 1-166.4-166.4v-192.275692h76.8zM906.830769 51.2a38.4 38.4 0 0 1 0 76.8h-51.2a89.639385 89.639385 0 0 0-89.6 89.6V332.8h140.8a38.4 38.4 0 0 1 0 76.8L787.692308 409.560615v-0.43323l-98.461539-0.039385V217.6a166.4 166.4 0 0 1 158.089846-166.203077l8.310154-0.196923zM196.923077 614.4v0.196923l98.422154-0.039385 0.039384 191.842462A166.4 166.4 0 0 1 128.984615 972.8h-51.2a38.4 38.4 0 0 1 0-76.8h51.2a89.6 89.6 0 0 0 89.6-89.6V691.2H77.784615a38.4 38.4 0 0 1 0-76.8H196.923077zM246.665846 99.918769A166.4 166.4 0 0 1 295.384615 217.6l-0.039384 191.763692H196.923077v0.236308H77.784615a38.4 38.4 0 0 1 0-76.8H218.584615V217.6A89.6 89.6 0 0 0 128.984615 128h-51.2a38.4 38.4 0 0 1 0-76.8h51.2c44.110769 0 86.449231 17.526154 117.681231 48.718769z",
11
- fill: i(l, 0, "#3F51B5"),
12
- opacity: ".498"
13
- }
14
- ) });
5
+ }, r = ({ size: a, color: l, style: t, ...s }) => {
6
+ const e = t ? { ...h, ...t } : h;
7
+ return o.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: e, ...s, children: o.jsx("path", { d: "M766.030769 614.124308v0.275692h140.8a38.4 38.4 0 0 1 0 76.8H766.030769v115.2a89.6 89.6 0 0 0 89.6 89.6h51.2a38.4 38.4 0 0 1 0 76.8h-51.2a166.4 166.4 0 0 1-166.4-166.4v-192.275692h76.8zM906.830769 51.2a38.4 38.4 0 0 1 0 76.8h-51.2a89.639385 89.639385 0 0 0-89.6 89.6V332.8h140.8a38.4 38.4 0 0 1 0 76.8L787.692308 409.560615v-0.43323l-98.461539-0.039385V217.6a166.4 166.4 0 0 1 158.089846-166.203077l8.310154-0.196923zM196.923077 614.4v0.196923l98.422154-0.039385 0.039384 191.842462A166.4 166.4 0 0 1 128.984615 972.8h-51.2a38.4 38.4 0 0 1 0-76.8h51.2a89.6 89.6 0 0 0 89.6-89.6V691.2H77.784615a38.4 38.4 0 0 1 0-76.8H196.923077zM246.665846 99.918769A166.4 166.4 0 0 1 295.384615 217.6l-0.039384 191.763692H196.923077v0.236308H77.784615a38.4 38.4 0 0 1 0-76.8H218.584615V217.6A89.6 89.6 0 0 0 128.984615 128h-51.2a38.4 38.4 0 0 1 0-76.8h51.2c44.110769 0 86.449231 17.526154 117.681231 48.718769z", fill: i(l, 0, "#3F51B5"), opacity: ".498" }) });
15
8
  };
16
9
  r.defaultProps = {
17
10
  size: 18
@@ -2,15 +2,9 @@ import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/reac
2
2
  import { getIconColor as l } from "./helper.mjs";
3
3
  const i = {
4
4
  display: "block"
5
- }, n = ({ size: t, color: c, style: o, ...r }) => {
6
- const e = o ? { ...i, ...o } : i;
7
- return /* @__PURE__ */ s.jsx("svg", { viewBox: "0 0 1024 1024", width: t + "px", height: t + "px", style: e, ...r, children: /* @__PURE__ */ s.jsx(
8
- "path",
9
- {
10
- d: "M512 198.485c54.811 0 99.239-44.442 99.239-99.239 0-54.798-44.429-99.24-99.239-99.24-54.812 0-99.24 44.442-99.24 99.24 0 54.797 44.428 99.239 99.24 99.239zM512 315.127c-46.976 0-85.063 38.087-85.063 85.063v538.742c0 46.976 38.087 85.063 85.063 85.063 46.975 0 85.063-38.087 85.063-85.063V400.19c0-46.976-38.088-85.063-85.063-85.063z",
11
- fill: l(c, 0, "#040000")
12
- }
13
- ) });
5
+ }, n = ({ size: t, color: c, style: o, ...e }) => {
6
+ const r = o ? { ...i, ...o } : i;
7
+ return s.jsx("svg", { viewBox: "0 0 1024 1024", width: t + "px", height: t + "px", style: r, ...e, children: s.jsx("path", { d: "M512 198.485c54.811 0 99.239-44.442 99.239-99.239 0-54.798-44.429-99.24-99.239-99.24-54.812 0-99.24 44.442-99.24 99.24 0 54.797 44.428 99.239 99.24 99.239zM512 315.127c-46.976 0-85.063 38.087-85.063 85.063v538.742c0 46.976 38.087 85.063 85.063 85.063 46.975 0 85.063-38.087 85.063-85.063V400.19c0-46.976-38.088-85.063-85.063-85.063z", fill: l(c, 0, "#040000") }) });
14
8
  };
15
9
  n.defaultProps = {
16
10
  size: 18
@@ -1,30 +1,14 @@
1
1
  import { j as t } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as s } from "./helper.mjs";
3
- const i = {
2
+ import { getIconColor as a } from "./helper.mjs";
3
+ const e = {
4
4
  display: "block"
5
- }, p = ({ size: h, color: o, style: a, ...n }) => {
6
- const e = a ? { ...i, ...a } : i;
7
- return /* @__PURE__ */ t.jsxs("svg", { viewBox: "0 0 1024 1024", width: h + "px", height: h + "px", style: e, ...n, children: [
8
- /* @__PURE__ */ t.jsx(
9
- "path",
10
- {
11
- d: "M184.871385 0A184.871385 184.871385 0 0 0 0 184.871385v654.25723A184.871385 184.871385 0 0 0 184.871385 1024h654.25723A184.871385 184.871385 0 0 0 1024 839.128615V184.871385A184.871385 184.871385 0 0 0 839.128615 0H184.871385zM85.346462 184.871385a99.603692 99.603692 0 0 1 99.524923-99.524923h270.25723V315.076923h-369.821538V184.871385zM540.435692 708.923077h398.217846v130.205538a99.564308 99.564308 0 0 1-99.524923 99.524923h-298.692923V708.923077zM938.653538 315.076923h-398.178461V85.346462h298.653538a99.603692 99.603692 0 0 1 99.524923 99.524923V315.076923zM455.128615 708.923077v229.730461H184.871385a99.564308 99.564308 0 0 1-99.524923-99.524923V708.923077h369.782153z m-369.821538-367.576615h853.346461v341.307076H85.346462V341.346462z",
12
- fill: s(o, 0, "#3F51B5"),
13
- opacity: ".504"
14
- }
15
- ),
16
- /* @__PURE__ */ t.jsx(
17
- "path",
18
- {
19
- d: "M78.769231 315.076923h866.461538v393.846154H78.769231z",
20
- fill: s(o, 1, "#3F51B5")
21
- }
22
- )
23
- ] });
5
+ }, l = ({ size: h, color: o, style: s, ...i }) => {
6
+ const n = s ? { ...e, ...s } : e;
7
+ return t.jsxs("svg", { viewBox: "0 0 1024 1024", width: h + "px", height: h + "px", style: n, ...i, children: [t.jsx("path", { d: "M184.871385 0A184.871385 184.871385 0 0 0 0 184.871385v654.25723A184.871385 184.871385 0 0 0 184.871385 1024h654.25723A184.871385 184.871385 0 0 0 1024 839.128615V184.871385A184.871385 184.871385 0 0 0 839.128615 0H184.871385zM85.346462 184.871385a99.603692 99.603692 0 0 1 99.524923-99.524923h270.25723V315.076923h-369.821538V184.871385zM540.435692 708.923077h398.217846v130.205538a99.564308 99.564308 0 0 1-99.524923 99.524923h-298.692923V708.923077zM938.653538 315.076923h-398.178461V85.346462h298.653538a99.603692 99.603692 0 0 1 99.524923 99.524923V315.076923zM455.128615 708.923077v229.730461H184.871385a99.564308 99.564308 0 0 1-99.524923-99.524923V708.923077h369.782153z m-369.821538-367.576615h853.346461v341.307076H85.346462V341.346462z", fill: a(o, 0, "#3F51B5"), opacity: ".504" }), t.jsx("path", { d: "M78.769231 315.076923h866.461538v393.846154H78.769231z", fill: a(o, 1, "#3F51B5") })] });
24
8
  };
25
- p.defaultProps = {
9
+ l.defaultProps = {
26
10
  size: 18
27
11
  };
28
12
  export {
29
- p as default
13
+ l as default
30
14
  };
@@ -2,19 +2,13 @@ import { j as o } from "../../node_modules/.store/react@18.2.0/node_modules/reac
2
2
  import { getIconColor as r } from "./helper.mjs";
3
3
  const t = {
4
4
  display: "block"
5
- }, m = ({ size: a, color: v, style: h, ...s }) => {
5
+ }, l = ({ size: a, color: s, style: h, ...v }) => {
6
6
  const e = h ? { ...t, ...h } : t;
7
- return /* @__PURE__ */ o.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: e, ...s, children: /* @__PURE__ */ o.jsx(
8
- "path",
9
- {
10
- d: "M964.923077 846.769231a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-393.846154a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-393.846154a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z",
11
- fill: r(v, 0, "#333333")
12
- }
13
- ) });
7
+ return o.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: e, ...v, children: o.jsx("path", { d: "M964.923077 846.769231a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-393.846154a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z m866.461539-393.846154a39.384615 39.384615 0 0 1 39.384615 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384615 39.384615h-708.923077a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h708.923077z m-866.461539 0a39.384615 39.384615 0 0 1 39.384616 39.384615v39.384616a39.384615 39.384615 0 0 1-39.384616 39.384615h-39.384615a39.384615 39.384615 0 0 1-39.384615-39.384615v-39.384616a39.384615 39.384615 0 0 1 39.384615-39.384615h39.384615z", fill: r(s, 0, "#333333") }) });
14
8
  };
15
- m.defaultProps = {
9
+ l.defaultProps = {
16
10
  size: 18
17
11
  };
18
12
  export {
19
- m as default
13
+ l as default
20
14
  };
@@ -1,16 +1,10 @@
1
1
  import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as e } from "./helper.mjs";
3
- const c = {
2
+ import { getIconColor as a } from "./helper.mjs";
3
+ const l = {
4
4
  display: "block"
5
- }, i = ({ size: o, color: l, style: t, ...r }) => {
6
- const a = t ? { ...c, ...t } : c;
7
- return /* @__PURE__ */ s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: a, ...r, children: /* @__PURE__ */ s.jsx(
8
- "path",
9
- {
10
- d: "M958.208 179.8912l-63.4112 48.384C808.3968 120.4224 673.9968 51.2 523.0848 51.2 262.4512 51.2 51.5072 256.9216 51.2 511.4624 50.8672 766.208 262.2464 972.8 523.0592 972.8c203.7504 0 377.3696-126.1824 443.4432-302.9248a8.7552 8.7552 0 0 0-5.504-11.2896l-63.7184-21.4016a9.0368 9.0368 0 0 0-11.3408 5.2736 375.04 375.04 0 0 1-89.4464 136.3712 388.096 388.096 0 0 1-122.8288 80.9728 392.1152 392.1152 0 0 1-150.3744 29.6192 391.68 391.68 0 0 1-150.3488-29.6192 384.384 384.384 0 0 1-122.8288-80.9728 375.04 375.04 0 0 1-82.816-120.0384 367.8208 367.8208 0 0 1-30.3616-146.8928c0-51.0208 10.24-100.4032 30.3616-146.9184A375.04 375.04 0 0 1 250.112 244.992a388.096 388.096 0 0 1 122.8288-80.9728 392.1152 392.1152 0 0 1 150.3488-29.6192 391.68 391.68 0 0 1 150.3744 29.6192 384.384 384.384 0 0 1 122.8032 80.9728c11.136 10.8544 21.5808 22.3744 31.232 34.432L760.064 331.008a8.704 8.704 0 0 0 3.3792 15.4624l197.3248 47.1808c5.632 1.3056 11.136-2.8672 11.136-8.448L972.8 186.7008c-0.1024-7.2448-8.7552-11.3152-14.592-6.8096z",
11
- fill: e(l, 0, "#333333")
12
- }
13
- ) });
5
+ }, i = ({ size: o, color: c, style: t, ...e }) => {
6
+ const r = t ? { ...l, ...t } : l;
7
+ return s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: r, ...e, children: s.jsx("path", { d: "M958.208 179.8912l-63.4112 48.384C808.3968 120.4224 673.9968 51.2 523.0848 51.2 262.4512 51.2 51.5072 256.9216 51.2 511.4624 50.8672 766.208 262.2464 972.8 523.0592 972.8c203.7504 0 377.3696-126.1824 443.4432-302.9248a8.7552 8.7552 0 0 0-5.504-11.2896l-63.7184-21.4016a9.0368 9.0368 0 0 0-11.3408 5.2736 375.04 375.04 0 0 1-89.4464 136.3712 388.096 388.096 0 0 1-122.8288 80.9728 392.1152 392.1152 0 0 1-150.3744 29.6192 391.68 391.68 0 0 1-150.3488-29.6192 384.384 384.384 0 0 1-122.8288-80.9728 375.04 375.04 0 0 1-82.816-120.0384 367.8208 367.8208 0 0 1-30.3616-146.8928c0-51.0208 10.24-100.4032 30.3616-146.9184A375.04 375.04 0 0 1 250.112 244.992a388.096 388.096 0 0 1 122.8288-80.9728 392.1152 392.1152 0 0 1 150.3488-29.6192 391.68 391.68 0 0 1 150.3744 29.6192 384.384 384.384 0 0 1 122.8032 80.9728c11.136 10.8544 21.5808 22.3744 31.232 34.432L760.064 331.008a8.704 8.704 0 0 0 3.3792 15.4624l197.3248 47.1808c5.632 1.3056 11.136-2.8672 11.136-8.448L972.8 186.7008c-0.1024-7.2448-8.7552-11.3152-14.592-6.8096z", fill: a(c, 0, "#333333") }) });
14
8
  };
15
9
  i.defaultProps = {
16
10
  size: 18