bitz-react-admin-ui 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/dist/assets/iconfont/IconChenggong.mjs +10 -4
  2. package/dist/assets/iconfont/IconClose.mjs +7 -1
  3. package/dist/assets/iconfont/IconCuowu.mjs +8 -2
  4. package/dist/assets/iconfont/IconDuigoux.mjs +8 -2
  5. package/dist/assets/iconfont/IconFabu.mjs +18 -3
  6. package/dist/assets/iconfont/IconFanhui.mjs +11 -5
  7. package/dist/assets/iconfont/IconGaojisousuo.mjs +10 -4
  8. package/dist/assets/iconfont/IconHangfengexian.mjs +27 -4
  9. package/dist/assets/iconfont/IconHangliefengexian.mjs +27 -4
  10. package/dist/assets/iconfont/IconIcFluentHomeRegular.mjs +11 -5
  11. package/dist/assets/iconfont/IconIcon21.mjs +8 -2
  12. package/dist/assets/iconfont/IconJincoude.mjs +9 -3
  13. package/dist/assets/iconfont/IconJinggao.mjs +8 -2
  14. package/dist/assets/iconfont/IconKuansongde.mjs +11 -5
  15. package/dist/assets/iconfont/IconLiefengexian.mjs +28 -5
  16. package/dist/assets/iconfont/IconMore.mjs +26 -4
  17. package/dist/assets/iconfont/IconShanchu.mjs +11 -5
  18. package/dist/assets/iconfont/IconShanchu1.mjs +18 -3
  19. package/dist/assets/iconfont/IconSousuo.mjs +10 -4
  20. package/dist/assets/iconfont/IconTejincou.mjs +7 -1
  21. package/dist/assets/iconfont/IconTekuansong.mjs +11 -5
  22. package/dist/assets/iconfont/IconTishi1.mjs +12 -6
  23. package/dist/assets/iconfont/IconTuodong.mjs +12 -6
  24. package/dist/assets/iconfont/IconWubanmawentianchong.mjs +22 -5
  25. package/dist/assets/iconfont/IconWufengexian.mjs +11 -4
  26. package/dist/assets/iconfont/IconXinxitishi.mjs +9 -3
  27. package/dist/assets/iconfont/IconYoubanmawentianchong.mjs +23 -7
  28. package/dist/assets/iconfont/IconZhongdengde.mjs +10 -4
  29. package/dist/assets/iconfont/IconZhongzhi.mjs +11 -5
  30. package/dist/assets/iconfont/index.mjs +29 -29
  31. package/dist/components/BitzAddTag/index.mjs +41 -8
  32. package/dist/components/BitzAddressBook/index.mjs +122 -35
  33. package/dist/components/BitzAppPage/index.mjs +18 -4
  34. package/dist/components/BitzAppRefresh/index.mjs +27 -15
  35. package/dist/components/BitzBetterScroll/index.mjs +5 -5
  36. package/dist/components/BitzButton/index.mjs +23 -9
  37. package/dist/components/BitzCalendar/index.mjs +52 -19
  38. package/dist/components/BitzCascader/BitzCascaderMobile.mjs +68 -30
  39. package/dist/components/BitzCascader/index.mjs +6 -2
  40. package/dist/components/BitzCollapse/index.mjs +4 -4
  41. package/dist/components/BitzConfigProvider/context.mjs +3 -1
  42. package/dist/components/BitzConfigProvider/index.mjs +14 -13
  43. package/dist/components/BitzConfirmModal/index.mjs +24 -1
  44. package/dist/components/BitzConvert/DropdownToButton/index.mjs +14 -11
  45. package/dist/components/BitzConvert/index.mjs +1 -1
  46. package/dist/components/BitzDescriptions/index.mjs +11 -1
  47. package/dist/components/BitzDrawer/index.mjs +17 -2
  48. package/dist/components/BitzEmpty/index.mjs +6 -2
  49. package/dist/components/BitzException/index.mjs +6 -1
  50. package/dist/components/BitzFloatLayout/index.mjs +10 -1
  51. package/dist/components/BitzFluentInput/index.mjs +23 -4
  52. package/dist/components/BitzFluentSelect/index.mjs +24 -5
  53. package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +13 -16
  54. package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +26 -20
  55. package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +21 -3
  56. package/dist/components/BitzFuiCalendar/CalendarBody.mjs +29 -6
  57. package/dist/components/BitzFuiCalendar/CalendarHead.mjs +5 -2
  58. package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +12 -3
  59. package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +50 -18
  60. package/dist/components/BitzFuiCalendar/ColumnData.mjs +31 -15
  61. package/dist/components/BitzFuiCalendar/FuiCalendarItem.mjs +47 -5
  62. package/dist/components/BitzFuiCalendar/index.mjs +7 -1
  63. package/dist/components/BitzFullScreen/index.mjs +9 -6
  64. package/dist/components/BitzHighlight/Child.mjs +23 -9
  65. package/dist/components/BitzHighlight/Highlight.mjs +26 -5
  66. package/dist/components/BitzHighlight/chunks.mjs +20 -17
  67. package/dist/components/BitzHighlight/style.mjs +4 -1
  68. package/dist/components/BitzImage/index.mjs +1 -1
  69. package/dist/components/BitzImage/previewImage.mjs +12 -5
  70. package/dist/components/BitzLanguageTabs/index.mjs +14 -3
  71. package/dist/components/BitzLazyLoad/index.mjs +7 -1
  72. package/dist/components/BitzList/List.mjs +17 -3
  73. package/dist/components/BitzList/LoadMore.mjs +29 -20
  74. package/dist/components/BitzLoadMore/index.mjs +34 -14
  75. package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +24 -11
  76. package/dist/components/BitzMeetingTime/index.mjs +10 -6
  77. package/dist/components/BitzMobileLoading/index.mjs +1 -1
  78. package/dist/components/BitzModal/index.mjs +24 -11
  79. package/dist/components/BitzNoData/index.mjs +4 -1
  80. package/dist/components/BitzNoMore/index.mjs +1 -1
  81. package/dist/components/BitzOrganizationSelection/index.mjs +43 -14
  82. package/dist/components/BitzPageContainer/index.mjs +107 -46
  83. package/dist/components/BitzPageHeader/index.mjs +89 -21
  84. package/dist/components/BitzPagination/index.mjs +62 -14
  85. package/dist/components/BitzPopover/index.mjs +4 -4
  86. package/dist/components/BitzPullRefresh/PullRefresh.mjs +47 -18
  87. package/dist/components/BitzQRCode/index.mjs +6 -1
  88. package/dist/components/BitzQueryFilter/QueryFilterContent.mjs +35 -17
  89. package/dist/components/BitzQueryFilter/QueryFilterDrawer.mjs +20 -13
  90. package/dist/components/BitzQueryFilter/QueryFilterMobile.mjs +4 -1
  91. package/dist/components/BitzQueryFilter/index.mjs +69 -20
  92. package/dist/components/BitzRefresh/index.mjs +5 -1
  93. package/dist/components/BitzRemark/index.mjs +4 -4
  94. package/dist/components/BitzScheduleCenter/index.mjs +24 -30
  95. package/dist/components/BitzSearch/index.mjs +1 -1
  96. package/dist/components/BitzSelect/component/BitzSelectMobile.mjs +123 -48
  97. package/dist/components/BitzSelect/index.mjs +1 -1
  98. package/dist/components/BitzSkeleton/index.mjs +31 -1
  99. package/dist/components/BitzSwitch/index.mjs +7 -2
  100. package/dist/components/BitzTabbar/BitzTabbar.mjs +25 -8
  101. package/dist/components/BitzTabbar/BitzTabbarItem.mjs +4 -1
  102. package/dist/components/BitzTable/ActionBar/ActionBar.mjs +33 -5
  103. package/dist/components/BitzTable/ActionBar/Button.mjs +1 -1
  104. package/dist/components/BitzTable/ActionBar/style.mjs +12 -9
  105. package/dist/components/BitzTable/ActionCol/index.mjs +90 -16
  106. package/dist/components/BitzTable/ActionCol/style.mjs +15 -12
  107. package/dist/components/BitzTable/Dropdown/index.mjs +8 -1
  108. package/dist/components/BitzTable/Dropdown/style.mjs +9 -6
  109. package/dist/components/BitzTable/SelectionBar/Button.mjs +32 -14
  110. package/dist/components/BitzTable/SelectionBar/SelectionBar.mjs +40 -8
  111. package/dist/components/BitzTable/SelectionBar/style.mjs +18 -8
  112. package/dist/components/BitzTable/Store/index.mjs +68 -45
  113. package/dist/components/BitzTable/Table/index.mjs +305 -145
  114. package/dist/components/BitzTable/Table/style.mjs +10 -1
  115. package/dist/components/BitzTable/Table/utils.mjs +11 -4
  116. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.mjs +82 -47
  117. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndItem.mjs +95 -21
  118. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndList.mjs +68 -28
  119. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.mjs +246 -138
  120. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.mjs +6 -4
  121. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/RadioCard.mjs +9 -2
  122. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +142 -85
  123. package/dist/components/BitzTable/ToolBar/ColConfigIcon/index.mjs +32 -11
  124. package/dist/components/BitzTable/ToolBar/ExportIcon/index.mjs +33 -6
  125. package/dist/components/BitzTable/ToolBar/FullscreenIcon/index.mjs +17 -4
  126. package/dist/components/BitzTable/ToolBar/RefreshIcon/index.mjs +27 -10
  127. package/dist/components/BitzTable/ToolBar/Wrapper/index.mjs +52 -9
  128. package/dist/components/BitzTable/ToolBar/index.d.ts +2 -2
  129. package/dist/components/BitzTable/index.d.ts +2 -2
  130. package/dist/components/BitzTable/index.mjs +2 -2
  131. package/dist/components/BitzTableOperations/index.mjs +13 -3
  132. package/dist/components/BitzTableSelect/Picker/index.mjs +43 -10
  133. package/dist/components/BitzTableSelect/Select/index.mjs +87 -21
  134. package/dist/components/BitzTableSelect/SelectPopup/getData.mjs +21 -11
  135. package/dist/components/BitzTableSelect/SelectPopup/index.mjs +210 -40
  136. package/dist/components/BitzTableSelect/TableCell/index.mjs +49 -8
  137. package/dist/components/BitzTableSelect/TextBlock/index.mjs +27 -9
  138. package/dist/components/BitzTableSelect/index.mjs +61 -13
  139. package/dist/components/BitzTag/index.mjs +1 -1
  140. package/dist/components/BitzTheme/index.mjs +6 -6
  141. package/dist/components/BitzTimeline/index.mjs +11 -1
  142. package/dist/components/BitzTimer/Form.mjs +32 -11
  143. package/dist/components/BitzTimer/Timer.mjs +76 -38
  144. package/dist/components/BitzTimer/index.mjs +66 -43
  145. package/dist/components/BitzToast/Toast/index.mjs +28 -10
  146. package/dist/components/BitzToast/index.mjs +1 -1
  147. package/dist/components/BitzTree/index.mjs +4 -1
  148. package/dist/components/BitzUeEditor/index.mjs +5 -5
  149. package/dist/components/BitzUpload/index.mjs +81 -43
  150. package/dist/components/BitzWebAppDrawer/index.mjs +35 -4
  151. package/dist/components/BitzWebAppModal/index.mjs +6 -3
  152. package/dist/hooks/use-event-listener.mjs +11 -2
  153. package/dist/hooks/use-lock-fn.mjs +13 -10
  154. package/dist/hooks/use-scroll-parent.mjs +16 -14
  155. package/dist/hooks/useEvent.mjs +7 -4
  156. package/dist/hooks/useMergedState.mjs +11 -11
  157. package/dist/style.css +1 -1
  158. package/dist/utils/create.mjs +7 -1
  159. package/package.json +1 -1
