@billgangcom/theme-lib 1.0.4 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/dist/App.d.ts +2 -0
  2. package/dist/abstractions/IBlock.d.ts +7 -0
  3. package/dist/abstractions/ISettings.d.ts +3 -0
  4. package/dist/abstractions/PageContext.d.ts +8 -0
  5. package/dist/abstractions/Variable.d.ts +13 -0
  6. package/dist/abstractions/index.d.ts +4 -0
  7. package/dist/align-center-BO84DuTM.js +5 -0
  8. package/dist/align-center-DEANXdAS.cjs +1 -0
  9. package/dist/align-left-Cm-uab8B.cjs +1 -0
  10. package/dist/align-left-M0ZgFryb.js +5 -0
  11. package/dist/align-right-3l34PJVv.cjs +1 -0
  12. package/dist/align-right-Cgz7UcnI.js +5 -0
  13. package/dist/arrow-down-BVZ1P_L9.cjs +1 -0
  14. package/dist/arrow-down-Be8fhLDw.js +5 -0
  15. package/dist/arrow-left-74wdITOH.js +5 -0
  16. package/dist/arrow-left-CXb5pfjn.cjs +1 -0
  17. package/dist/arrow-preview-down-DM61uZ0R.js +5 -0
  18. package/dist/arrow-preview-down-DaEiSgZ5.cjs +1 -0
  19. package/dist/arrow-preview-up-DaNjYolK.cjs +1 -0
  20. package/dist/arrow-preview-up-tl-dLBGP.js +5 -0
  21. package/dist/arrow-right-Cr3U4dHJ.js +5 -0
  22. package/dist/arrow-right-QxBPnNiY.cjs +1 -0
  23. package/dist/arrow-square-BQEpI5Xn.cjs +1 -0
  24. package/dist/arrow-square-CYM9usfL.js +5 -0
  25. package/dist/arrow-up-right-BAHL0rjI.cjs +1 -0
  26. package/dist/arrow-up-right-DjQHCzy_.js +5 -0
  27. package/dist/border-dashed-B0Vn5Ams.js +5 -0
  28. package/dist/border-dashed-hzn9HgjT.cjs +1 -0
  29. package/dist/border-solid-7GLUyhD0.cjs +1 -0
  30. package/dist/border-solid-BjJ2NMUc.js +5 -0
  31. package/dist/builder/index.d.ts +9 -0
  32. package/dist/builder/utils/fetchData.d.ts +3 -0
  33. package/dist/builder/utils/fetchFontsData.d.ts +1 -0
  34. package/dist/builder/utils/index.d.ts +2 -0
  35. package/dist/builder.cjs.js +11 -0
  36. package/dist/builder.es.js +6032 -0
  37. package/dist/cards-D_Fs7yzJ.js +5 -0
  38. package/dist/cards-DsOTH3J4.cjs +1 -0
  39. package/dist/chat-BAur-Hs7.js +5 -0
  40. package/dist/chat-B_av70HO.cjs +1 -0
  41. package/dist/check-Dw7aX1Gq.js +5 -0
  42. package/dist/check-b4m73KG0.cjs +1 -0
  43. package/dist/components/Header/Buttons/index.d.ts +4 -0
  44. package/dist/components/Header/Devices/index.d.ts +5 -0
  45. package/dist/components/Header/PreviewButton/index.d.ts +5 -0
  46. package/dist/components/Header/Settings/Language/index.d.ts +4 -0
  47. package/dist/components/Header/Settings/Pages/ModifyPage/index.d.ts +5 -0
  48. package/dist/components/Header/Settings/Pages/index.d.ts +5 -0
  49. package/dist/components/Header/Settings/Zoom/index.d.ts +5 -0
  50. package/dist/components/Header/Settings/index.d.ts +4 -0
  51. package/dist/components/Header/SwitchTheme/index.d.ts +4 -0
  52. package/dist/components/Header/index.d.ts +5 -0
  53. package/dist/components/Navbar/ExitButton/index.d.ts +4 -0
  54. package/dist/components/Navbar/index.d.ts +1 -0
  55. package/dist/components/Preview/PreviewBlockSidebar/index.d.ts +2 -0
  56. package/dist/components/Preview/PreviewContent/index.d.ts +2 -0
  57. package/dist/components/Preview/PreviewHeader/index.d.ts +1 -0
  58. package/dist/components/Preview/RenderBlock/index.d.ts +7 -0
  59. package/dist/components/Preview/index.d.ts +2 -0
  60. package/dist/components/Sidebar/AddSections/RenderBlockSettings/index.d.ts +6 -0
  61. package/dist/components/Sidebar/AddSections/RenderBlockSettings/settings.d.ts +7 -0
  62. package/dist/components/Sidebar/AddSections/SearchSections/index.d.ts +4 -0
  63. package/dist/components/Sidebar/AddSections/index.d.ts +5 -0
  64. package/dist/components/Sidebar/Layers/index.d.ts +5 -0
  65. package/dist/components/Sidebar/Settings/index.d.ts +1 -0
  66. package/dist/components/Sidebar/Theme/ThemeSettings/Colors/index.d.ts +5 -0
  67. package/dist/components/Sidebar/Theme/ThemeSettings/Fonts/index.d.ts +5 -0
  68. package/dist/components/Sidebar/Theme/ThemeSettings/Inputs/index.d.ts +5 -0
  69. package/dist/components/Sidebar/Theme/ThemeSettings/Item/Border/index.d.ts +5 -0
  70. package/dist/components/Sidebar/Theme/ThemeSettings/Item/Button/index.d.ts +5 -0
  71. package/dist/components/Sidebar/Theme/ThemeSettings/Item/Font/index.d.ts +5 -0
  72. package/dist/components/Sidebar/Theme/ThemeSettings/Item/index.d.ts +4 -0
  73. package/dist/components/Sidebar/Theme/ThemeSettings/index.d.ts +4 -0
  74. package/dist/components/Sidebar/Theme/index.d.ts +4 -0
  75. package/dist/components/Sidebar/index.d.ts +4 -0
  76. package/dist/components/index.d.ts +5 -0
  77. package/dist/components/layout.d.ts +5 -0
  78. package/dist/constants/api.d.ts +2 -0
  79. package/dist/constants/blocks.d.ts +1 -0
  80. package/dist/constants/device.d.ts +2 -0
  81. package/dist/constants/font.d.ts +3 -0
  82. package/dist/constants/index.d.ts +7 -0
  83. package/dist/constants/navbar.d.ts +7 -0
  84. package/dist/constants/pages.d.ts +15 -0
  85. package/dist/constants/theme-settings.d.ts +91 -0
  86. package/dist/copy-B-BFBPCj.js +5 -0
  87. package/dist/copy-D4o494-8.cjs +1 -0
  88. package/dist/corners-out-4-FEW-w_.cjs +1 -0
  89. package/dist/corners-out-DoBj8RP9.js +5 -0
  90. package/dist/desktop-BaS7MtSb.cjs +1 -0
  91. package/dist/desktop-BtX370Ww.js +5 -0
  92. package/dist/faqs-23Fq6osg.js +5 -0
  93. package/dist/faqs-BqOuvjUH.cjs +1 -0
  94. package/dist/file-8wBLPxbL.cjs +1 -0
  95. package/dist/file-DyR17xsF.js +5 -0
  96. package/dist/font-7p9R-iSH.js +5 -0
  97. package/dist/font-DkMBoXe1.cjs +1 -0
  98. package/dist/globe--VWAXBWp.js +5 -0
  99. package/dist/globe-Dc76Xp4l.cjs +1 -0
  100. package/dist/heading-CBG3k-8U.js +5 -0
  101. package/dist/heading-CPq36T7M.cjs +1 -0
  102. package/dist/house-CZ2u4ZpK.cjs +1 -0
  103. package/dist/house-WXuqDQYP.js +5 -0
  104. package/dist/index-3IJeySWj.cjs +34 -0
  105. package/dist/index-SOBckDON.js +1911 -0
  106. package/dist/index.cjs.js +1 -0
  107. package/dist/info-circle-DxyEtmA8.cjs +1 -0
  108. package/dist/info-circle-eJbOZlg5.js +5 -0
  109. package/dist/layers-Cjkf4Ywz.js +5 -0
  110. package/dist/layers-D-nS2yjm.cjs +1 -0
  111. package/dist/lock-BmgYa3ZA.cjs +1 -0
  112. package/dist/lock-CjdyZZ0l.js +5 -0
  113. package/dist/main.d.ts +1 -0
  114. package/dist/mobile-CmqAt_Mz.js +5 -0
  115. package/dist/mobile-jT12AeF2.cjs +1 -0
  116. package/dist/paint-BZpZzEUU.js +5 -0
  117. package/dist/paint-onR-PyLb.cjs +1 -0
  118. package/dist/palette-BOR3Eq6r.cjs +1 -0
  119. package/dist/palette-C8JiqbcX.js +5 -0
  120. package/dist/paragraph-BYRArpHX.cjs +1 -0
  121. package/dist/paragraph-LWVXCR4R.js +5 -0
  122. package/dist/plus-7zIw2qu6.cjs +1 -0
  123. package/dist/plus-BJbR8W_G.js +5 -0
  124. package/dist/radius-CRLmETG0.cjs +1 -0
  125. package/dist/radius-CxeWfnVG.js +5 -0
  126. package/dist/redo-C-M_xJyP.cjs +1 -0
  127. package/dist/redo-CGWptNGF.js +5 -0
  128. package/dist/search-DyJEj9C0.js +5 -0
  129. package/dist/search-kPFRd0TJ.cjs +1 -0
  130. package/dist/settings-B3DU_KZp.js +5 -0
  131. package/dist/settings-BqG-9m9d.cjs +1 -0
  132. package/dist/shared/lib/api.d.ts +3 -0
  133. package/dist/shared/lib/formatLabel.d.ts +1 -0
  134. package/dist/shared/lib/index.d.ts +2 -0
  135. package/dist/shared/ui/Button/index.d.ts +11 -0
  136. package/dist/shared/ui/ColorPicker/index.d.ts +9 -0
  137. package/dist/shared/ui/ColorPicker/modal.d.ts +2 -0
  138. package/dist/shared/ui/Icon/index.d.ts +12 -0
  139. package/dist/shared/ui/Input/index.d.ts +15 -0
  140. package/dist/shared/ui/Modal/index.d.ts +7 -0
  141. package/dist/shared/ui/Picker/index.d.ts +8 -0
  142. package/dist/shared/ui/Radio/index.d.ts +13 -0
  143. package/dist/shared/ui/Select/index.d.ts +11 -0
  144. package/dist/shared/ui/Submodal/index.d.ts +6 -0
  145. package/dist/shared/ui/Switch/index.d.ts +8 -0
  146. package/dist/shared/ui/Textarea/index.d.ts +11 -0
  147. package/dist/shared/ui/Tip/index.d.ts +8 -0
  148. package/dist/shared/ui/index.d.ts +12 -0
  149. package/dist/sign-out-C7IDLqPn.js +5 -0
  150. package/dist/sign-out-vR-y-Fk7.cjs +1 -0
  151. package/dist/squares-BaUyzSBO.cjs +1 -0
  152. package/dist/squares-D_Q5KrSa.js +5 -0
  153. package/dist/star-DX6bHsl_.cjs +1 -0
  154. package/dist/star-DmVJ8LCU.js +5 -0
  155. package/dist/store/index.d.ts +12 -0
  156. package/dist/store/useBlocksStore.d.ts +11 -0
  157. package/dist/store/useColorPickerStore.d.ts +32 -0
  158. package/dist/store/useDeviceStore.d.ts +7 -0
  159. package/dist/store/useFontsStore.d.ts +16 -0
  160. package/dist/store/useLayersStore.d.ts +31 -0
  161. package/dist/store/useLayoutStore.d.ts +7 -0
  162. package/dist/store/useNavbarStore.d.ts +7 -0
  163. package/dist/store/usePagesStore.d.ts +32 -0
  164. package/dist/store/usePreviewStore.d.ts +18 -0
  165. package/dist/store/useSettingsStore.d.ts +10 -0
  166. package/dist/store/useSubmodalStore.d.ts +16 -0
  167. package/dist/store/useThemeSettingsStore.d.ts +15 -0
  168. package/dist/tablet-BvEDp-eu.cjs +1 -0
  169. package/dist/tablet-DjgFAzpj.js +5 -0
  170. package/dist/textbox-CeYJQP_1.cjs +1 -0
  171. package/dist/textbox-VoZOnoQo.js +5 -0
  172. package/dist/thickness-8ZhgPpus.js +5 -0
  173. package/dist/thickness-DSnQHY5N.cjs +1 -0
  174. package/dist/ticket-BFI6P_1c.cjs +1 -0
  175. package/dist/ticket-Cp2gw7LG.js +5 -0
  176. package/dist/trash-C46P9ylt.js +5 -0
  177. package/dist/trash-Cy0hsvys.cjs +1 -0
  178. package/dist/ui.cjs.js +1 -0
  179. package/dist/ui.es.js +15 -0
  180. package/dist/undo-D2eH1UgJ.cjs +1 -0
  181. package/dist/undo-DQ4HRzFE.js +5 -0
  182. package/dist/user-circle-gear-DeMV7Apx.cjs +1 -0
  183. package/dist/user-circle-gear-GplwFHx0.js +5 -0
  184. package/dist/vite.svg +1 -0
  185. package/dist/x-DW1UBLIF.cjs +1 -0
  186. package/dist/x-Dwea3dAc.js +5 -0
  187. package/dist/zoom-minus-DlvFV6xy.js +5 -0
  188. package/dist/zoom-minus-TiFzxDhk.cjs +1 -0
  189. package/package.json +2 -2
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M14.375 5.625H3.125C2.79348 5.625 2.47554 5.7567 2.24112 5.99112C2.0067 6.22554 1.875 6.54348 1.875 6.875V15.625C1.875 15.9565 2.0067 16.2745 2.24112 16.5089C2.47554 16.7433 2.79348 16.875 3.125 16.875H14.375C14.7065 16.875 15.0245 16.7433 15.2589 16.5089C15.4933 16.2745 15.625 15.9565 15.625 15.625V6.875C15.625 6.54348 15.4933 6.22554 15.2589 5.99112C15.0245 5.7567 14.7065 5.625 14.375 5.625ZM14.375 15.625H3.125V6.875H14.375V15.625ZM18.125 4.375V13.75C18.125 13.9158 18.0592 14.0747 17.9419 14.1919C17.8247 14.3092 17.6658 14.375 17.5 14.375C17.3342 14.375 17.1753 14.3092 17.0581 14.1919C16.9408 14.0747 16.875 13.9158 16.875 13.75V4.375H5C4.83424 4.375 4.67527 4.30915 4.55806 4.19194C4.44085 4.07473 4.375 3.91576 4.375 3.75C4.375 3.58424 4.44085 3.42527 4.55806 3.30806C4.67527 3.19085 4.83424 3.125 5 3.125H16.875C17.2065 3.125 17.5245 3.2567 17.7589 3.49112C17.9933 3.72554 18.125 4.04348 18.125 4.375Z", fill: "#252525" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react");function a(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const o=a(c),l=e=>o.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},o.createElement("path",{d:"M14.375 5.625H3.125C2.79348 5.625 2.47554 5.7567 2.24112 5.99112C2.0067 6.22554 1.875 6.54348 1.875 6.875V15.625C1.875 15.9565 2.0067 16.2745 2.24112 16.5089C2.47554 16.7433 2.79348 16.875 3.125 16.875H14.375C14.7065 16.875 15.0245 16.7433 15.2589 16.5089C15.4933 16.2745 15.625 15.9565 15.625 15.625V6.875C15.625 6.54348 15.4933 6.22554 15.2589 5.99112C15.0245 5.7567 14.7065 5.625 14.375 5.625ZM14.375 15.625H3.125V6.875H14.375V15.625ZM18.125 4.375V13.75C18.125 13.9158 18.0592 14.0747 17.9419 14.1919C17.8247 14.3092 17.6658 14.375 17.5 14.375C17.3342 14.375 17.1753 14.3092 17.0581 14.1919C16.9408 14.0747 16.875 13.9158 16.875 13.75V4.375H5C4.83424 4.375 4.67527 4.30915 4.55806 4.19194C4.44085 4.07473 4.375 3.91576 4.375 3.75C4.375 3.58424 4.44085 3.42527 4.55806 3.30806C4.67527 3.19085 4.83424 3.125 5 3.125H16.875C17.2065 3.125 17.5245 3.2567 17.7589 3.49112C17.9933 3.72554 18.125 4.04348 18.125 4.375Z",fill:"#252525"}));exports.default=l;
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const e = (t) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ C.createElement("path", { d: "M20.25 3.75H3.75C3.35218 3.75 2.97064 3.90804 2.68934 4.18934C2.40804 4.47064 2.25 4.85218 2.25 5.25V17.25C2.25 17.6478 2.40804 18.0294 2.68934 18.3107C2.97064 18.592 3.35218 18.75 3.75 18.75H9.32531L10.7137 21.0216C10.8467 21.2433 11.0347 21.427 11.2596 21.5547C11.4844 21.6823 11.7384 21.7497 11.997 21.7503C12.2556 21.7509 12.5099 21.6846 12.7353 21.5579C12.9607 21.4312 13.1495 21.2484 13.2834 21.0272L14.6747 18.75H20.25C20.6478 18.75 21.0294 18.592 21.3107 18.3107C21.592 18.0294 21.75 17.6478 21.75 17.25V5.25C21.75 4.85218 21.592 4.47064 21.3107 4.18934C21.0294 3.90804 20.6478 3.75 20.25 3.75ZM20.25 17.25H14.6747C14.4168 17.2505 14.1633 17.3173 13.9386 17.4439C13.7139 17.5704 13.5254 17.7526 13.3912 17.9728L12 20.25L10.6078 17.9719C10.4735 17.752 10.2852 17.5702 10.0606 17.4438C9.83612 17.3174 9.58295 17.2507 9.32531 17.25H3.75V5.25H20.25V17.25Z", fill: "#252525" }));
3
+ export {
4
+ e as default
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react");function a(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const o=a(c),l=e=>o.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},o.createElement("path",{d:"M20.25 3.75H3.75C3.35218 3.75 2.97064 3.90804 2.68934 4.18934C2.40804 4.47064 2.25 4.85218 2.25 5.25V17.25C2.25 17.6478 2.40804 18.0294 2.68934 18.3107C2.97064 18.592 3.35218 18.75 3.75 18.75H9.32531L10.7137 21.0216C10.8467 21.2433 11.0347 21.427 11.2596 21.5547C11.4844 21.6823 11.7384 21.7497 11.997 21.7503C12.2556 21.7509 12.5099 21.6846 12.7353 21.5579C12.9607 21.4312 13.1495 21.2484 13.2834 21.0272L14.6747 18.75H20.25C20.6478 18.75 21.0294 18.592 21.3107 18.3107C21.592 18.0294 21.75 17.6478 21.75 17.25V5.25C21.75 4.85218 21.592 4.47064 21.3107 4.18934C21.0294 3.90804 20.6478 3.75 20.25 3.75ZM20.25 17.25H14.6747C14.4168 17.2505 14.1633 17.3173 13.9386 17.4439C13.7139 17.5704 13.5254 17.7526 13.3912 17.9728L12 20.25L10.6078 17.9719C10.4735 17.752 10.2852 17.5702 10.0606 17.4438C9.83612 17.3174 9.58295 17.2507 9.32531 17.25H3.75V5.25H20.25V17.25Z",fill:"#252525"}));exports.default=l;
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const C = (t) => /* @__PURE__ */ e.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M16.148 5.46048L7.14798 14.4605C7.09574 14.5128 7.0337 14.5543 6.96541 14.5826C6.89713 14.6109 6.82393 14.6255 6.75001 14.6255C6.67609 14.6255 6.60289 14.6109 6.5346 14.5826C6.46632 14.5543 6.40428 14.5128 6.35204 14.4605L2.41454 10.523C2.30899 10.4174 2.24969 10.2743 2.24969 10.125C2.24969 9.97574 2.30899 9.83259 2.41454 9.72704C2.52009 9.62149 2.66324 9.56219 2.81251 9.56219C2.96177 9.56219 3.10493 9.62149 3.21048 9.72704L6.75001 13.2673L15.352 4.66454C15.4576 4.55899 15.6007 4.49969 15.75 4.49969C15.8993 4.49969 16.0424 4.55899 16.148 4.66454C16.2535 4.77009 16.3128 4.91324 16.3128 5.06251C16.3128 5.21177 16.2535 5.35493 16.148 5.46048Z", fill: "#338B13" }));
3
+ export {
4
+ C as default
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function l(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const c=l(o),a=e=>c.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},c.createElement("path",{d:"M16.148 5.46048L7.14798 14.4605C7.09574 14.5128 7.0337 14.5543 6.96541 14.5826C6.89713 14.6109 6.82393 14.6255 6.75001 14.6255C6.67609 14.6255 6.60289 14.6109 6.5346 14.5826C6.46632 14.5543 6.40428 14.5128 6.35204 14.4605L2.41454 10.523C2.30899 10.4174 2.24969 10.2743 2.24969 10.125C2.24969 9.97574 2.30899 9.83259 2.41454 9.72704C2.52009 9.62149 2.66324 9.56219 2.81251 9.56219C2.96177 9.56219 3.10493 9.62149 3.21048 9.72704L6.75001 13.2673L15.352 4.66454C15.4576 4.55899 15.6007 4.49969 15.75 4.49969C15.8993 4.49969 16.0424 4.55899 16.148 4.66454C16.2535 4.77009 16.3128 4.91324 16.3128 5.06251C16.3128 5.21177 16.2535 5.35493 16.148 5.46048Z",fill:"#338B13"}));exports.default=a;
@@ -0,0 +1,4 @@
1
+ interface Props {
2
+ }
3
+ export declare const Buttons: React.FC<Props>;
4
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Devices: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const PreviewButton: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,4 @@
1
+ interface Props {
2
+ }
3
+ export declare const Language: React.FC<Props>;
4
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const ModifyPage: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Pages: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Zoom: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,4 @@
1
+ interface Props {
2
+ }
3
+ export declare const HeaderSettings: React.FC<Props>;
4
+ export {};
@@ -0,0 +1,4 @@
1
+ interface Props {
2
+ }
3
+ export declare const SwitchTheme: React.FC<Props>;
4
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Header: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,4 @@
1
+ interface Props {
2
+ }
3
+ export declare const ExitButton: React.FC<Props>;
4
+ export {};
@@ -0,0 +1 @@
1
+ export declare const Navbar: React.FC;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const PreviewBlockSidebar: React.FC;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const PreviewContent: React.FC;
@@ -0,0 +1 @@
1
+ export declare const PreviewHeader: React.FC;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ render(block: Record<string, any>): JSX.Element;
4
+ block: Record<string, any>;
5
+ }
6
+ export declare const RenderBlock: React.FC<Props>;
7
+ export {};
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const Preview: React.FC;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ isAdd: boolean;
4
+ }
5
+ export declare const RenderBlockSettings: React.FC<Props>;
6
+ export {};
@@ -0,0 +1,7 @@
1
+ import { Block } from '@constants';
2
+ import React from 'react';
3
+ interface Props {
4
+ block: Block;
5
+ }
6
+ export declare const BlockSettings: React.FC<Props>;
7
+ export {};
@@ -0,0 +1,4 @@
1
+ interface Props {
2
+ }
3
+ export declare const SearchSections: React.FC<Props>;
4
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const AddSections: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Layers: React.FC<Props>;
5
+ export {};
@@ -0,0 +1 @@
1
+ export declare const Settings: React.FC;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Colors: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Fonts: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Inputs: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Border: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Button: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Font: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,4 @@
1
+ interface Props {
2
+ }
3
+ export declare const Item: React.FC<Props>;
4
+ export {};
@@ -0,0 +1,4 @@
1
+ interface Props {
2
+ }
3
+ export declare const ThemeSettings: React.FC<Props>;
4
+ export {};
@@ -0,0 +1,4 @@
1
+ interface Props {
2
+ }
3
+ export declare const Theme: React.FC<Props>;
4
+ export {};
@@ -0,0 +1,4 @@
1
+ interface Props {
2
+ }
3
+ export declare const Sidebar: React.FC<Props>;
4
+ export {};
@@ -0,0 +1,5 @@
1
+ export * from './Header';
2
+ export * from './Navbar';
3
+ export * from './Sidebar';
4
+ export * from './Preview';
5
+ export * from './Header/Settings/Pages/ModifyPage';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ interface Props {
3
+ }
4
+ export declare const Layout: React.FC<Props>;
5
+ export {};
@@ -0,0 +1,2 @@
1
+ export declare const API_URL = "https://g-api.billgang.com";
2
+ export declare const GOOGLE_FONTS_API = "https://www.googleapis.com/webfonts/v1/webfonts";
@@ -0,0 +1 @@
1
+ export type Block = Record<string, any>;
@@ -0,0 +1,2 @@
1
+ export type Device = 'desktop' | 'tablet' | 'mobile';
2
+ export declare const devices: Device[];
@@ -0,0 +1,3 @@
1
+ import { Weight } from './theme-settings';
2
+ export declare const sizeOptions: string[];
3
+ export declare const weightOptions: Weight[];
@@ -0,0 +1,7 @@
1
+ export * from './navbar';
2
+ export * from './device';
3
+ export * from './blocks';
4
+ export * from './theme-settings';
5
+ export * from './api';
6
+ export * from './font';
7
+ export * from './pages';
@@ -0,0 +1,7 @@
1
+ type NavbarBlockName = 'Layers' | 'Add' | 'Theme' | 'Settings';
2
+ export interface NavbarBlock {
3
+ icon: string;
4
+ name: NavbarBlockName;
5
+ }
6
+ export declare const navbarBlocks: NavbarBlock[];
7
+ export {};
@@ -0,0 +1,15 @@
1
+ export type PageName = 'home' | 'reviews' | 'faqs' | 'contact' | 'product' | 'ticket' | 'login';
2
+ export type Visibility = 'public' | 'private';
3
+ export declare const defaultPageNames: PageName[];
4
+ export interface PageCeo {
5
+ title: string;
6
+ description: string;
7
+ }
8
+ export interface Page {
9
+ path: string;
10
+ name: string;
11
+ icon: string;
12
+ seo: PageCeo;
13
+ visibility: Visibility;
14
+ }
15
+ export declare const pages: Record<string, Page>;
@@ -0,0 +1,91 @@
1
+ type ThemeSettingsName = 'Colors' | 'Fonts' | 'Borders' | 'Buttons' | 'Inputs';
2
+ export interface ThemeSettingsBlock {
3
+ icon: string;
4
+ name: ThemeSettingsName;
5
+ }
6
+ export declare const themeSettingsBlocks: ThemeSettingsBlock[];
7
+ export type FontTypeHeading = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
8
+ export type FontTypeParagraph = 'text';
9
+ export type FontType = 'heading' | 'paragraph';
10
+ export type BorderType = 'radius' | 'thickness';
11
+ export type ButtonType = 'primary' | 'secondary' | 'link';
12
+ export type Weight = '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
13
+ export interface FontFields {
14
+ font: string;
15
+ size: number;
16
+ weight: Weight;
17
+ }
18
+ export interface ButtonFields {
19
+ size: number;
20
+ height: number;
21
+ radius: number;
22
+ alignment: Alignment;
23
+ }
24
+ export interface BorderFields {
25
+ radius: number;
26
+ thickness: number;
27
+ }
28
+ type Font = {
29
+ [head in FontTypeHeading | FontTypeParagraph]: FontFields;
30
+ };
31
+ export type Alignment = 'left' | 'center' | 'right';
32
+ export type BorderStyle = 'solid' | 'dashed';
33
+ export interface ThemeSettings {
34
+ colors: {
35
+ brand: {
36
+ primary: string;
37
+ secondary: string;
38
+ toner: string;
39
+ };
40
+ background: {
41
+ primary: string;
42
+ secondary: string;
43
+ };
44
+ text_icons: {
45
+ primary: string;
46
+ secondary: string;
47
+ tertiary: string;
48
+ disabled: string;
49
+ };
50
+ lines: {
51
+ divider: string;
52
+ border: string;
53
+ };
54
+ others: {
55
+ link: string;
56
+ };
57
+ };
58
+ fonts: {
59
+ heading: Partial<Font>;
60
+ paragraph: Partial<Font>;
61
+ };
62
+ borders: BorderFields;
63
+ buttons: ButtonFields;
64
+ inputs: {
65
+ general: {
66
+ height: number;
67
+ name: string;
68
+ size: number;
69
+ color: string;
70
+ };
71
+ field: {
72
+ active: boolean;
73
+ color: string;
74
+ opacity: number;
75
+ };
76
+ border: {
77
+ active: boolean;
78
+ style: BorderStyle;
79
+ radius: number;
80
+ thickness: number;
81
+ color: string;
82
+ };
83
+ label: {
84
+ height: number;
85
+ size: number;
86
+ color: string;
87
+ alignment: Alignment;
88
+ };
89
+ };
90
+ }
91
+ export {};
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M20.25 3H8.25C8.05109 3 7.86032 3.07902 7.71967 3.21967C7.57902 3.36032 7.5 3.55109 7.5 3.75V7.5H3.75C3.55109 7.5 3.36032 7.57902 3.21967 7.71967C3.07902 7.86032 3 8.05109 3 8.25V20.25C3 20.4489 3.07902 20.6397 3.21967 20.7803C3.36032 20.921 3.55109 21 3.75 21H15.75C15.9489 21 16.1397 20.921 16.2803 20.7803C16.421 20.6397 16.5 20.4489 16.5 20.25V16.5H20.25C20.4489 16.5 20.6397 16.421 20.7803 16.2803C20.921 16.1397 21 15.9489 21 15.75V3.75C21 3.55109 20.921 3.36032 20.7803 3.21967C20.6397 3.07902 20.4489 3 20.25 3ZM15 19.5H4.5V9H15V19.5ZM19.5 15H16.5V8.25C16.5 8.05109 16.421 7.86032 16.2803 7.71967C16.1397 7.57902 15.9489 7.5 15.75 7.5H9V4.5H19.5V15Z", fill: "#252525" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react");function l(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const o=l(c),a=e=>o.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},o.createElement("path",{d:"M20.25 3H8.25C8.05109 3 7.86032 3.07902 7.71967 3.21967C7.57902 3.36032 7.5 3.55109 7.5 3.75V7.5H3.75C3.55109 7.5 3.36032 7.57902 3.21967 7.71967C3.07902 7.86032 3 8.05109 3 8.25V20.25C3 20.4489 3.07902 20.6397 3.21967 20.7803C3.36032 20.921 3.55109 21 3.75 21H15.75C15.9489 21 16.1397 20.921 16.2803 20.7803C16.421 20.6397 16.5 20.4489 16.5 20.25V16.5H20.25C20.4489 16.5 20.6397 16.421 20.7803 16.2803C20.921 16.1397 21 15.9489 21 15.75V3.75C21 3.55109 20.921 3.36032 20.7803 3.21967C20.6397 3.07902 20.4489 3 20.25 3ZM15 19.5H4.5V9H15V19.5ZM19.5 15H16.5V8.25C16.5 8.05109 16.421 7.86032 16.2803 7.71967C16.1397 7.57902 15.9489 7.5 15.75 7.5H9V4.5H19.5V15Z",fill:"#252525"}));exports.default=a;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=c(o),l=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M20.25 4.5V8.25C20.25 8.44891 20.171 8.63968 20.0303 8.78033C19.8897 8.92098 19.6989 9 19.5 9C19.3011 9 19.1103 8.92098 18.9697 8.78033C18.829 8.63968 18.75 8.44891 18.75 8.25V5.25H15.75C15.5511 5.25 15.3603 5.17098 15.2197 5.03033C15.079 4.88968 15 4.69891 15 4.5C15 4.30109 15.079 4.11032 15.2197 3.96967C15.3603 3.82902 15.5511 3.75 15.75 3.75H19.5C19.6989 3.75 19.8897 3.82902 20.0303 3.96967C20.171 4.11032 20.25 4.30109 20.25 4.5ZM8.25 18.75H5.25V15.75C5.25 15.5511 5.17098 15.3603 5.03033 15.2197C4.88968 15.079 4.69891 15 4.5 15C4.30109 15 4.11032 15.079 3.96967 15.2197C3.82902 15.3603 3.75 15.5511 3.75 15.75V19.5C3.75 19.6989 3.82902 19.8897 3.96967 20.0303C4.11032 20.171 4.30109 20.25 4.5 20.25H8.25C8.44891 20.25 8.63968 20.171 8.78033 20.0303C8.92098 19.8897 9 19.6989 9 19.5C9 19.3011 8.92098 19.1103 8.78033 18.9697C8.63968 18.829 8.44891 18.75 8.25 18.75ZM19.5 15C19.3011 15 19.1103 15.079 18.9697 15.2197C18.829 15.3603 18.75 15.5511 18.75 15.75V18.75H15.75C15.5511 18.75 15.3603 18.829 15.2197 18.9697C15.079 19.1103 15 19.3011 15 19.5C15 19.6989 15.079 19.8897 15.2197 20.0303C15.3603 20.171 15.5511 20.25 15.75 20.25H19.5C19.6989 20.25 19.8897 20.171 20.0303 20.0303C20.171 19.8897 20.25 19.6989 20.25 19.5V15.75C20.25 15.5511 20.171 15.3603 20.0303 15.2197C19.8897 15.079 19.6989 15 19.5 15ZM8.25 3.75H4.5C4.30109 3.75 4.11032 3.82902 3.96967 3.96967C3.82902 4.11032 3.75 4.30109 3.75 4.5V8.25C3.75 8.44891 3.82902 8.63968 3.96967 8.78033C4.11032 8.92098 4.30109 9 4.5 9C4.69891 9 4.88968 8.92098 5.03033 8.78033C5.17098 8.63968 5.25 8.44891 5.25 8.25V5.25H8.25C8.44891 5.25 8.63968 5.17098 8.78033 5.03033C8.92098 4.88968 9 4.69891 9 4.5C9 4.30109 8.92098 4.11032 8.78033 3.96967C8.63968 3.82902 8.44891 3.75 8.25 3.75Z",fill:"#252525"}));exports.default=l;
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M20.25 4.5V8.25C20.25 8.44891 20.171 8.63968 20.0303 8.78033C19.8897 8.92098 19.6989 9 19.5 9C19.3011 9 19.1103 8.92098 18.9697 8.78033C18.829 8.63968 18.75 8.44891 18.75 8.25V5.25H15.75C15.5511 5.25 15.3603 5.17098 15.2197 5.03033C15.079 4.88968 15 4.69891 15 4.5C15 4.30109 15.079 4.11032 15.2197 3.96967C15.3603 3.82902 15.5511 3.75 15.75 3.75H19.5C19.6989 3.75 19.8897 3.82902 20.0303 3.96967C20.171 4.11032 20.25 4.30109 20.25 4.5ZM8.25 18.75H5.25V15.75C5.25 15.5511 5.17098 15.3603 5.03033 15.2197C4.88968 15.079 4.69891 15 4.5 15C4.30109 15 4.11032 15.079 3.96967 15.2197C3.82902 15.3603 3.75 15.5511 3.75 15.75V19.5C3.75 19.6989 3.82902 19.8897 3.96967 20.0303C4.11032 20.171 4.30109 20.25 4.5 20.25H8.25C8.44891 20.25 8.63968 20.171 8.78033 20.0303C8.92098 19.8897 9 19.6989 9 19.5C9 19.3011 8.92098 19.1103 8.78033 18.9697C8.63968 18.829 8.44891 18.75 8.25 18.75ZM19.5 15C19.3011 15 19.1103 15.079 18.9697 15.2197C18.829 15.3603 18.75 15.5511 18.75 15.75V18.75H15.75C15.5511 18.75 15.3603 18.829 15.2197 18.9697C15.079 19.1103 15 19.3011 15 19.5C15 19.6989 15.079 19.8897 15.2197 20.0303C15.3603 20.171 15.5511 20.25 15.75 20.25H19.5C19.6989 20.25 19.8897 20.171 20.0303 20.0303C20.171 19.8897 20.25 19.6989 20.25 19.5V15.75C20.25 15.5511 20.171 15.3603 20.0303 15.2197C19.8897 15.079 19.6989 15 19.5 15ZM8.25 3.75H4.5C4.30109 3.75 4.11032 3.82902 3.96967 3.96967C3.82902 4.11032 3.75 4.30109 3.75 4.5V8.25C3.75 8.44891 3.82902 8.63968 3.96967 8.78033C4.11032 8.92098 4.30109 9 4.5 9C4.69891 9 4.88968 8.92098 5.03033 8.78033C5.17098 8.63968 5.25 8.44891 5.25 8.25V5.25H8.25C8.44891 5.25 8.63968 5.17098 8.78033 5.03033C8.92098 4.88968 9 4.69891 9 4.5C9 4.30109 8.92098 4.11032 8.78033 3.96967C8.63968 3.82902 8.44891 3.75 8.25 3.75Z", fill: "#252525" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const C=c(o),l=e=>C.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},C.createElement("path",{d:"M16.25 3.125H3.75C3.25272 3.125 2.77581 3.32254 2.42417 3.67417C2.07254 4.02581 1.875 4.50272 1.875 5V13.75C1.875 14.2473 2.07254 14.7242 2.42417 15.0758C2.77581 15.4275 3.25272 15.625 3.75 15.625H9.375V16.875H7.5C7.33424 16.875 7.17527 16.9408 7.05806 17.0581C6.94085 17.1753 6.875 17.3342 6.875 17.5C6.875 17.6658 6.94085 17.8247 7.05806 17.9419C7.17527 18.0592 7.33424 18.125 7.5 18.125H12.5C12.6658 18.125 12.8247 18.0592 12.9419 17.9419C13.0592 17.8247 13.125 17.6658 13.125 17.5C13.125 17.3342 13.0592 17.1753 12.9419 17.0581C12.8247 16.9408 12.6658 16.875 12.5 16.875H10.625V15.625H16.25C16.7473 15.625 17.2242 15.4275 17.5758 15.0758C17.9275 14.7242 18.125 14.2473 18.125 13.75V5C18.125 4.50272 17.9275 4.02581 17.5758 3.67417C17.2242 3.32254 16.7473 3.125 16.25 3.125ZM3.75 4.375H16.25C16.4158 4.375 16.5747 4.44085 16.6919 4.55806C16.8092 4.67527 16.875 4.83424 16.875 5V11.25H3.125V5C3.125 4.83424 3.19085 4.67527 3.30806 4.55806C3.42527 4.44085 3.58424 4.375 3.75 4.375ZM16.25 14.375H3.75C3.58424 14.375 3.42527 14.3092 3.30806 14.1919C3.19085 14.0747 3.125 13.9158 3.125 13.75V12.5H16.875V13.75C16.875 13.9158 16.8092 14.0747 16.6919 14.1919C16.5747 14.3092 16.4158 14.375 16.25 14.375Z",fill:"#757575"}));exports.default=l;
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M16.25 3.125H3.75C3.25272 3.125 2.77581 3.32254 2.42417 3.67417C2.07254 4.02581 1.875 4.50272 1.875 5V13.75C1.875 14.2473 2.07254 14.7242 2.42417 15.0758C2.77581 15.4275 3.25272 15.625 3.75 15.625H9.375V16.875H7.5C7.33424 16.875 7.17527 16.9408 7.05806 17.0581C6.94085 17.1753 6.875 17.3342 6.875 17.5C6.875 17.6658 6.94085 17.8247 7.05806 17.9419C7.17527 18.0592 7.33424 18.125 7.5 18.125H12.5C12.6658 18.125 12.8247 18.0592 12.9419 17.9419C13.0592 17.8247 13.125 17.6658 13.125 17.5C13.125 17.3342 13.0592 17.1753 12.9419 17.0581C12.8247 16.9408 12.6658 16.875 12.5 16.875H10.625V15.625H16.25C16.7473 15.625 17.2242 15.4275 17.5758 15.0758C17.9275 14.7242 18.125 14.2473 18.125 13.75V5C18.125 4.50272 17.9275 4.02581 17.5758 3.67417C17.2242 3.32254 16.7473 3.125 16.25 3.125ZM3.75 4.375H16.25C16.4158 4.375 16.5747 4.44085 16.6919 4.55806C16.8092 4.67527 16.875 4.83424 16.875 5V11.25H3.125V5C3.125 4.83424 3.19085 4.67527 3.30806 4.55806C3.42527 4.44085 3.58424 4.375 3.75 4.375ZM16.25 14.375H3.75C3.58424 14.375 3.42527 14.3092 3.30806 14.1919C3.19085 14.0747 3.125 13.9158 3.125 13.75V12.5H16.875V13.75C16.875 13.9158 16.8092 14.0747 16.6919 14.1919C16.5747 14.3092 16.4158 14.375 16.25 14.375Z", fill: "#757575" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M21.1744 9.63937C20.8209 9.27 20.4553 8.88938 20.3175 8.55469C20.19 8.24813 20.1825 7.74 20.175 7.24781C20.1609 6.33281 20.1459 5.29594 19.425 4.575C18.7041 3.85406 17.6672 3.83906 16.7522 3.825C16.26 3.8175 15.7519 3.81 15.4453 3.6825C15.1116 3.54469 14.73 3.17906 14.3606 2.82562C13.7137 2.20406 12.9788 1.5 12 1.5C11.0212 1.5 10.2872 2.20406 9.63937 2.82562C9.27 3.17906 8.88938 3.54469 8.55469 3.6825C8.25 3.81 7.74 3.8175 7.24781 3.825C6.33281 3.83906 5.29594 3.85406 4.575 4.575C3.85406 5.29594 3.84375 6.33281 3.825 7.24781C3.8175 7.74 3.81 8.24813 3.6825 8.55469C3.54469 8.88844 3.17906 9.27 2.82562 9.63937C2.20406 10.2863 1.5 11.0212 1.5 12C1.5 12.9788 2.20406 13.7128 2.82562 14.3606C3.17906 14.73 3.54469 15.1106 3.6825 15.4453C3.81 15.7519 3.8175 16.26 3.825 16.7522C3.83906 17.6672 3.85406 18.7041 4.575 19.425C5.29594 20.1459 6.33281 20.1609 7.24781 20.175C7.74 20.1825 8.24813 20.19 8.55469 20.3175C8.88844 20.4553 9.27 20.8209 9.63937 21.1744C10.2863 21.7959 11.0212 22.5 12 22.5C12.9788 22.5 13.7128 21.7959 14.3606 21.1744C14.73 20.8209 15.1106 20.4553 15.4453 20.3175C15.7519 20.19 16.26 20.1825 16.7522 20.175C17.6672 20.1609 18.7041 20.1459 19.425 19.425C20.1459 18.7041 20.1609 17.6672 20.175 16.7522C20.1825 16.26 20.19 15.7519 20.3175 15.4453C20.4553 15.1116 20.8209 14.73 21.1744 14.3606C21.7959 13.7137 22.5 12.9788 22.5 12C22.5 11.0212 21.7959 10.2872 21.1744 9.63937ZM20.0916 13.3228C19.6425 13.7916 19.1775 14.2763 18.9309 14.8716C18.6947 15.4434 18.6844 16.0969 18.675 16.7297C18.6656 17.3859 18.6553 18.0731 18.3638 18.3638C18.0722 18.6544 17.3897 18.6656 16.7297 18.675C16.0969 18.6844 15.4434 18.6947 14.8716 18.9309C14.2763 19.1775 13.7916 19.6425 13.3228 20.0916C12.8541 20.5406 12.375 21 12 21C11.625 21 11.1422 20.5387 10.6772 20.0916C10.2122 19.6444 9.72375 19.1775 9.12844 18.9309C8.55656 18.6947 7.90313 18.6844 7.27031 18.675C6.61406 18.6656 5.92688 18.6553 5.63625 18.3638C5.34562 18.0722 5.33437 17.3897 5.325 16.7297C5.31562 16.0969 5.30531 15.4434 5.06906 14.8716C4.8225 14.2763 4.3575 13.7916 3.90844 13.3228C3.45937 12.8541 3 12.375 3 12C3 11.625 3.46125 11.1422 3.90844 10.6772C4.35562 10.2122 4.8225 9.72375 5.06906 9.12844C5.30531 8.55656 5.31562 7.90313 5.325 7.27031C5.33437 6.61406 5.34469 5.92688 5.63625 5.63625C5.92781 5.34562 6.61031 5.33437 7.27031 5.325C7.90313 5.31562 8.55656 5.30531 9.12844 5.06906C9.72375 4.8225 10.2084 4.3575 10.6772 3.90844C11.1459 3.45937 11.625 3 12 3C12.375 3 12.8578 3.46125 13.3228 3.90844C13.7878 4.35562 14.2763 4.8225 14.8716 5.06906C15.4434 5.30531 16.0969 5.31562 16.7297 5.325C17.3859 5.33437 18.0731 5.34469 18.3638 5.63625C18.6544 5.92781 18.6656 6.61031 18.675 7.27031C18.6844 7.90313 18.6947 8.55656 18.9309 9.12844C19.1775 9.72375 19.6425 10.2084 20.0916 10.6772C20.5406 11.1459 21 11.625 21 12C21 12.375 20.5387 12.8578 20.0916 13.3228ZM13.125 16.875C13.125 17.0975 13.059 17.315 12.9354 17.5C12.8118 17.685 12.6361 17.8292 12.4305 17.9144C12.225 17.9995 11.9988 18.0218 11.7805 17.9784C11.5623 17.935 11.3618 17.8278 11.2045 17.6705C11.0472 17.5132 10.94 17.3127 10.8966 17.0945C10.8532 16.8762 10.8755 16.65 10.9606 16.4445C11.0458 16.2389 11.19 16.0632 11.375 15.9396C11.56 15.816 11.7775 15.75 12 15.75C12.2984 15.75 12.5845 15.8685 12.7955 16.0795C13.0065 16.2905 13.125 16.5766 13.125 16.875ZM15.75 10.125C15.75 11.7544 14.46 13.1184 12.75 13.4325V13.5C12.75 13.6989 12.671 13.8897 12.5303 14.0303C12.3897 14.171 12.1989 14.25 12 14.25C11.8011 14.25 11.6103 14.171 11.4697 14.0303C11.329 13.8897 11.25 13.6989 11.25 13.5V12.75C11.25 12.5511 11.329 12.3603 11.4697 12.2197C11.6103 12.079 11.8011 12 12 12C13.2403 12 14.25 11.1562 14.25 10.125C14.25 9.09375 13.2403 8.25 12 8.25C10.7597 8.25 9.75 9.09375 9.75 10.125V10.5C9.75 10.6989 9.67098 10.8897 9.53033 11.0303C9.38968 11.171 9.19891 11.25 9 11.25C8.80109 11.25 8.61032 11.171 8.46967 11.0303C8.32902 10.8897 8.25 10.6989 8.25 10.5V10.125C8.25 8.26406 9.93188 6.75 12 6.75C14.0681 6.75 15.75 8.26406 15.75 10.125Z", fill: "#252525" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(C){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(C){for(const e in C)if(e!=="default"){const n=Object.getOwnPropertyDescriptor(C,e);Object.defineProperty(t,e,n.get?n:{enumerable:!0,get:()=>C[e]})}}return t.default=C,Object.freeze(t)}const r=c(o),a=C=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...C},r.createElement("path",{d:"M21.1744 9.63937C20.8209 9.27 20.4553 8.88938 20.3175 8.55469C20.19 8.24813 20.1825 7.74 20.175 7.24781C20.1609 6.33281 20.1459 5.29594 19.425 4.575C18.7041 3.85406 17.6672 3.83906 16.7522 3.825C16.26 3.8175 15.7519 3.81 15.4453 3.6825C15.1116 3.54469 14.73 3.17906 14.3606 2.82562C13.7137 2.20406 12.9788 1.5 12 1.5C11.0212 1.5 10.2872 2.20406 9.63937 2.82562C9.27 3.17906 8.88938 3.54469 8.55469 3.6825C8.25 3.81 7.74 3.8175 7.24781 3.825C6.33281 3.83906 5.29594 3.85406 4.575 4.575C3.85406 5.29594 3.84375 6.33281 3.825 7.24781C3.8175 7.74 3.81 8.24813 3.6825 8.55469C3.54469 8.88844 3.17906 9.27 2.82562 9.63937C2.20406 10.2863 1.5 11.0212 1.5 12C1.5 12.9788 2.20406 13.7128 2.82562 14.3606C3.17906 14.73 3.54469 15.1106 3.6825 15.4453C3.81 15.7519 3.8175 16.26 3.825 16.7522C3.83906 17.6672 3.85406 18.7041 4.575 19.425C5.29594 20.1459 6.33281 20.1609 7.24781 20.175C7.74 20.1825 8.24813 20.19 8.55469 20.3175C8.88844 20.4553 9.27 20.8209 9.63937 21.1744C10.2863 21.7959 11.0212 22.5 12 22.5C12.9788 22.5 13.7128 21.7959 14.3606 21.1744C14.73 20.8209 15.1106 20.4553 15.4453 20.3175C15.7519 20.19 16.26 20.1825 16.7522 20.175C17.6672 20.1609 18.7041 20.1459 19.425 19.425C20.1459 18.7041 20.1609 17.6672 20.175 16.7522C20.1825 16.26 20.19 15.7519 20.3175 15.4453C20.4553 15.1116 20.8209 14.73 21.1744 14.3606C21.7959 13.7137 22.5 12.9788 22.5 12C22.5 11.0212 21.7959 10.2872 21.1744 9.63937ZM20.0916 13.3228C19.6425 13.7916 19.1775 14.2763 18.9309 14.8716C18.6947 15.4434 18.6844 16.0969 18.675 16.7297C18.6656 17.3859 18.6553 18.0731 18.3638 18.3638C18.0722 18.6544 17.3897 18.6656 16.7297 18.675C16.0969 18.6844 15.4434 18.6947 14.8716 18.9309C14.2763 19.1775 13.7916 19.6425 13.3228 20.0916C12.8541 20.5406 12.375 21 12 21C11.625 21 11.1422 20.5387 10.6772 20.0916C10.2122 19.6444 9.72375 19.1775 9.12844 18.9309C8.55656 18.6947 7.90313 18.6844 7.27031 18.675C6.61406 18.6656 5.92688 18.6553 5.63625 18.3638C5.34562 18.0722 5.33437 17.3897 5.325 16.7297C5.31562 16.0969 5.30531 15.4434 5.06906 14.8716C4.8225 14.2763 4.3575 13.7916 3.90844 13.3228C3.45937 12.8541 3 12.375 3 12C3 11.625 3.46125 11.1422 3.90844 10.6772C4.35562 10.2122 4.8225 9.72375 5.06906 9.12844C5.30531 8.55656 5.31562 7.90313 5.325 7.27031C5.33437 6.61406 5.34469 5.92688 5.63625 5.63625C5.92781 5.34562 6.61031 5.33437 7.27031 5.325C7.90313 5.31562 8.55656 5.30531 9.12844 5.06906C9.72375 4.8225 10.2084 4.3575 10.6772 3.90844C11.1459 3.45937 11.625 3 12 3C12.375 3 12.8578 3.46125 13.3228 3.90844C13.7878 4.35562 14.2763 4.8225 14.8716 5.06906C15.4434 5.30531 16.0969 5.31562 16.7297 5.325C17.3859 5.33437 18.0731 5.34469 18.3638 5.63625C18.6544 5.92781 18.6656 6.61031 18.675 7.27031C18.6844 7.90313 18.6947 8.55656 18.9309 9.12844C19.1775 9.72375 19.6425 10.2084 20.0916 10.6772C20.5406 11.1459 21 11.625 21 12C21 12.375 20.5387 12.8578 20.0916 13.3228ZM13.125 16.875C13.125 17.0975 13.059 17.315 12.9354 17.5C12.8118 17.685 12.6361 17.8292 12.4305 17.9144C12.225 17.9995 11.9988 18.0218 11.7805 17.9784C11.5623 17.935 11.3618 17.8278 11.2045 17.6705C11.0472 17.5132 10.94 17.3127 10.8966 17.0945C10.8532 16.8762 10.8755 16.65 10.9606 16.4445C11.0458 16.2389 11.19 16.0632 11.375 15.9396C11.56 15.816 11.7775 15.75 12 15.75C12.2984 15.75 12.5845 15.8685 12.7955 16.0795C13.0065 16.2905 13.125 16.5766 13.125 16.875ZM15.75 10.125C15.75 11.7544 14.46 13.1184 12.75 13.4325V13.5C12.75 13.6989 12.671 13.8897 12.5303 14.0303C12.3897 14.171 12.1989 14.25 12 14.25C11.8011 14.25 11.6103 14.171 11.4697 14.0303C11.329 13.8897 11.25 13.6989 11.25 13.5V12.75C11.25 12.5511 11.329 12.3603 11.4697 12.2197C11.6103 12.079 11.8011 12 12 12C13.2403 12 14.25 11.1562 14.25 10.125C14.25 9.09375 13.2403 8.25 12 8.25C10.7597 8.25 9.75 9.09375 9.75 10.125V10.5C9.75 10.6989 9.67098 10.8897 9.53033 11.0303C9.38968 11.171 9.19891 11.25 9 11.25C8.80109 11.25 8.61032 11.171 8.46967 11.0303C8.32902 10.8897 8.25 10.6989 8.25 10.5V10.125C8.25 8.26406 9.93188 6.75 12 6.75C14.0681 6.75 15.75 8.26406 15.75 10.125Z",fill:"#252525"}));exports.default=a;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react");function l(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const o=l(c),a=e=>o.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},o.createElement("path",{d:"M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM18.75 20.25H5.25V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25Z",fill:"#252525"}));exports.default=a;
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const C = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM18.75 20.25H5.25V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25Z", fill: "#252525" }));
3
+ export {
4
+ C as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const e = (t) => /* @__PURE__ */ C.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ C.createElement("path", { d: "M8.17882 4.93033C8.11825 4.80148 8.02226 4.69254 7.90207 4.61623C7.78187 4.53991 7.64244 4.49939 7.50007 4.49939C7.3577 4.49939 7.21826 4.53991 7.09807 4.61623C6.97788 4.69254 6.88189 4.80148 6.82132 4.93033L0.821318 17.6803C0.779398 17.7695 0.755444 17.866 0.750825 17.9644C0.746206 18.0628 0.761012 18.1611 0.794398 18.2538C0.861823 18.4409 1.00083 18.5936 1.18085 18.6783C1.36087 18.763 1.56714 18.7726 1.7543 18.7052C1.94145 18.6378 2.09416 18.4988 2.17882 18.3188L3.74069 15H11.2594L12.8213 18.3188C12.8632 18.4079 12.9223 18.4879 12.9951 18.5542C13.068 18.6205 13.1532 18.6718 13.2458 18.7052C13.3385 18.7386 13.4369 18.7534 13.5352 18.7488C13.6336 18.7442 13.7302 18.7202 13.8193 18.6783C13.9084 18.6364 13.9884 18.5773 14.0547 18.5045C14.121 18.4316 14.1724 18.3464 14.2057 18.2538C14.2391 18.1611 14.2539 18.0628 14.2493 17.9644C14.2447 17.866 14.2207 17.7695 14.1788 17.6803L8.17882 4.93033ZM4.44663 13.5L7.50007 7.01158L10.5535 13.5H4.44663ZM18.7501 9.00002C17.5538 9.00002 16.6191 9.32533 15.9723 9.96752C15.8368 10.1087 15.7619 10.2972 15.7635 10.4928C15.7651 10.6885 15.8431 10.8757 15.9808 11.0147C16.1186 11.1536 16.3051 11.2333 16.5007 11.2366C16.6963 11.2399 16.8855 11.1667 17.0279 11.0325C17.3841 10.6791 17.9654 10.5 18.7501 10.5C19.9904 10.5 21.0001 11.3438 21.0001 12.375V12.6769C20.3345 12.2316 19.5508 11.9959 18.7501 12C16.6819 12 15.0001 13.5141 15.0001 15.375C15.0001 17.236 16.6819 18.75 18.7501 18.75C19.5512 18.7535 20.3349 18.5168 21.0001 18.0703C21.0094 18.2692 21.0974 18.4563 21.2446 18.5904C21.3918 18.7244 21.5863 18.7945 21.7852 18.7852C21.9841 18.7759 22.1712 18.6879 22.3053 18.5406C22.4393 18.3934 22.5094 18.1989 22.5001 18V12.375C22.5001 10.5141 20.8182 9.00002 18.7501 9.00002ZM18.7501 17.25C17.5098 17.25 16.5001 16.4063 16.5001 15.375C16.5001 14.3438 17.5098 13.5 18.7501 13.5C19.9904 13.5 21.0001 14.3438 21.0001 15.375C21.0001 16.4063 19.9904 17.25 18.7501 17.25Z", fill: "#252525" }));
3
+ export {
4
+ e as default
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=c(o),l=e=>r.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M8.17882 4.93033C8.11825 4.80148 8.02226 4.69254 7.90207 4.61623C7.78187 4.53991 7.64244 4.49939 7.50007 4.49939C7.3577 4.49939 7.21826 4.53991 7.09807 4.61623C6.97788 4.69254 6.88189 4.80148 6.82132 4.93033L0.821318 17.6803C0.779398 17.7695 0.755444 17.866 0.750825 17.9644C0.746206 18.0628 0.761012 18.1611 0.794398 18.2538C0.861823 18.4409 1.00083 18.5936 1.18085 18.6783C1.36087 18.763 1.56714 18.7726 1.7543 18.7052C1.94145 18.6378 2.09416 18.4988 2.17882 18.3188L3.74069 15H11.2594L12.8213 18.3188C12.8632 18.4079 12.9223 18.4879 12.9951 18.5542C13.068 18.6205 13.1532 18.6718 13.2458 18.7052C13.3385 18.7386 13.4369 18.7534 13.5352 18.7488C13.6336 18.7442 13.7302 18.7202 13.8193 18.6783C13.9084 18.6364 13.9884 18.5773 14.0547 18.5045C14.121 18.4316 14.1724 18.3464 14.2057 18.2538C14.2391 18.1611 14.2539 18.0628 14.2493 17.9644C14.2447 17.866 14.2207 17.7695 14.1788 17.6803L8.17882 4.93033ZM4.44663 13.5L7.50007 7.01158L10.5535 13.5H4.44663ZM18.7501 9.00002C17.5538 9.00002 16.6191 9.32533 15.9723 9.96752C15.8368 10.1087 15.7619 10.2972 15.7635 10.4928C15.7651 10.6885 15.8431 10.8757 15.9808 11.0147C16.1186 11.1536 16.3051 11.2333 16.5007 11.2366C16.6963 11.2399 16.8855 11.1667 17.0279 11.0325C17.3841 10.6791 17.9654 10.5 18.7501 10.5C19.9904 10.5 21.0001 11.3438 21.0001 12.375V12.6769C20.3345 12.2316 19.5508 11.9959 18.7501 12C16.6819 12 15.0001 13.5141 15.0001 15.375C15.0001 17.236 16.6819 18.75 18.7501 18.75C19.5512 18.7535 20.3349 18.5168 21.0001 18.0703C21.0094 18.2692 21.0974 18.4563 21.2446 18.5904C21.3918 18.7244 21.5863 18.7945 21.7852 18.7852C21.9841 18.7759 22.1712 18.6879 22.3053 18.5406C22.4393 18.3934 22.5094 18.1989 22.5001 18V12.375C22.5001 10.5141 20.8182 9.00002 18.7501 9.00002ZM18.7501 17.25C17.5098 17.25 16.5001 16.4063 16.5001 15.375C16.5001 14.3438 17.5098 13.5 18.7501 13.5C19.9904 13.5 21.0001 14.3438 21.0001 15.375C21.0001 16.4063 19.9904 17.25 18.7501 17.25Z",fill:"#252525"}));exports.default=l;
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M10 1.875C8.39303 1.875 6.82214 2.35152 5.486 3.24431C4.14985 4.1371 3.10844 5.40605 2.49348 6.8907C1.87852 8.37535 1.71762 10.009 2.03112 11.5851C2.34463 13.1612 3.11846 14.6089 4.25476 15.7452C5.39106 16.8815 6.8388 17.6554 8.4149 17.9689C9.99099 18.2824 11.6247 18.1215 13.1093 17.5065C14.594 16.8916 15.8629 15.8502 16.7557 14.514C17.6485 13.1779 18.125 11.607 18.125 10C18.1227 7.84581 17.266 5.78051 15.7427 4.25727C14.2195 2.73403 12.1542 1.87727 10 1.875ZM16.8461 9.375H13.7344C13.6242 7.15156 12.932 5.04141 11.7719 3.35938C13.1306 3.72417 14.3452 4.49613 15.2523 5.57152C16.1594 6.64691 16.7156 7.97419 16.8461 9.375ZM10 16.8664C8.53672 15.2828 7.64922 13.0383 7.51797 10.625H12.482C12.3508 13.0367 11.4633 15.2828 10 16.8664ZM7.51797 9.375C7.64922 6.96328 8.5336 4.71719 10 3.13359C11.4633 4.71719 12.3508 6.96172 12.482 9.375H7.51797ZM8.22813 3.35938C7.06797 5.04141 6.37578 7.15156 6.26563 9.375H3.15391C3.28444 7.97419 3.84063 6.64691 4.74773 5.57152C5.65483 4.49613 6.86937 3.72417 8.22813 3.35938ZM3.15391 10.625H6.26563C6.37578 12.8484 7.06797 14.9586 8.22813 16.6406C6.86937 16.2758 5.65483 15.5039 4.74773 14.4285C3.84063 13.3531 3.28444 12.0258 3.15391 10.625ZM11.7719 16.6406C12.932 14.9563 13.6242 12.8461 13.7344 10.625H16.8461C16.7156 12.0258 16.1594 13.3531 15.2523 14.4285C14.3452 15.5039 13.1306 16.2758 11.7719 16.6406Z", fill: "#252525" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react");function c(e){const C=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(C,t,n.get?n:{enumerable:!0,get:()=>e[t]})}}return C.default=e,Object.freeze(C)}const r=c(o),l=e=>r.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M10 1.875C8.39303 1.875 6.82214 2.35152 5.486 3.24431C4.14985 4.1371 3.10844 5.40605 2.49348 6.8907C1.87852 8.37535 1.71762 10.009 2.03112 11.5851C2.34463 13.1612 3.11846 14.6089 4.25476 15.7452C5.39106 16.8815 6.8388 17.6554 8.4149 17.9689C9.99099 18.2824 11.6247 18.1215 13.1093 17.5065C14.594 16.8916 15.8629 15.8502 16.7557 14.514C17.6485 13.1779 18.125 11.607 18.125 10C18.1227 7.84581 17.266 5.78051 15.7427 4.25727C14.2195 2.73403 12.1542 1.87727 10 1.875ZM16.8461 9.375H13.7344C13.6242 7.15156 12.932 5.04141 11.7719 3.35938C13.1306 3.72417 14.3452 4.49613 15.2523 5.57152C16.1594 6.64691 16.7156 7.97419 16.8461 9.375ZM10 16.8664C8.53672 15.2828 7.64922 13.0383 7.51797 10.625H12.482C12.3508 13.0367 11.4633 15.2828 10 16.8664ZM7.51797 9.375C7.64922 6.96328 8.5336 4.71719 10 3.13359C11.4633 4.71719 12.3508 6.96172 12.482 9.375H7.51797ZM8.22813 3.35938C7.06797 5.04141 6.37578 7.15156 6.26563 9.375H3.15391C3.28444 7.97419 3.84063 6.64691 4.74773 5.57152C5.65483 4.49613 6.86937 3.72417 8.22813 3.35938ZM3.15391 10.625H6.26563C6.37578 12.8484 7.06797 14.9586 8.22813 16.6406C6.86937 16.2758 5.65483 15.5039 4.74773 14.4285C3.84063 13.3531 3.28444 12.0258 3.15391 10.625ZM11.7719 16.6406C12.932 14.9563 13.6242 12.8461 13.7344 10.625H16.8461C16.7156 12.0258 16.1594 13.3531 15.2523 14.4285C14.3452 15.5039 13.1306 16.2758 11.7719 16.6406Z",fill:"#252525"}));exports.default=l;
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M26 7V25C26 25.2652 25.8946 25.5196 25.7071 25.7071C25.5196 25.8946 25.2652 26 25 26C24.7348 26 24.4804 25.8946 24.2929 25.7071C24.1054 25.5196 24 25.2652 24 25V17H8V25C8 25.2652 7.89464 25.5196 7.70711 25.7071C7.51957 25.8946 7.26522 26 7 26C6.73478 26 6.48043 25.8946 6.29289 25.7071C6.10536 25.5196 6 25.2652 6 25V7C6 6.73478 6.10536 6.48043 6.29289 6.29289C6.48043 6.10536 6.73478 6 7 6C7.26522 6 7.51957 6.10536 7.70711 6.29289C7.89464 6.48043 8 6.73478 8 7V15H24V7C24 6.73478 24.1054 6.48043 24.2929 6.29289C24.4804 6.10536 24.7348 6 25 6C25.2652 6 25.5196 6.10536 25.7071 6.29289C25.8946 6.48043 26 6.73478 26 7Z", fill: "#252525" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react");function a(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const o=a(c),l=e=>o.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},o.createElement("path",{d:"M26 7V25C26 25.2652 25.8946 25.5196 25.7071 25.7071C25.5196 25.8946 25.2652 26 25 26C24.7348 26 24.4804 25.8946 24.2929 25.7071C24.1054 25.5196 24 25.2652 24 25V17H8V25C8 25.2652 7.89464 25.5196 7.70711 25.7071C7.51957 25.8946 7.26522 26 7 26C6.73478 26 6.48043 25.8946 6.29289 25.7071C6.10536 25.5196 6 25.2652 6 25V7C6 6.73478 6.10536 6.48043 6.29289 6.29289C6.48043 6.10536 6.73478 6 7 6C7.26522 6 7.51957 6.10536 7.70711 6.29289C7.89464 6.48043 8 6.73478 8 7V15H24V7C24 6.73478 24.1054 6.48043 24.2929 6.29289C24.4804 6.10536 24.7348 6 25 6C25.2652 6 25.5196 6.10536 25.7071 6.29289C25.8946 6.48043 26 6.73478 26 7Z",fill:"#252525"}));exports.default=l;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react");function l(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const o=l(c),a=e=>o.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},o.createElement("path",{d:"M17.0961 8.10705L10.8461 2.21017C10.843 2.2075 10.8402 2.20463 10.8375 2.20158C10.6074 1.99231 10.3075 1.87634 9.99648 1.87634C9.68545 1.87634 9.38558 1.99231 9.15547 2.20158L9.14688 2.21017L2.90391 8.10705C2.77656 8.22414 2.67491 8.3664 2.60538 8.52482C2.53586 8.68323 2.49997 8.85436 2.5 9.02736V16.25C2.5 16.5815 2.6317 16.8995 2.86612 17.1339C3.10054 17.3683 3.41848 17.5 3.75 17.5H16.25C16.5815 17.5 16.8995 17.3683 17.1339 17.1339C17.3683 16.8995 17.5 16.5815 17.5 16.25V9.02736C17.5 8.85436 17.4641 8.68323 17.3946 8.52482C17.3251 8.3664 17.2234 8.22414 17.0961 8.10705ZM16.25 16.25H3.75V9.02736L3.75859 9.01955L10 3.12501L16.2422 9.01798L16.2508 9.0258L16.25 16.25Z",fill:"#252525"}));exports.default=a;
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const C = (t) => /* @__PURE__ */ e.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M17.0961 8.10705L10.8461 2.21017C10.843 2.2075 10.8402 2.20463 10.8375 2.20158C10.6074 1.99231 10.3075 1.87634 9.99648 1.87634C9.68545 1.87634 9.38558 1.99231 9.15547 2.20158L9.14688 2.21017L2.90391 8.10705C2.77656 8.22414 2.67491 8.3664 2.60538 8.52482C2.53586 8.68323 2.49997 8.85436 2.5 9.02736V16.25C2.5 16.5815 2.6317 16.8995 2.86612 17.1339C3.10054 17.3683 3.41848 17.5 3.75 17.5H16.25C16.5815 17.5 16.8995 17.3683 17.1339 17.1339C17.3683 16.8995 17.5 16.5815 17.5 16.25V9.02736C17.5 8.85436 17.4641 8.68323 17.3946 8.52482C17.3251 8.3664 17.2234 8.22414 17.0961 8.10705ZM16.25 16.25H3.75V9.02736L3.75859 9.01955L10 3.12501L16.2422 9.01798L16.2508 9.0258L16.25 16.25Z", fill: "#252525" }));
3
+ export {
4
+ C as default
5
+ };