@@ -1,10 +1,16 @@
1
1
  import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
2
  import { getIconColor as n } from "./helper.mjs";
3
- const e = {
3
+ const c = {
4
4
  display: "block"
5
- }, i = ({ size: o, color: l, style: t, ...c }) => {
6
- const r = t ? { ...e, ...t } : e;
7
- return s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: r, ...c, children: s.jsx("path", { d: "M512.723 21.149c-271.456 0-491.52 220.064-491.52 491.52s220.064 491.52 491.52 491.52 491.52-220.064 491.52-491.52-220.064-491.52-491.52-491.52zM798.679 358.605c0 0-359.601 337.36-359.711 337.456-8.069 7.865-21.094 7.7-28.959-0.369l-183.637-181.22c-7.865-8.069-7.7-21.094 0.369-28.959s21.094-7.7 28.959 0.369l169.097 166.53 345.279-323.134c8.069-7.865 21.094-7.7 28.959 0.369 7.878 8.069 7.714 21.094-0.355 28.959z", fill: n(l, 0, "#272636") }) });
5
+ }, i = ({ size: o, color: e, style: t, ...l }) => {
6
+ const r = t ? { ...c, ...t } : c;
7
+ return /* @__PURE__ */ s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: r, ...l, children: /* @__PURE__ */ s.jsx(
8
+ "path",
9
+ {
10
+ d: "M512.723 21.149c-271.456 0-491.52 220.064-491.52 491.52s220.064 491.52 491.52 491.52 491.52-220.064 491.52-491.52-220.064-491.52-491.52-491.52zM798.679 358.605c0 0-359.601 337.36-359.711 337.456-8.069 7.865-21.094 7.7-28.959-0.369l-183.637-181.22c-7.865-8.069-7.7-21.094 0.369-28.959s21.094-7.7 28.959 0.369l169.097 166.53 345.279-323.134c8.069-7.865 21.094-7.7 28.959 0.369 7.878 8.069 7.714 21.094-0.355 28.959z",
11
+ fill: n(e, 0, "#272636")
12
+ }
13
+ ) });
8
14
  };
9
15
  i.defaultProps = {
10
16
  size: 18
@@ -4,7 +4,13 @@ const l = {
4
4
  display: "block"
5
5
  }, p = ({ size: o, color: e, style: t, ...r }) => {
6
6
  const a = t ? { ...l, ...t } : l;
7
- return s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: a, ...r, children: s.jsx("path", { d: "M544.448 499.2l284.576-284.576a32 32 0 0 0-45.248-45.248L499.2 453.952 214.624 169.376a32 32 0 0 0-45.248 45.248l284.576 284.576-284.576 284.576a32 32 0 0 0 45.248 45.248l284.576-284.576 284.576 284.576a31.904 31.904 0 0 0 45.248 0 32 32 0 0 0 0-45.248L544.448 499.2z", fill: i(e, 0, "#3E3A39") }) });
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: "M544.448 499.2l284.576-284.576a32 32 0 0 0-45.248-45.248L499.2 453.952 214.624 169.376a32 32 0 0 0-45.248 45.248l284.576 284.576-284.576 284.576a32 32 0 0 0 45.248 45.248l284.576-284.576 284.576 284.576a31.904 31.904 0 0 0 45.248 0 32 32 0 0 0 0-45.248L544.448 499.2z",
11
+ fill: i(e, 0, "#3E3A39")
12
+ }
13
+ ) });
8
14
  };
9
15
  p.defaultProps = {
10
16
  size: 18
@@ -2,9 +2,15 @@ import { j as l } from "../../node_modules/.store/react@18.2.0/node_modules/reac
2
2
  import { getIconColor as p } from "./helper.mjs";
3
3
  const s = {
4
4
  display: "block"
5
- }, n = ({ size: o, color: e, style: t, ...r }) => {
5
+ }, n = ({ size: o, color: r, style: t, ...e }) => {
6
6
  const i = t ? { ...s, ...t } : s;
7
- return l.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: i, ...r, children: l.jsx("path", { d: "M910.336 186.368l-72.704-72.704L512 439.808 186.368 113.664 113.664 186.368 439.808 512l-326.144 325.632 72.704 72.704L512 584.192l325.632 326.144 72.704-72.704L584.192 512l326.144-325.632z", fill: p(e, 0, "#333333") }) });
7
+ return /* @__PURE__ */ l.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: i, ...e, children: /* @__PURE__ */ l.jsx(
8
+ "path",
9
+ {
10
+ d: "M910.336 186.368l-72.704-72.704L512 439.808 186.368 113.664 113.664 186.368 439.808 512l-326.144 325.632 72.704 72.704L512 584.192l325.632 326.144 72.704-72.704L584.192 512l326.144-325.632z",
11
+ fill: p(r, 0, "#333333")
12
+ }
13
+ ) });
8
14
  };
9
15
  n.defaultProps = {
10
16
  size: 18
@@ -2,9 +2,15 @@ import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/reac
2
2
  import { getIconColor as a } from "./helper.mjs";
3
3
  const l = {
4
4
  display: "block"
5
- }, p = ({ size: o, color: e, style: t, ...r }) => {
5
+ }, p = ({ size: o, color: r, style: t, ...e }) => {
6
6
  const i = t ? { ...l, ...t } : l;
7
- return s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: i, ...r, children: s.jsx("path", { d: "M939.36 218.912a32 32 0 0 1 45.856 44.672l-538.016 552a32 32 0 0 1-43.776 1.92L63.872 526.048a32 32 0 1 1 41.696-48.544l316.768 271.936L939.36 218.88z", fill: a(e, 0, "#000000") }) });
7
+ return /* @__PURE__ */ s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: i, ...e, children: /* @__PURE__ */ s.jsx(
8
+ "path",
9
+ {
10
+ d: "M939.36 218.912a32 32 0 0 1 45.856 44.672l-538.016 552a32 32 0 0 1-43.776 1.92L63.872 526.048a32 32 0 1 1 41.696-48.544l316.768 271.936L939.36 218.88z",
11
+ fill: a(r, 0, "#000000")
12
+ }
13
+ ) });
8
14
  };
9
15
  p.defaultProps = {
10
16
  size: 18
@@ -2,9 +2,24 @@ import { j as l } from "../../node_modules/.store/react@18.2.0/node_modules/reac
2
2
  import { getIconColor as o } from "./helper.mjs";
3
3
  const e = {
4
4
  display: "block"
5
- }, r = ({ size: t, color: s, style: c, ...i }) => {
6
- const p = c ? { ...e, ...c } : e;
7
- return l.jsxs("svg", { viewBox: "0 0 1024 1024", width: t + "px", height: t + "px", style: p, ...i, children: [l.jsx("path", { d: "M434.631111 903.395556c-18.887111 0-34.133333-15.246222-34.133333-34.133334V672.768c0-7.850667 2.730667-15.587556 7.736889-21.617778l410.510222-500.280889c9.671111-11.832889 26.055111-15.701333 40.049778-9.557333s22.186667 20.821333 20.138666 35.953778l-93.411555 664.917333c-1.479111 10.922667-8.305778 20.48-17.976889 25.486222-9.784889 5.12-21.390222 5.12-31.288889 0.113778l-213.105778-108.430222c-16.839111-8.533333-23.438222-29.127111-14.904889-45.852445 8.533333-16.839111 29.127111-23.438222 45.852445-14.904888l170.552889 86.812444 69.859555-497.208889L468.764444 685.056V869.262222c0 18.887111-15.36 34.133333-34.133333 34.133334z", fill: o(s, 0, "#592B0C") }), l.jsx("path", { d: "M331.776 659.911111c-5.233778 0-10.581333-1.251556-15.587556-3.754667l-174.08-89.884444c-11.264-5.802667-18.432-17.408-18.432-30.151111-0.113778-12.743111 6.940444-24.348444 18.204445-30.378667l687.331555-363.406222c16.611556-8.760889 37.319111-2.389333 46.08 14.222222 8.760889 16.611556 2.389333 37.319111-14.222222 46.08L231.424 535.552l116.053333 59.960889c16.725333 8.647111 23.324444 29.240889 14.677334 45.966222-6.030222 11.719111-17.976889 18.432-30.378667 18.432z", fill: o(s, 1, "#592B0C") })] });
5
+ }, r = ({ size: t, color: c, style: s, ...i }) => {
6
+ const p = s ? { ...e, ...s } : e;
7
+ return /* @__PURE__ */ l.jsxs("svg", { viewBox: "0 0 1024 1024", width: t + "px", height: t + "px", style: p, ...i, children: [
8
+ /* @__PURE__ */ l.jsx(
9
+ "path",
10
+ {
11
+ d: "M434.631111 903.395556c-18.887111 0-34.133333-15.246222-34.133333-34.133334V672.768c0-7.850667 2.730667-15.587556 7.736889-21.617778l410.510222-500.280889c9.671111-11.832889 26.055111-15.701333 40.049778-9.557333s22.186667 20.821333 20.138666 35.953778l-93.411555 664.917333c-1.479111 10.922667-8.305778 20.48-17.976889 25.486222-9.784889 5.12-21.390222 5.12-31.288889 0.113778l-213.105778-108.430222c-16.839111-8.533333-23.438222-29.127111-14.904889-45.852445 8.533333-16.839111 29.127111-23.438222 45.852445-14.904888l170.552889 86.812444 69.859555-497.208889L468.764444 685.056V869.262222c0 18.887111-15.36 34.133333-34.133333 34.133334z",
12
+ fill: o(c, 0, "#592B0C")
13
+ }
14
+ ),
15
+ /* @__PURE__ */ l.jsx(
16
+ "path",
17
+ {
18
+ d: "M331.776 659.911111c-5.233778 0-10.581333-1.251556-15.587556-3.754667l-174.08-89.884444c-11.264-5.802667-18.432-17.408-18.432-30.151111-0.113778-12.743111 6.940444-24.348444 18.204445-30.378667l687.331555-363.406222c16.611556-8.760889 37.319111-2.389333 46.08 14.222222 8.760889 16.611556 2.389333 37.319111-14.222222 46.08L231.424 535.552l116.053333 59.960889c16.725333 8.647111 23.324444 29.240889 14.677334 45.966222-6.030222 11.719111-17.976889 18.432-30.378667 18.432z",
19
+ fill: o(c, 1, "#592B0C")
20
+ }
21
+ )
22
+ ] });
8
23
  };
9
24
  r.defaultProps = {
10
25
  size: 18
@@ -1,10 +1,16 @@
1
1
  import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as i } from "./helper.mjs";
3
- const e = {
2
+ import { getIconColor as l } from "./helper.mjs";
3
+ const r = {
4
4
  display: "block"
5
- }, n = ({ size: t, color: l, style: o, ...r }) => {
6
- const c = o ? { ...e, ...o } : e;
7
- return s.jsx("svg", { viewBox: "0 0 1024 1024", width: t + "px", height: t + "px", style: c, ...r, children: s.jsx("path", { d: "M532.526499 904.817574L139.506311 511.797385 532.526499 118.777197c12.258185-12.258185 12.432147-32.892131-0.187265-45.51052-12.707416-12.707416-32.995485-12.703323-45.511543-0.187265L75.166957 484.739123c-7.120165 7.120165-10.163477 17.065677-8.990768 26.624381-1.500167 9.755178 1.5104 20.010753 8.990768 27.491121l411.660734 411.660734c12.258185 12.258185 32.892131 12.432147 45.511543-0.187265 12.707416-12.707416 12.7023-32.995485 0.187265-45.51052z", fill: i(l, 0, "#333333") }) });
5
+ }, n = ({ size: o, color: c, style: t, ...e }) => {
6
+ const i = t ? { ...r, ...t } : r;
7
+ return /* @__PURE__ */ s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: i, ...e, children: /* @__PURE__ */ s.jsx(
8
+ "path",
9
+ {
10
+ d: "M532.526499 904.817574L139.506311 511.797385 532.526499 118.777197c12.258185-12.258185 12.432147-32.892131-0.187265-45.51052-12.707416-12.707416-32.995485-12.703323-45.511543-0.187265L75.166957 484.739123c-7.120165 7.120165-10.163477 17.065677-8.990768 26.624381-1.500167 9.755178 1.5104 20.010753 8.990768 27.491121l411.660734 411.660734c12.258185 12.258185 32.892131 12.432147 45.511543-0.187265 12.707416-12.707416 12.7023-32.995485 0.187265-45.51052z",
11
+ fill: l(c, 0, "#333333")
12
+ }
13
+ ) });
8
14
  };
9
15
  n.defaultProps = {
10
16
  size: 18
@@ -1,10 +1,16 @@
1
1
  import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
2
  import { getIconColor as a } from "./helper.mjs";
3
- const e = {
3
+ const r = {
4
4
  display: "block"
5
- }, p = ({ size: o, color: l, style: t, ...r }) => {
6
- const i = t ? { ...e, ...t } : e;
7
- return s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: i, ...r, children: s.jsx("path", { d: "M0 912.5632h259.84v-76.8H0v76.8z m0-379.52h259.84v-76.8H0v76.8zM921.6 153.6V76.8H0v76.8h921.6z m-260.5056 153.6768a277.0176 277.0176 0 0 1 228.1216 433.9968L1024 875.9552 952.832 947.2l-134.7584-134.7584A277.0176 277.0176 0 1 1 661.0944 307.2v0.0768zM665.6 384a204.8 204.8 0 1 0 0 409.6 204.8 204.8 0 0 0 0-409.6z", fill: a(l, 0, "#333333") }) });
5
+ }, p = ({ size: o, color: e, style: t, ...i }) => {
6
+ const l = t ? { ...r, ...t } : r;
7
+ return /* @__PURE__ */ s.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: l, ...i, children: /* @__PURE__ */ s.jsx(
8
+ "path",
9
+ {
10
+ d: "M0 912.5632h259.84v-76.8H0v76.8z m0-379.52h259.84v-76.8H0v76.8zM921.6 153.6V76.8H0v76.8h921.6z m-260.5056 153.6768a277.0176 277.0176 0 0 1 228.1216 433.9968L1024 875.9552 952.832 947.2l-134.7584-134.7584A277.0176 277.0176 0 1 1 661.0944 307.2v0.0768zM665.6 384a204.8 204.8 0 1 0 0 409.6 204.8 204.8 0 0 0 0-409.6z",
11
+ fill: a(e, 0, "#333333")
12
+ }
13
+ ) });
8
14
  };
9
15
  p.defaultProps = {
10
16
  size: 18
@@ -1,10 +1,33 @@
1
1
  import { j as a } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
2
  import { getIconColor as l } from "./helper.mjs";
3
- const h = {
3
+ const i = {
4
4
  display: "block"
5
- }, p = ({ size: s, color: t, style: e, ...i }) => {
6
- const o = e ? { ...h, ...e } : h;
7
- return a.jsxs("svg", { viewBox: "0 0 1024 1024", width: s + "px", height: s + "px", style: o, ...i, children: [a.jsx("path", { d: "M89.796923 0A38.4 38.4 0 0 0 51.396923 38.4v51.2A166.4 166.4 0 0 0 217.796923 256h588.8A166.4 166.4 0 0 0 972.996923 89.6v-51.2a38.4 38.4 0 0 0-76.8 0v51.2a89.6 89.6 0 0 1-89.6 89.6H691.396923V38.4a38.4 38.4 0 0 0-76.8 0V179.2h-204.8V38.4a38.4 38.4 0 0 0-76.8 0V179.2H217.796923A89.6 89.6 0 0 1 128.196923 89.6v-51.2A38.4 38.4 0 0 0 89.796923 0z m0 1024a38.4 38.4 0 0 1-38.4-38.4v-51.2A166.4 166.4 0 0 1 217.796923 768h588.8a166.4 166.4 0 0 1 166.4 166.4v51.2a38.4 38.4 0 0 1-76.8 0v-51.2a89.6 89.6 0 0 0-89.6-89.6H691.396923v140.8a38.4 38.4 0 0 1-76.8 0V844.8h-204.8v140.8a38.4 38.4 0 0 1-76.8 0V844.8H217.796923a89.6 89.6 0 0 0-89.6 89.6v51.2a38.4 38.4 0 0 1-38.4 38.4z", fill: l(t, 0, "#3F51B5"), opacity: ".504" }), a.jsx("path", { d: "M275.889231 472.615385m39.384615 0l433.230769 0q39.384615 0 39.384616 39.384615l0 0q0 39.384615-39.384616 39.384615l-433.230769 0q-39.384615 0-39.384615-39.384615l0 0q0-39.384615 39.384615-39.384615Z", fill: l(t, 1, "#3F51B5") }), a.jsx("path", { d: "M344.615385 550.4a87.433846 87.433846 0 0 1 3.702153-3.899077L382.818462 512l-34.500924-34.500923a94.444308 94.444308 0 0 1-3.702153-3.899077H38.596923a38.4 38.4 0 0 0 0 76.8h306.018462z m347.963077 0h293.218461a38.4 38.4 0 0 0 0-76.8H692.578462c-1.181538 1.339077-2.441846 2.638769-3.702154 3.899077L654.375385 512l34.500923 34.500923 3.702154 3.899077z", fill: l(t, 2, "#3F51B5") })] });
5
+ }, p = ({ size: s, color: t, style: h, ...o }) => {
6
+ const e = h ? { ...i, ...h } : i;
7
+ return /* @__PURE__ */ a.jsxs("svg", { viewBox: "0 0 1024 1024", width: s + "px", height: s + "px", style: e, ...o, children: [
8
+ /* @__PURE__ */ a.jsx(
9
+ "path",
10
+ {
11
+ d: "M89.796923 0A38.4 38.4 0 0 0 51.396923 38.4v51.2A166.4 166.4 0 0 0 217.796923 256h588.8A166.4 166.4 0 0 0 972.996923 89.6v-51.2a38.4 38.4 0 0 0-76.8 0v51.2a89.6 89.6 0 0 1-89.6 89.6H691.396923V38.4a38.4 38.4 0 0 0-76.8 0V179.2h-204.8V38.4a38.4 38.4 0 0 0-76.8 0V179.2H217.796923A89.6 89.6 0 0 1 128.196923 89.6v-51.2A38.4 38.4 0 0 0 89.796923 0z m0 1024a38.4 38.4 0 0 1-38.4-38.4v-51.2A166.4 166.4 0 0 1 217.796923 768h588.8a166.4 166.4 0 0 1 166.4 166.4v51.2a38.4 38.4 0 0 1-76.8 0v-51.2a89.6 89.6 0 0 0-89.6-89.6H691.396923v140.8a38.4 38.4 0 0 1-76.8 0V844.8h-204.8v140.8a38.4 38.4 0 0 1-76.8 0V844.8H217.796923a89.6 89.6 0 0 0-89.6 89.6v51.2a38.4 38.4 0 0 1-38.4 38.4z",
12
+ fill: l(t, 0, "#3F51B5"),
13
+ opacity: ".504"
14
+ }
15
+ ),
16
+ /* @__PURE__ */ a.jsx(
17
+ "path",
18
+ {
19
+ d: "M275.889231 472.615385m39.384615 0l433.230769 0q39.384615 0 39.384616 39.384615l0 0q0 39.384615-39.384616 39.384615l-433.230769 0q-39.384615 0-39.384615-39.384615l0 0q0-39.384615 39.384615-39.384615Z",
20
+ fill: l(t, 1, "#3F51B5")
21
+ }
22
+ ),
23
+ /* @__PURE__ */ a.jsx(
24
+ "path",
25
+ {
26
+ d: "M344.615385 550.4a87.433846 87.433846 0 0 1 3.702153-3.899077L382.818462 512l-34.500924-34.500923a94.444308 94.444308 0 0 1-3.702153-3.899077H38.596923a38.4 38.4 0 0 0 0 76.8h306.018462z m347.963077 0h293.218461a38.4 38.4 0 0 0 0-76.8H692.578462c-1.181538 1.339077-2.441846 2.638769-3.702154 3.899077L654.375385 512l34.500923 34.500923 3.702154 3.899077z",
27
+ fill: l(t, 2, "#3F51B5")
28
+ }
29
+ )
30
+ ] });
8
31
  };
9
32
  p.defaultProps = {
10
33
  size: 18
@@ -1,10 +1,33 @@
1
1
  import { j as a } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
2
  import { getIconColor as t } from "./helper.mjs";
3
- const e = {
3
+ const i = {
4
4
  display: "block"
5
- }, c = ({ size: l, color: h, style: s, ...i }) => {
6
- const o = s ? { ...e, ...s } : e;
7
- return a.jsxs("svg", { viewBox: "0 0 1024 1024", width: l + "px", height: l + "px", style: o, ...i, children: [a.jsx("path", { d: "M844.8 614.124308v0.275692h140.8a38.4 38.4 0 0 1 0 76.8H844.8v115.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.8zM985.6 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.8L866.461538 409.560615v-0.43323l-98.461538-0.039385V217.6a166.4 166.4 0 0 1 158.089846-166.203077l8.310154-0.196923zM157.538462 614.4v0.196923l98.422153-0.039385 0.039385 191.842462A166.4 166.4 0 0 1 89.6 972.8h-51.2a38.4 38.4 0 0 1 0-76.8h51.2a89.6 89.6 0 0 0 89.6-89.6V691.2H38.4a38.4 38.4 0 0 1 0-76.8H157.538462zM207.281231 99.918769A166.4 166.4 0 0 1 256 217.6l-0.039385 191.763692H157.538462v0.236308H38.4a38.4 38.4 0 0 1 0-76.8H179.2V217.6A89.6 89.6 0 0 0 89.6 128h-51.2a38.4 38.4 0 0 1 0-76.8h51.2c44.110769 0 86.449231 17.526154 117.681231 48.718769z", fill: t(h, 0, "#3F51B5"), opacity: ".498" }), a.jsx("path", { d: "M512 0c21.188923 0 38.4 17.211077 38.4 38.4V315.076923H551.384615v472.615385h-0.984615v197.907692c0 19.692308-14.808615 35.918769-33.910154 38.124308L512 1024a38.4 38.4 0 0 1-38.4-38.4L473.560615 787.692308H472.615385V315.076923h0.94523l0.039385-276.676923c0-19.692308 14.808615-35.918769 33.910154-38.124308z", fill: t(h, 1, "#3F51B5") }), a.jsx("path", { d: "M1024 512a38.4 38.4 0 0 1-38.4 38.4H708.923077V551.384615H236.307692v-0.984615H38.4a38.4 38.4 0 0 1-38.124308-33.910154L0 512c0-21.188923 17.211077-38.4 38.4-38.4L236.307692 473.560615V472.615385h472.615385v0.94523l276.676923 0.039385c19.692308 0 35.918769 14.808615 38.124308 33.910154z", fill: t(h, 2, "#3F51B5") })] });
5
+ }, c = ({ size: l, color: h, style: s, ...e }) => {
6
+ const o = s ? { ...i, ...s } : i;
7
+ return /* @__PURE__ */ a.jsxs("svg", { viewBox: "0 0 1024 1024", width: l + "px", height: l + "px", style: o, ...e, children: [
8
+ /* @__PURE__ */ a.jsx(
9
+ "path",
10
+ {
11
+ d: "M844.8 614.124308v0.275692h140.8a38.4 38.4 0 0 1 0 76.8H844.8v115.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.8zM985.6 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.8L866.461538 409.560615v-0.43323l-98.461538-0.039385V217.6a166.4 166.4 0 0 1 158.089846-166.203077l8.310154-0.196923zM157.538462 614.4v0.196923l98.422153-0.039385 0.039385 191.842462A166.4 166.4 0 0 1 89.6 972.8h-51.2a38.4 38.4 0 0 1 0-76.8h51.2a89.6 89.6 0 0 0 89.6-89.6V691.2H38.4a38.4 38.4 0 0 1 0-76.8H157.538462zM207.281231 99.918769A166.4 166.4 0 0 1 256 217.6l-0.039385 191.763692H157.538462v0.236308H38.4a38.4 38.4 0 0 1 0-76.8H179.2V217.6A89.6 89.6 0 0 0 89.6 128h-51.2a38.4 38.4 0 0 1 0-76.8h51.2c44.110769 0 86.449231 17.526154 117.681231 48.718769z",
12
+ fill: t(h, 0, "#3F51B5"),
13
+ opacity: ".498"
14
+ }
15
+ ),
16
+ /* @__PURE__ */ a.jsx(
17
+ "path",
18
+ {
19
+ d: "M512 0c21.188923 0 38.4 17.211077 38.4 38.4V315.076923H551.384615v472.615385h-0.984615v197.907692c0 19.692308-14.808615 35.918769-33.910154 38.124308L512 1024a38.4 38.4 0 0 1-38.4-38.4L473.560615 787.692308H472.615385V315.076923h0.94523l0.039385-276.676923c0-19.692308 14.808615-35.918769 33.910154-38.124308z",
20
+ fill: t(h, 1, "#3F51B5")
21
+ }
22
+ ),
23
+ /* @__PURE__ */ a.jsx(
24
+ "path",
25
+ {
26
+ d: "M1024 512a38.4 38.4 0 0 1-38.4 38.4H708.923077V551.384615H236.307692v-0.984615H38.4a38.4 38.4 0 0 1-38.124308-33.910154L0 512c0-21.188923 17.211077-38.4 38.4-38.4L236.307692 473.560615V472.615385h472.615385v0.94523l276.676923 0.039385c19.692308 0 35.918769 14.808615 38.124308 33.910154z",
27
+ fill: t(h, 2, "#3F51B5")
28
+ }
29
+ )
30
+ ] });
8
31
  };
9
32
  c.defaultProps = {
10
33
  size: 18
@@ -1,10 +1,16 @@
1
- import { j as o } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
1
+ import { j as t } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
2
  import { getIconColor as r } from "./helper.mjs";
3
- const l = {
3
+ const c = {
4
4
  display: "block"
5
- }, h = ({ size: a, color: c, style: t, ...e }) => {
6
- const s = t ? { ...l, ...t } : l;
7
- return o.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: s, ...e, children: o.jsx("path", { d: "M450.133333 108.032a96 96 0 0 1 123.733334 0l288 242.858667c21.632 18.261333 34.133333 45.098667 34.133333 73.386666v418.261334a74.666667 74.666667 0 0 1-74.666667 74.666666h-149.333333a74.666667 74.666667 0 0 1-74.666667-74.666666v-234.666667a10.666667 10.666667 0 0 0-10.666666-10.666667h-149.333334a10.666667 10.666667 0 0 0-10.666666 10.666667v234.666667a74.666667 74.666667 0 0 1-74.666667 74.666666h-149.333333A74.666667 74.666667 0 0 1 128 842.538667V424.277333c0-28.288 12.501333-55.125333 34.133333-73.386666l288-242.858667z m82.474667 48.938667a32 32 0 0 0-41.216 0L203.392 399.786667a32 32 0 0 0-11.392 24.448v418.261333c0 5.888 4.778667 10.666667 10.666667 10.666667h149.333333a10.666667 10.666667 0 0 0 10.666667-10.666667v-234.666667c0-41.258667 33.450667-74.666667 74.666666-74.666666h149.333334c41.216 0 74.666667 33.408 74.666666 74.666666v234.666667c0 5.888 4.778667 10.666667 10.666667 10.666667h149.333333a10.666667 10.666667 0 0 0 10.666667-10.666667V424.277333a32 32 0 0 0-11.392-24.448l-288-242.858666z", fill: r(c, 0, "#333333") }) });
5
+ }, h = ({ size: a, color: l, style: o, ...e }) => {
6
+ const s = o ? { ...c, ...o } : c;
7
+ return /* @__PURE__ */ t.jsx("svg", { viewBox: "0 0 1024 1024", width: a + "px", height: a + "px", style: s, ...e, children: /* @__PURE__ */ t.jsx(
8
+ "path",
9
+ {
10
+ d: "M450.133333 108.032a96 96 0 0 1 123.733334 0l288 242.858667c21.632 18.261333 34.133333 45.098667 34.133333 73.386666v418.261334a74.666667 74.666667 0 0 1-74.666667 74.666666h-149.333333a74.666667 74.666667 0 0 1-74.666667-74.666666v-234.666667a10.666667 10.666667 0 0 0-10.666666-10.666667h-149.333334a10.666667 10.666667 0 0 0-10.666666 10.666667v234.666667a74.666667 74.666667 0 0 1-74.666667 74.666666h-149.333333A74.666667 74.666667 0 0 1 128 842.538667V424.277333c0-28.288 12.501333-55.125333 34.133333-73.386666l288-242.858667z m82.474667 48.938667a32 32 0 0 0-41.216 0L203.392 399.786667a32 32 0 0 0-11.392 24.448v418.261333c0 5.888 4.778667 10.666667 10.666667 10.666667h149.333333a10.666667 10.666667 0 0 0 10.666667-10.666667v-234.666667c0-41.258667 33.450667-74.666667 74.666666-74.666666h149.333334c41.216 0 74.666667 33.408 74.666666 74.666666v234.666667c0 5.888 4.778667 10.666667 10.666667 10.666667h149.333333a10.666667 10.666667 0 0 0 10.666667-10.666667V424.277333a32 32 0 0 0-11.392-24.448l-288-242.858666z",
11
+ fill: r(l, 0, "#333333")
12
+ }
13
+ ) });
8
14
  };
9
15
  h.defaultProps = {
10
16
  size: 18
@@ -2,9 +2,15 @@ import { j as l } from "../../node_modules/.store/react@18.2.0/node_modules/reac
2
2
  import { getIconColor as i } from "./helper.mjs";
3
3
  const s = {
4
4
  display: "block"
5
- }, n = ({ size: o, color: e, style: t, ...r }) => {
5
+ }, n = ({ size: o, color: r, style: t, ...e }) => {
6
6
  const c = t ? { ...s, ...t } : s;
7
- return l.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: c, ...r, children: l.jsx("path", { d: "M511.996418 23.520693c-269.76705 0-488.454748 218.688721-488.454748 488.454748 0 269.768073 218.688721 488.453724 488.454748 488.453724 269.766027 0 488.454748-218.685651 488.454748-488.453724C1000.451166 242.209414 781.762445 23.520693 511.996418 23.520693zM769.334391 715.155956l-54.156434 54.156434L511.996418 566.129828 308.813856 769.31239l-54.155411-54.156434L457.841008 511.975441 254.658446 308.792878l54.155411-54.155411L511.996418 457.82003l203.182562-203.182562 54.156434 54.155411L566.151829 511.975441 769.334391 715.155956z", fill: i(e, 0, "#231815") }) });
7
+ return /* @__PURE__ */ l.jsx("svg", { viewBox: "0 0 1024 1024", width: o + "px", height: o + "px", style: c, ...e, children: /* @__PURE__ */ l.jsx(
8
+ "path",
9
+ {
10
+ d: "M511.996418 23.520693c-269.76705 0-488.454748 218.688721-488.454748 488.454748 0 269.768073 218.688721 488.453724 488.454748 488.453724 269.766027 0 488.454748-218.685651 488.454748-488.453724C1000.451166 242.209414 781.762445 23.520693 511.996418 23.520693zM769.334391 715.155956l-54.156434 54.156434L511.996418 566.129828 308.813856 769.31239l-54.155411-54.156434L457.841008 511.975441 254.658446 308.792878l54.155411-54.155411L511.996418 457.82003l203.182562-203.182562 54.156434 54.155411L566.151829 511.975441 769.334391 715.155956z",
11
+ fill: i(r, 0, "#231815")
12
+ }
13
+ ) });
8
14
  };
9
15
  n.defaultProps = {
10
16
  size: 18
@@ -1,10 +1,16 @@
1
1
  import { j as v } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as m } from "./helper.mjs";
2
+ import { getIconColor as e } from "./helper.mjs";
3
3
  const o = {
4
4
  display: "block"
5
5
  }, r = ({ size: a, color: t, style: h, ...s }) => {
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") }) });
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
+ ) });
8
14
  };
9
15
  r.defaultProps = {
10
16
  size: 18
@@ -2,9 +2,15 @@ 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: e, style: t, ...r }) => {
5
+ }, n = ({ size: o, color: r, style: t, ...e }) => {
6
6
  const i = t ? { ...s, ...t } : s;
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") }) });
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
+ ) });
8
14
  };
9
15
  n.defaultProps = {
10
16
  size: 18
@@ -1,14 +1,20 @@
1
1
  import { j as t } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as l } from "./helper.mjs";
2
+ import { getIconColor as n } from "./helper.mjs";
3
3
  const s = {
4
4
  display: "block"
5
- }, n = ({ size: a, color: h, style: o, ...e }) => {
5
+ }, v = ({ size: a, color: h, style: o, ...e }) => {
6
6
  const r = o ? { ...s, ...o } : s;
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") }) });
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
+ ) });
8
14
  };
9
- n.defaultProps = {
15
+ v.defaultProps = {
10
16
  size: 18
11
17
  };
12
18
  export {
13
- n as default
19
+ v as default
14
20
  };
@@ -1,10 +1,33 @@
1
1
  import { j as a } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as h } from "./helper.mjs";
3
- const i = {
2
+ import { getIconColor as t } from "./helper.mjs";
3
+ const e = {
4
4
  display: "block"
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") })] });
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
+ ] });
8
31
  };
9
32
  p.defaultProps = {
10
33
  size: 18
@@ -1,10 +1,32 @@
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 a = {
3
+ const i = {
4
4
  display: "block"
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") })] });
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
+ ] });
8
30
  };
9
31
  r.defaultProps = {
10
32
  size: 18
@@ -1,10 +1,16 @@
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";
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";
3
3
  const s = {
4
4
  display: "block"
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") }) });
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
+ ) });
8
14
  };
9
15
  i.defaultProps = {
10
16
  size: 18
@@ -2,9 +2,24 @@ 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, ...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") })] });
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
+ ] });
8
23
  };
9
24
  p.defaultProps = {
10
25
  size: 18
@@ -1,10 +1,16 @@
1
1
  import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as c } from "./helper.mjs";
2
+ import { getIconColor as e } from "./helper.mjs";
3
3
  const a = {
4
4
  display: "block"
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") }) });
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
+ ) });
8
14
  };
9
15
  i.defaultProps = {
10
16
  size: 18
@@ -4,7 +4,13 @@ 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 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") }) });
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
+ ) });
8
14
  };
9
15
  r.defaultProps = {
10
16
  size: 18
@@ -1,14 +1,20 @@
1
1
  import { j as t } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { getIconColor as l } from "./helper.mjs";
2
+ import { getIconColor as n } from "./helper.mjs";
3
3
  const s = {
4
4
  display: "block"
5
- }, n = ({ size: a, color: h, style: o, ...e }) => {
5
+ }, v = ({ size: a, color: h, style: o, ...e }) => {
6
6
  const r = o ? { ...s, ...o } : s;
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") }) });
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
+ ) });
8
14
  };
9
- n.defaultProps = {
15
+ v.defaultProps = {
10
16
  size: 18
11
17
  };
12
18
  export {
13
- n as default
19
+ v as default
14
20
  };