@billgangcom/theme-lib 1.0.4 → 1.0.5

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 (185) 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 +44 -0
  36. package/dist/builder.es.js +7897 -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.cjs.js +1 -0
  105. package/dist/info-circle-DxyEtmA8.cjs +1 -0
  106. package/dist/info-circle-eJbOZlg5.js +5 -0
  107. package/dist/layers-Cjkf4Ywz.js +5 -0
  108. package/dist/layers-D-nS2yjm.cjs +1 -0
  109. package/dist/lock-BmgYa3ZA.cjs +1 -0
  110. package/dist/lock-CjdyZZ0l.js +5 -0
  111. package/dist/main.d.ts +1 -0
  112. package/dist/mobile-CmqAt_Mz.js +5 -0
  113. package/dist/mobile-jT12AeF2.cjs +1 -0
  114. package/dist/paint-BZpZzEUU.js +5 -0
  115. package/dist/paint-onR-PyLb.cjs +1 -0
  116. package/dist/palette-BOR3Eq6r.cjs +1 -0
  117. package/dist/palette-C8JiqbcX.js +5 -0
  118. package/dist/paragraph-BYRArpHX.cjs +1 -0
  119. package/dist/paragraph-LWVXCR4R.js +5 -0
  120. package/dist/plus-7zIw2qu6.cjs +1 -0
  121. package/dist/plus-BJbR8W_G.js +5 -0
  122. package/dist/radius-CRLmETG0.cjs +1 -0
  123. package/dist/radius-CxeWfnVG.js +5 -0
  124. package/dist/redo-C-M_xJyP.cjs +1 -0
  125. package/dist/redo-CGWptNGF.js +5 -0
  126. package/dist/search-DyJEj9C0.js +5 -0
  127. package/dist/search-kPFRd0TJ.cjs +1 -0
  128. package/dist/settings-B3DU_KZp.js +5 -0
  129. package/dist/settings-BqG-9m9d.cjs +1 -0
  130. package/dist/shared/lib/api.d.ts +3 -0
  131. package/dist/shared/lib/formatLabel.d.ts +1 -0
  132. package/dist/shared/lib/index.d.ts +2 -0
  133. package/dist/shared/ui/Button/index.d.ts +11 -0
  134. package/dist/shared/ui/ColorPicker/index.d.ts +9 -0
  135. package/dist/shared/ui/ColorPicker/modal.d.ts +2 -0
  136. package/dist/shared/ui/Icon/index.d.ts +12 -0
  137. package/dist/shared/ui/Input/index.d.ts +15 -0
  138. package/dist/shared/ui/Modal/index.d.ts +7 -0
  139. package/dist/shared/ui/Picker/index.d.ts +8 -0
  140. package/dist/shared/ui/Radio/index.d.ts +13 -0
  141. package/dist/shared/ui/Select/index.d.ts +11 -0
  142. package/dist/shared/ui/Submodal/index.d.ts +6 -0
  143. package/dist/shared/ui/Switch/index.d.ts +8 -0
  144. package/dist/shared/ui/Textarea/index.d.ts +11 -0
  145. package/dist/shared/ui/Tip/index.d.ts +8 -0
  146. package/dist/shared/ui/index.d.ts +12 -0
  147. package/dist/sign-out-C7IDLqPn.js +5 -0
  148. package/dist/sign-out-vR-y-Fk7.cjs +1 -0
  149. package/dist/squares-BaUyzSBO.cjs +1 -0
  150. package/dist/squares-D_Q5KrSa.js +5 -0
  151. package/dist/star-DX6bHsl_.cjs +1 -0
  152. package/dist/star-DmVJ8LCU.js +5 -0
  153. package/dist/store/index.d.ts +12 -0
  154. package/dist/store/useBlocksStore.d.ts +11 -0
  155. package/dist/store/useColorPickerStore.d.ts +32 -0
  156. package/dist/store/useDeviceStore.d.ts +7 -0
  157. package/dist/store/useFontsStore.d.ts +16 -0
  158. package/dist/store/useLayersStore.d.ts +31 -0
  159. package/dist/store/useLayoutStore.d.ts +7 -0
  160. package/dist/store/useNavbarStore.d.ts +7 -0
  161. package/dist/store/usePagesStore.d.ts +32 -0
  162. package/dist/store/usePreviewStore.d.ts +18 -0
  163. package/dist/store/useSettingsStore.d.ts +10 -0
  164. package/dist/store/useSubmodalStore.d.ts +16 -0
  165. package/dist/store/useThemeSettingsStore.d.ts +15 -0
  166. package/dist/tablet-BvEDp-eu.cjs +1 -0
  167. package/dist/tablet-DjgFAzpj.js +5 -0
  168. package/dist/textbox-CeYJQP_1.cjs +1 -0
  169. package/dist/textbox-VoZOnoQo.js +5 -0
  170. package/dist/thickness-8ZhgPpus.js +5 -0
  171. package/dist/thickness-DSnQHY5N.cjs +1 -0
  172. package/dist/ticket-BFI6P_1c.cjs +1 -0
  173. package/dist/ticket-Cp2gw7LG.js +5 -0
  174. package/dist/trash-C46P9ylt.js +5 -0
  175. package/dist/trash-Cy0hsvys.cjs +1 -0
  176. package/dist/undo-D2eH1UgJ.cjs +1 -0
  177. package/dist/undo-DQ4HRzFE.js +5 -0
  178. package/dist/user-circle-gear-DeMV7Apx.cjs +1 -0
  179. package/dist/user-circle-gear-GplwFHx0.js +5 -0
  180. package/dist/vite.svg +1 -0
  181. package/dist/x-DW1UBLIF.cjs +1 -0
  182. package/dist/x-Dwea3dAc.js +5 -0
  183. package/dist/zoom-minus-DlvFV6xy.js +5 -0
  184. package/dist/zoom-minus-TiFzxDhk.cjs +1 -0
  185. package/package.json +2 -2
@@ -0,0 +1,18 @@
1
+ interface Options {
2
+ onPreview: boolean;
3
+ setOnPreview: (onPreview: boolean) => void;
4
+ activeBlock: string | null;
5
+ setActiveBlock: (activeBlock: string | null) => void;
6
+ }
7
+ export declare const usePreviewStore: import("zustand").UseBoundStore<Omit<import("zustand").StoreApi<Options>, "persist"> & {
8
+ persist: {
9
+ setOptions: (options: Partial<import("zustand/middleware").PersistOptions<Options, Options>>) => void;
10
+ clearStorage: () => void;
11
+ rehydrate: () => Promise<void> | void;
12
+ hasHydrated: () => boolean;
13
+ onHydrate: (fn: (state: Options) => void) => () => void;
14
+ onFinishHydration: (fn: (state: Options) => void) => () => void;
15
+ getOptions: () => Partial<import("zustand/middleware").PersistOptions<Options, Options>>;
16
+ };
17
+ }>;
18
+ export {};
@@ -0,0 +1,10 @@
1
+ import { ISettings } from '../abstractions/ISettings';
2
+ type Settings = ISettings & {
3
+ [key: string]: any;
4
+ };
5
+ interface Options {
6
+ settings: Settings | null;
7
+ setSettings: (settings: Settings | null) => void;
8
+ }
9
+ export declare const useSettingsStore: import("zustand").UseBoundStore<import("zustand").StoreApi<Options>>;
10
+ export {};
@@ -0,0 +1,16 @@
1
+ interface Options {
2
+ isModalVisible: boolean;
3
+ hoverBlockId: string | null;
4
+ isMouseOverModal: boolean;
5
+ hideTimeout: number | null;
6
+ showModal: (blockId: string) => void;
7
+ hideModal: () => void;
8
+ startHideTimeout: () => void;
9
+ clearHideTimeout: () => void;
10
+ setMouseOverModal: (isOver: boolean) => void;
11
+ isPreviewVisible: boolean;
12
+ showPreview: (blockId: string) => void;
13
+ hidePreview: () => void;
14
+ }
15
+ export declare const useSubmodalStore: import("zustand").UseBoundStore<import("zustand").StoreApi<Options>>;
16
+ export {};
@@ -0,0 +1,15 @@
1
+ import { BorderFields, ButtonFields, FontFields, FontType, FontTypeHeading, FontTypeParagraph, ThemeSettings, ThemeSettingsBlock } from '@constants';
2
+ interface Options {
3
+ activeBlock: ThemeSettingsBlock | null;
4
+ setActiveBlock: (activeBlock: ThemeSettingsBlock | null) => void;
5
+ themeSettings: ThemeSettings;
6
+ updateColor: (category: keyof ThemeSettings['colors'], colorType: string, newColor: string) => void;
7
+ updateFont: (fontType: FontType, id: FontTypeHeading | FontTypeParagraph, field: keyof FontFields, newValue: string | number) => void;
8
+ updateBorder: (field: keyof BorderFields, newValue: string | number) => void;
9
+ updateButton: (field: keyof ButtonFields, newValue: string | number) => void;
10
+ activeFont: FontTypeHeading | FontTypeParagraph | null;
11
+ setActiveFont: (activeFont: FontTypeHeading | FontTypeParagraph | null) => void;
12
+ updateInput: (category: keyof ThemeSettings['inputs'], value: string | number | boolean, field: keyof ThemeSettings['inputs']['general'] | keyof ThemeSettings['inputs']['border'] | keyof ThemeSettings['inputs']['label'] | keyof ThemeSettings['inputs']['field']) => void;
13
+ }
14
+ export declare const useThemeSettingsStore: import("zustand").UseBoundStore<import("zustand").StoreApi<Options>>;
15
+ export {};
@@ -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:"M15 1.875H5C4.50272 1.875 4.02581 2.07254 3.67417 2.42417C3.32254 2.77581 3.125 3.25272 3.125 3.75V16.25C3.125 16.7473 3.32254 17.2242 3.67417 17.5758C4.02581 17.9275 4.50272 18.125 5 18.125H15C15.4973 18.125 15.9742 17.9275 16.3258 17.5758C16.6775 17.2242 16.875 16.7473 16.875 16.25V3.75C16.875 3.25272 16.6775 2.77581 16.3258 2.42417C15.9742 2.07254 15.4973 1.875 15 1.875ZM15.625 16.25C15.625 16.4158 15.5592 16.5747 15.4419 16.6919C15.3247 16.8092 15.1658 16.875 15 16.875H5C4.83424 16.875 4.67527 16.8092 4.55806 16.6919C4.44085 16.5747 4.375 16.4158 4.375 16.25V3.75C4.375 3.58424 4.44085 3.42527 4.55806 3.30806C4.67527 3.19085 4.83424 3.125 5 3.125H15C15.1658 3.125 15.3247 3.19085 15.4419 3.30806C15.5592 3.42527 15.625 3.58424 15.625 3.75V16.25ZM10.9375 5.3125C10.9375 5.49792 10.8825 5.67918 10.7795 5.83335C10.6765 5.98752 10.5301 6.10768 10.3588 6.17864C10.1875 6.24959 9.99896 6.26816 9.8171 6.23199C9.63525 6.19581 9.4682 6.10652 9.33709 5.97541C9.20598 5.8443 9.11669 5.67725 9.08051 5.4954C9.04434 5.31354 9.06291 5.12504 9.13386 4.95373C9.20482 4.78243 9.32498 4.63601 9.47915 4.533C9.63332 4.42998 9.81458 4.375 10 4.375C10.2486 4.375 10.4871 4.47377 10.6629 4.64959C10.8387 4.8254 10.9375 5.06386 10.9375 5.3125Z",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: "M15 1.875H5C4.50272 1.875 4.02581 2.07254 3.67417 2.42417C3.32254 2.77581 3.125 3.25272 3.125 3.75V16.25C3.125 16.7473 3.32254 17.2242 3.67417 17.5758C4.02581 17.9275 4.50272 18.125 5 18.125H15C15.4973 18.125 15.9742 17.9275 16.3258 17.5758C16.6775 17.2242 16.875 16.7473 16.875 16.25V3.75C16.875 3.25272 16.6775 2.77581 16.3258 2.42417C15.9742 2.07254 15.4973 1.875 15 1.875ZM15.625 16.25C15.625 16.4158 15.5592 16.5747 15.4419 16.6919C15.3247 16.8092 15.1658 16.875 15 16.875H5C4.83424 16.875 4.67527 16.8092 4.55806 16.6919C4.44085 16.5747 4.375 16.4158 4.375 16.25V3.75C4.375 3.58424 4.44085 3.42527 4.55806 3.30806C4.67527 3.19085 4.83424 3.125 5 3.125H15C15.1658 3.125 15.3247 3.19085 15.4419 3.30806C15.5592 3.42527 15.625 3.58424 15.625 3.75V16.25ZM10.9375 5.3125C10.9375 5.49792 10.8825 5.67918 10.7795 5.83335C10.6765 5.98752 10.5301 6.10768 10.3588 6.17864C10.1875 6.24959 9.99896 6.26816 9.8171 6.23199C9.63525 6.19581 9.4682 6.10652 9.33709 5.97541C9.20598 5.8443 9.11669 5.67725 9.08051 5.4954C9.04434 5.31354 9.06291 5.12504 9.13386 4.95373C9.20482 4.78243 9.32498 4.63601 9.47915 4.533C9.63332 4.42998 9.81458 4.375 10 4.375C10.2486 4.375 10.4871 4.47377 10.6629 4.64959C10.8387 4.8254 10.9375 5.06386 10.9375 5.3125Z", fill: "#757575" }));
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:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M10.5 3.75C10.3011 3.75 10.1103 3.82902 9.96967 3.96967C9.82902 4.11032 9.75 4.30109 9.75 4.5V6H2.25C1.85218 6 1.47064 6.15804 1.18934 6.43934C0.908035 6.72064 0.75 7.10218 0.75 7.5V16.5C0.75 16.8978 0.908035 17.2794 1.18934 17.5607C1.47064 17.842 1.85218 18 2.25 18H9.75V19.5C9.75 19.6989 9.82902 19.8897 9.96967 20.0303C10.1103 20.171 10.3011 20.25 10.5 20.25C10.6989 20.25 10.8897 20.171 11.0303 20.0303C11.171 19.8897 11.25 19.6989 11.25 19.5V4.5C11.25 4.30109 11.171 4.11032 11.0303 3.96967C10.8897 3.82902 10.6989 3.75 10.5 3.75ZM2.25 16.5V7.5H9.75V16.5H2.25ZM23.25 7.5V16.5C23.25 16.8978 23.092 17.2794 22.8107 17.5607C22.5294 17.842 22.1478 18 21.75 18H13.5C13.3011 18 13.1103 17.921 12.9697 17.7803C12.829 17.6397 12.75 17.4489 12.75 17.25C12.75 17.0511 12.829 16.8603 12.9697 16.7197C13.1103 16.579 13.3011 16.5 13.5 16.5H21.75V7.5H13.5C13.3011 7.5 13.1103 7.42098 12.9697 7.28033C12.829 7.13968 12.75 6.94891 12.75 6.75C12.75 6.55109 12.829 6.36032 12.9697 6.21967C13.1103 6.07902 13.3011 6 13.5 6H21.75C22.1478 6 22.5294 6.15804 22.8107 6.43934C23.092 6.72064 23.25 7.10218 23.25 7.5ZM8.25 10.5C8.25 10.6989 8.17098 10.8897 8.03033 11.0303C7.88968 11.171 7.69891 11.25 7.5 11.25H6.75V13.5C6.75 13.6989 6.67098 13.8897 6.53033 14.0303C6.38968 14.171 6.19891 14.25 6 14.25C5.80109 14.25 5.61032 14.171 5.46967 14.0303C5.32902 13.8897 5.25 13.6989 5.25 13.5V11.25H4.5C4.30109 11.25 4.11032 11.171 3.96967 11.0303C3.82902 10.8897 3.75 10.6989 3.75 10.5C3.75 10.3011 3.82902 10.1103 3.96967 9.96967C4.11032 9.82902 4.30109 9.75 4.5 9.75H7.5C7.69891 9.75 7.88968 9.82902 8.03033 9.96967C8.17098 10.1103 8.25 10.3011 8.25 10.5Z",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: "M10.5 3.75C10.3011 3.75 10.1103 3.82902 9.96967 3.96967C9.82902 4.11032 9.75 4.30109 9.75 4.5V6H2.25C1.85218 6 1.47064 6.15804 1.18934 6.43934C0.908035 6.72064 0.75 7.10218 0.75 7.5V16.5C0.75 16.8978 0.908035 17.2794 1.18934 17.5607C1.47064 17.842 1.85218 18 2.25 18H9.75V19.5C9.75 19.6989 9.82902 19.8897 9.96967 20.0303C10.1103 20.171 10.3011 20.25 10.5 20.25C10.6989 20.25 10.8897 20.171 11.0303 20.0303C11.171 19.8897 11.25 19.6989 11.25 19.5V4.5C11.25 4.30109 11.171 4.11032 11.0303 3.96967C10.8897 3.82902 10.6989 3.75 10.5 3.75ZM2.25 16.5V7.5H9.75V16.5H2.25ZM23.25 7.5V16.5C23.25 16.8978 23.092 17.2794 22.8107 17.5607C22.5294 17.842 22.1478 18 21.75 18H13.5C13.3011 18 13.1103 17.921 12.9697 17.7803C12.829 17.6397 12.75 17.4489 12.75 17.25C12.75 17.0511 12.829 16.8603 12.9697 16.7197C13.1103 16.579 13.3011 16.5 13.5 16.5H21.75V7.5H13.5C13.3011 7.5 13.1103 7.42098 12.9697 7.28033C12.829 7.13968 12.75 6.94891 12.75 6.75C12.75 6.55109 12.829 6.36032 12.9697 6.21967C13.1103 6.07902 13.3011 6 13.5 6H21.75C22.1478 6 22.5294 6.15804 22.8107 6.43934C23.092 6.72064 23.25 7.10218 23.25 7.5ZM8.25 10.5C8.25 10.6989 8.17098 10.8897 8.03033 11.0303C7.88968 11.171 7.69891 11.25 7.5 11.25H6.75V13.5C6.75 13.6989 6.67098 13.8897 6.53033 14.0303C6.38968 14.171 6.19891 14.25 6 14.25C5.80109 14.25 5.61032 14.171 5.46967 14.0303C5.32902 13.8897 5.25 13.6989 5.25 13.5V11.25H4.5C4.30109 11.25 4.11032 11.171 3.96967 11.0303C3.82902 10.8897 3.75 10.6989 3.75 10.5C3.75 10.3011 3.82902 10.1103 3.96967 9.96967C4.11032 9.82902 4.30109 9.75 4.5 9.75H7.5C7.69891 9.75 7.88968 9.82902 8.03033 9.96967C8.17098 10.1103 8.25 10.3011 8.25 10.5Z", fill: "#252525" }));
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: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M26.8301 5.17001C26.1419 4.47989 25.2254 4.06476 24.2528 4.00258C23.2802 3.94041 22.3184 4.23545 21.5479 4.83232C20.7775 5.42918 20.2515 6.28679 20.0686 7.24408C19.8858 8.20137 20.0588 9.19248 20.5551 10.0313L10.0313 20.555C9.26688 20.1056 8.37498 19.9224 7.4953 20.0342C6.61562 20.1459 5.79785 20.5463 5.17006 21.1725C4.64123 21.7016 4.27138 22.3684 4.10251 23.0972C3.93364 23.826 3.97253 24.5875 4.21475 25.2953C4.45697 26.0031 4.89281 26.6287 5.47278 27.1013C6.05275 27.5738 6.75361 27.8742 7.49574 27.9683C8.23787 28.0625 8.99153 27.9467 9.67114 27.634C10.3507 27.3213 10.929 26.8243 11.3404 26.1995C11.7517 25.5746 11.9795 24.847 11.998 24.0991C12.0166 23.3512 11.825 22.6132 11.4451 21.9688L21.9688 11.445C22.8076 11.9413 23.7987 12.1142 24.756 11.9314C25.7133 11.7486 26.5709 11.2226 27.1677 10.4521C27.7646 9.68168 28.0597 8.71983 27.9975 7.74722C27.9353 6.77462 27.5202 5.85817 26.8301 5.17001ZM9.41381 25.42C9.03852 25.7953 8.52953 26.0061 7.99881 26.0061C7.46808 26.0061 6.95909 25.7953 6.58381 25.42C6.20852 25.0447 5.99769 24.5357 5.99769 24.005C5.99769 23.4743 6.20852 22.9653 6.58381 22.59C6.76953 22.4042 6.99003 22.2569 7.23271 22.1563C7.47539 22.0558 7.7355 22.0041 7.99818 22.0041C8.26086 22.0041 8.52097 22.0558 8.76365 22.1563C9.00633 22.2569 9.22683 22.4042 9.41256 22.59C9.78713 22.9648 9.99764 23.473 9.99788 24.0029C9.99811 24.5328 9.78805 25.0411 9.41381 25.4163V25.42ZM25.4138 9.42001C25.1341 9.69967 24.7777 9.8901 24.3898 9.96723C24.0018 10.0444 23.5997 10.0047 23.2343 9.85335C22.8689 9.70196 22.5565 9.44561 22.3368 9.11672C22.117 8.78784 21.9998 8.40117 21.9998 8.00563C21.9998 7.61009 22.117 7.22343 22.3368 6.89454C22.5565 6.56565 22.8689 6.3093 23.2343 6.15792C23.5997 6.00653 24.0018 5.96689 24.3898 6.04403C24.7777 6.12116 25.1341 6.3116 25.4138 6.59126C25.787 6.9657 25.9968 7.47269 25.9973 8.00136C25.9977 8.53004 25.7889 9.0374 25.4163 9.41251L25.4138 9.42001Z", 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 o(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=o(c),l=e=>r.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},r.createElement("path",{d:"M26.8301 5.17001C26.1419 4.47989 25.2254 4.06476 24.2528 4.00258C23.2802 3.94041 22.3184 4.23545 21.5479 4.83232C20.7775 5.42918 20.2515 6.28679 20.0686 7.24408C19.8858 8.20137 20.0588 9.19248 20.5551 10.0313L10.0313 20.555C9.26688 20.1056 8.37498 19.9224 7.4953 20.0342C6.61562 20.1459 5.79785 20.5463 5.17006 21.1725C4.64123 21.7016 4.27138 22.3684 4.10251 23.0972C3.93364 23.826 3.97253 24.5875 4.21475 25.2953C4.45697 26.0031 4.89281 26.6287 5.47278 27.1013C6.05275 27.5738 6.75361 27.8742 7.49574 27.9683C8.23787 28.0625 8.99153 27.9467 9.67114 27.634C10.3507 27.3213 10.929 26.8243 11.3404 26.1995C11.7517 25.5746 11.9795 24.847 11.998 24.0991C12.0166 23.3512 11.825 22.6132 11.4451 21.9688L21.9688 11.445C22.8076 11.9413 23.7987 12.1142 24.756 11.9314C25.7133 11.7486 26.5709 11.2226 27.1677 10.4521C27.7646 9.68168 28.0597 8.71983 27.9975 7.74722C27.9353 6.77462 27.5202 5.85817 26.8301 5.17001ZM9.41381 25.42C9.03852 25.7953 8.52953 26.0061 7.99881 26.0061C7.46808 26.0061 6.95909 25.7953 6.58381 25.42C6.20852 25.0447 5.99769 24.5357 5.99769 24.005C5.99769 23.4743 6.20852 22.9653 6.58381 22.59C6.76953 22.4042 6.99003 22.2569 7.23271 22.1563C7.47539 22.0558 7.7355 22.0041 7.99818 22.0041C8.26086 22.0041 8.52097 22.0558 8.76365 22.1563C9.00633 22.2569 9.22683 22.4042 9.41256 22.59C9.78713 22.9648 9.99764 23.473 9.99788 24.0029C9.99811 24.5328 9.78805 25.0411 9.41381 25.4163V25.42ZM25.4138 9.42001C25.1341 9.69967 24.7777 9.8901 24.3898 9.96723C24.0018 10.0444 23.5997 10.0047 23.2343 9.85335C22.8689 9.70196 22.5565 9.44561 22.3368 9.11672C22.117 8.78784 21.9998 8.40117 21.9998 8.00563C21.9998 7.61009 22.117 7.22343 22.3368 6.89454C22.5565 6.56565 22.8689 6.3093 23.2343 6.15792C23.5997 6.00653 24.0018 5.96689 24.3898 6.04403C24.7777 6.12116 25.1341 6.3116 25.4138 6.59126C25.787 6.9657 25.9968 7.47269 25.9973 8.00136C25.9977 8.53004 25.7889 9.0374 25.4163 9.41251L25.4138 9.42001Z",fill:"#252525"}));exports.default=l;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react");function o(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=o(c),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:"M21.2991 9.795C21.6379 9.72606 21.9425 9.54219 22.1613 9.27449C22.3802 9.00679 22.4998 8.6717 22.5 8.32594V6C22.5 5.60218 22.342 5.22064 22.0607 4.93934C21.7794 4.65804 21.3978 4.5 21 4.5H3C2.60218 4.5 2.22065 4.65804 1.93934 4.93934C1.65804 5.22064 1.5 5.60218 1.5 6V8.32594C1.50019 8.6717 1.61983 9.00679 1.83867 9.27449C2.05751 9.54219 2.36212 9.72606 2.70094 9.795C3.20757 9.90006 3.66251 10.1765 3.98912 10.5778C4.31573 10.9791 4.49406 11.4807 4.49406 11.9981C4.49406 12.5155 4.31573 13.0171 3.98912 13.4184C3.66251 13.8197 3.20757 14.0962 2.70094 14.2013C2.36148 14.2703 2.0564 14.4547 1.83748 14.7232C1.61857 14.9917 1.49933 15.3277 1.5 15.6741V18C1.5 18.3978 1.65804 18.7794 1.93934 19.0607C2.22065 19.342 2.60218 19.5 3 19.5H21C21.3978 19.5 21.7794 19.342 22.0607 19.0607C22.342 18.7794 22.5 18.3978 22.5 18V15.6741C22.4998 15.3283 22.3802 14.9932 22.1613 14.7255C21.9425 14.4578 21.6379 14.2739 21.2991 14.205C20.7924 14.0999 20.3375 13.8235 20.0109 13.4222C19.6843 13.0209 19.5059 12.5193 19.5059 12.0019C19.5059 11.4845 19.6843 10.9829 20.0109 10.5816C20.3375 10.1803 20.7924 9.90381 21.2991 9.79875V9.795ZM3 15.675C3.84722 15.5024 4.60876 15.0424 5.15573 14.3728C5.70269 13.7031 6.00146 12.8651 6.00146 12.0005C6.00146 11.1359 5.70269 10.2978 5.15573 9.62819C4.60876 8.95857 3.84722 8.49852 3 8.32594V6H8.25V18H3V15.675ZM21 15.675V18H9.75V6H21V8.325C20.1528 8.49759 19.3912 8.95763 18.8443 9.62725C18.2973 10.2969 17.9985 11.1349 17.9985 11.9995C17.9985 12.8641 18.2973 13.7022 18.8443 14.3718C19.3912 15.0414 20.1528 15.5015 21 15.6741V15.675Z",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: "M21.2991 9.795C21.6379 9.72606 21.9425 9.54219 22.1613 9.27449C22.3802 9.00679 22.4998 8.6717 22.5 8.32594V6C22.5 5.60218 22.342 5.22064 22.0607 4.93934C21.7794 4.65804 21.3978 4.5 21 4.5H3C2.60218 4.5 2.22065 4.65804 1.93934 4.93934C1.65804 5.22064 1.5 5.60218 1.5 6V8.32594C1.50019 8.6717 1.61983 9.00679 1.83867 9.27449C2.05751 9.54219 2.36212 9.72606 2.70094 9.795C3.20757 9.90006 3.66251 10.1765 3.98912 10.5778C4.31573 10.9791 4.49406 11.4807 4.49406 11.9981C4.49406 12.5155 4.31573 13.0171 3.98912 13.4184C3.66251 13.8197 3.20757 14.0962 2.70094 14.2013C2.36148 14.2703 2.0564 14.4547 1.83748 14.7232C1.61857 14.9917 1.49933 15.3277 1.5 15.6741V18C1.5 18.3978 1.65804 18.7794 1.93934 19.0607C2.22065 19.342 2.60218 19.5 3 19.5H21C21.3978 19.5 21.7794 19.342 22.0607 19.0607C22.342 18.7794 22.5 18.3978 22.5 18V15.6741C22.4998 15.3283 22.3802 14.9932 22.1613 14.7255C21.9425 14.4578 21.6379 14.2739 21.2991 14.205C20.7924 14.0999 20.3375 13.8235 20.0109 13.4222C19.6843 13.0209 19.5059 12.5193 19.5059 12.0019C19.5059 11.4845 19.6843 10.9829 20.0109 10.5816C20.3375 10.1803 20.7924 9.90381 21.2991 9.79875V9.795ZM3 15.675C3.84722 15.5024 4.60876 15.0424 5.15573 14.3728C5.70269 13.7031 6.00146 12.8651 6.00146 12.0005C6.00146 11.1359 5.70269 10.2978 5.15573 9.62819C4.60876 8.95857 3.84722 8.49852 3 8.32594V6H8.25V18H3V15.675ZM21 15.675V18H9.75V6H21V8.325C20.1528 8.49759 19.3912 8.95763 18.8443 9.62725C18.2973 10.2969 17.9985 11.1349 17.9985 11.9995C17.9985 12.8641 18.2973 13.7022 18.8443 14.3718C19.3912 15.0414 20.1528 15.5015 21 15.6741V15.675Z", fill: "#252525" }));
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: "M20.25 4.5H16.5V3.75C16.5 3.15326 16.2629 2.58097 15.841 2.15901C15.419 1.73705 14.8467 1.5 14.25 1.5H9.75C9.15326 1.5 8.58097 1.73705 8.15901 2.15901C7.73705 2.58097 7.5 3.15326 7.5 3.75V4.5H3.75C3.55109 4.5 3.36032 4.57902 3.21967 4.71967C3.07902 4.86032 3 5.05109 3 5.25C3 5.44891 3.07902 5.63968 3.21967 5.78033C3.36032 5.92098 3.55109 6 3.75 6H4.5V19.5C4.5 19.8978 4.65804 20.2794 4.93934 20.5607C5.22064 20.842 5.60218 21 6 21H18C18.3978 21 18.7794 20.842 19.0607 20.5607C19.342 20.2794 19.5 19.8978 19.5 19.5V6H20.25C20.4489 6 20.6397 5.92098 20.7803 5.78033C20.921 5.63968 21 5.44891 21 5.25C21 5.05109 20.921 4.86032 20.7803 4.71967C20.6397 4.57902 20.4489 4.5 20.25 4.5ZM9 3.75C9 3.55109 9.07902 3.36032 9.21967 3.21967C9.36032 3.07902 9.55109 3 9.75 3H14.25C14.4489 3 14.6397 3.07902 14.7803 3.21967C14.921 3.36032 15 3.55109 15 3.75V4.5H9V3.75ZM18 19.5H6V6H18V19.5ZM10.5 9.75V15.75C10.5 15.9489 10.421 16.1397 10.2803 16.2803C10.1397 16.421 9.94891 16.5 9.75 16.5C9.55109 16.5 9.36032 16.421 9.21967 16.2803C9.07902 16.1397 9 15.9489 9 15.75V9.75C9 9.55109 9.07902 9.36032 9.21967 9.21967C9.36032 9.07902 9.55109 9 9.75 9C9.94891 9 10.1397 9.07902 10.2803 9.21967C10.421 9.36032 10.5 9.55109 10.5 9.75ZM15 9.75V15.75C15 15.9489 14.921 16.1397 14.7803 16.2803C14.6397 16.421 14.4489 16.5 14.25 16.5C14.0511 16.5 13.8603 16.421 13.7197 16.2803C13.579 16.1397 13.5 15.9489 13.5 15.75V9.75C13.5 9.55109 13.579 9.36032 13.7197 9.21967C13.8603 9.07902 14.0511 9 14.25 9C14.4489 9 14.6397 9.07902 14.7803 9.21967C14.921 9.36032 15 9.55109 15 9.75Z", fill: "#C12A2A" }));
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),a=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.5H16.5V3.75C16.5 3.15326 16.2629 2.58097 15.841 2.15901C15.419 1.73705 14.8467 1.5 14.25 1.5H9.75C9.15326 1.5 8.58097 1.73705 8.15901 2.15901C7.73705 2.58097 7.5 3.15326 7.5 3.75V4.5H3.75C3.55109 4.5 3.36032 4.57902 3.21967 4.71967C3.07902 4.86032 3 5.05109 3 5.25C3 5.44891 3.07902 5.63968 3.21967 5.78033C3.36032 5.92098 3.55109 6 3.75 6H4.5V19.5C4.5 19.8978 4.65804 20.2794 4.93934 20.5607C5.22064 20.842 5.60218 21 6 21H18C18.3978 21 18.7794 20.842 19.0607 20.5607C19.342 20.2794 19.5 19.8978 19.5 19.5V6H20.25C20.4489 6 20.6397 5.92098 20.7803 5.78033C20.921 5.63968 21 5.44891 21 5.25C21 5.05109 20.921 4.86032 20.7803 4.71967C20.6397 4.57902 20.4489 4.5 20.25 4.5ZM9 3.75C9 3.55109 9.07902 3.36032 9.21967 3.21967C9.36032 3.07902 9.55109 3 9.75 3H14.25C14.4489 3 14.6397 3.07902 14.7803 3.21967C14.921 3.36032 15 3.55109 15 3.75V4.5H9V3.75ZM18 19.5H6V6H18V19.5ZM10.5 9.75V15.75C10.5 15.9489 10.421 16.1397 10.2803 16.2803C10.1397 16.421 9.94891 16.5 9.75 16.5C9.55109 16.5 9.36032 16.421 9.21967 16.2803C9.07902 16.1397 9 15.9489 9 15.75V9.75C9 9.55109 9.07902 9.36032 9.21967 9.21967C9.36032 9.07902 9.55109 9 9.75 9C9.94891 9 10.1397 9.07902 10.2803 9.21967C10.421 9.36032 10.5 9.55109 10.5 9.75ZM15 9.75V15.75C15 15.9489 14.921 16.1397 14.7803 16.2803C14.6397 16.421 14.4489 16.5 14.25 16.5C14.0511 16.5 13.8603 16.421 13.7197 16.2803C13.579 16.1397 13.5 15.9489 13.5 15.75V9.75C13.5 9.55109 13.579 9.36032 13.7197 9.21967C13.8603 9.07902 14.0511 9 14.25 9C14.4489 9 14.6397 9.07902 14.7803 9.21967C14.921 9.36032 15 9.55109 15 9.75Z",fill:"#C12A2A"}));exports.default=a;
@@ -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:"M18.125 11.25C18.1236 12.5756 17.5963 13.8466 16.6589 14.7839C15.7216 15.7213 14.4506 16.2486 13.125 16.25H6.25C6.08424 16.25 5.92527 16.1842 5.80806 16.067C5.69085 15.9497 5.625 15.7908 5.625 15.625C5.625 15.4593 5.69085 15.3003 5.80806 15.1831C5.92527 15.0659 6.08424 15 6.25 15H13.125C14.1196 15 15.0734 14.6049 15.7767 13.9017C16.4799 13.1984 16.875 12.2446 16.875 11.25C16.875 10.2554 16.4799 9.30162 15.7767 8.59836C15.0734 7.8951 14.1196 7.50001 13.125 7.50001H4.0086L6.69219 10.1828C6.80947 10.3001 6.87535 10.4592 6.87535 10.625C6.87535 10.7909 6.80947 10.9499 6.69219 11.0672C6.57492 11.1845 6.41586 11.2504 6.25 11.2504C6.08415 11.2504 5.92509 11.1845 5.80782 11.0672L2.05782 7.3172C1.99971 7.25915 1.95361 7.19022 1.92215 7.11435C1.8907 7.03848 1.87451 6.95715 1.87451 6.87501C1.87451 6.79288 1.8907 6.71155 1.92215 6.63567C1.95361 6.5598 1.99971 6.49087 2.05782 6.43282L5.80782 2.68282C5.92509 2.56555 6.08415 2.49966 6.25 2.49966C6.41586 2.49966 6.57492 2.56555 6.69219 2.68282C6.80947 2.8001 6.87535 2.95916 6.87535 3.12501C6.87535 3.29086 6.80947 3.44992 6.69219 3.5672L4.0086 6.25001H13.125C14.4506 6.25146 15.7216 6.77871 16.6589 7.71608C17.5963 8.65344 18.1236 9.92437 18.125 11.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: "M18.125 11.25C18.1236 12.5756 17.5963 13.8466 16.6589 14.7839C15.7216 15.7213 14.4506 16.2486 13.125 16.25H6.25C6.08424 16.25 5.92527 16.1842 5.80806 16.067C5.69085 15.9497 5.625 15.7908 5.625 15.625C5.625 15.4593 5.69085 15.3003 5.80806 15.1831C5.92527 15.0659 6.08424 15 6.25 15H13.125C14.1196 15 15.0734 14.6049 15.7767 13.9017C16.4799 13.1984 16.875 12.2446 16.875 11.25C16.875 10.2554 16.4799 9.30162 15.7767 8.59836C15.0734 7.8951 14.1196 7.50001 13.125 7.50001H4.0086L6.69219 10.1828C6.80947 10.3001 6.87535 10.4592 6.87535 10.625C6.87535 10.7909 6.80947 10.9499 6.69219 11.0672C6.57492 11.1845 6.41586 11.2504 6.25 11.2504C6.08415 11.2504 5.92509 11.1845 5.80782 11.0672L2.05782 7.3172C1.99971 7.25915 1.95361 7.19022 1.92215 7.11435C1.8907 7.03848 1.87451 6.95715 1.87451 6.87501C1.87451 6.79288 1.8907 6.71155 1.92215 6.63567C1.95361 6.5598 1.99971 6.49087 2.05782 6.43282L5.80782 2.68282C5.92509 2.56555 6.08415 2.49966 6.25 2.49966C6.41586 2.49966 6.57492 2.56555 6.69219 2.68282C6.80947 2.8001 6.87535 2.95916 6.87535 3.12501C6.87535 3.29086 6.80947 3.44992 6.69219 3.5672L4.0086 6.25001H13.125C14.4506 6.25146 15.7216 6.77871 16.6589 7.71608C17.5963 8.65344 18.1236 9.92437 18.125 11.25Z", 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 o(C){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(C){for(const e in C)if(e!=="default"){const r=Object.getOwnPropertyDescriptor(C,e);Object.defineProperty(t,e,r.get?r:{enumerable:!0,get:()=>C[e]})}}return t.default=C,Object.freeze(t)}const n=o(c),l=C=>n.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...C},n.createElement("path",{d:"M21.3983 5.91281L20.9615 5.66063C21.0127 5.38927 21.0127 5.11073 20.9615 4.83938L21.3983 4.58719C21.5706 4.48773 21.6964 4.3239 21.7479 4.13173C21.7994 3.93957 21.7725 3.73481 21.673 3.5625C21.5736 3.39019 21.4097 3.26445 21.2176 3.21294C21.0254 3.16142 20.8206 3.18836 20.6483 3.28781L20.2105 3.54094C20.001 3.36118 19.7601 3.22165 19.4999 3.12938V2.625C19.4999 2.42609 19.4209 2.23532 19.2802 2.09467C19.1396 1.95402 18.9488 1.875 18.7499 1.875C18.551 1.875 18.3602 1.95402 18.2196 2.09467C18.0789 2.23532 17.9999 2.42609 17.9999 2.625V3.12938C17.7397 3.22165 17.4988 3.36118 17.2893 3.54094L16.8515 3.28781C16.7661 3.23857 16.672 3.20661 16.5743 3.19376C16.4766 3.18091 16.3774 3.18743 16.2822 3.21294C16.1871 3.23844 16.0979 3.28244 16.0197 3.34242C15.9416 3.4024 15.876 3.47718 15.8268 3.5625C15.7775 3.64782 15.7456 3.742 15.7327 3.83967C15.7199 3.93734 15.7264 4.03658 15.7519 4.13173C15.7774 4.22688 15.8214 4.31608 15.8814 4.39423C15.9414 4.47237 16.0161 4.53794 16.1015 4.58719L16.5383 4.83938C16.4871 5.11073 16.4871 5.38927 16.5383 5.66063L16.1015 5.91281C15.9584 5.99533 15.8466 6.12275 15.7833 6.27532C15.7201 6.42789 15.709 6.59706 15.7517 6.75659C15.7945 6.91612 15.8887 7.05708 16.0197 7.1576C16.1508 7.25811 16.3113 7.31256 16.4765 7.3125C16.6081 7.31291 16.7376 7.27829 16.8515 7.21219L17.2893 6.95906C17.4988 7.13882 17.7397 7.27835 17.9999 7.37063V7.875C17.9999 8.07391 18.0789 8.26468 18.2196 8.40533C18.3602 8.54598 18.551 8.625 18.7499 8.625C18.9488 8.625 19.1396 8.54598 19.2802 8.40533C19.4209 8.26468 19.4999 8.07391 19.4999 7.875V7.37063C19.7601 7.27835 20.001 7.13882 20.2105 6.95906L20.6483 7.21219C20.7622 7.27829 20.8917 7.31291 21.0233 7.3125C21.1885 7.31256 21.3491 7.25811 21.4801 7.1576C21.6111 7.05708 21.7053 6.91612 21.7481 6.75659C21.7908 6.59706 21.7797 6.42789 21.7165 6.27532C21.6532 6.12275 21.5414 5.99533 21.3983 5.91281ZM17.9999 5.25C17.9999 5.10166 18.0439 4.95666 18.1263 4.83332C18.2087 4.70999 18.3258 4.61386 18.4629 4.55709C18.5999 4.50032 18.7507 4.48547 18.8962 4.51441C19.0417 4.54335 19.1753 4.61478 19.2802 4.71967C19.3851 4.82456 19.4566 4.9582 19.4855 5.10368C19.5144 5.24917 19.4996 5.39997 19.4428 5.53701C19.386 5.67406 19.2899 5.79119 19.1666 5.8736C19.0432 5.95601 18.8982 6 18.7499 6C18.551 6 18.3602 5.92098 18.2196 5.78033C18.0789 5.63968 17.9999 5.44891 17.9999 5.25ZM20.7515 9.76031C20.5553 9.79314 20.3802 9.90255 20.2647 10.0645C20.1492 10.2264 20.1027 10.4276 20.1355 10.6238C20.2117 11.0785 20.2499 11.5389 20.2499 12C20.2517 14.0196 19.5094 15.969 18.1649 17.4759C17.3284 16.2638 16.1523 15.3261 14.7843 14.7806C15.5191 14.2019 16.0553 13.4085 16.3183 12.5108C16.5814 11.6132 16.5581 10.6559 16.2519 9.77207C15.9456 8.88825 15.3715 8.12183 14.6095 7.5794C13.8474 7.03696 12.9353 6.74548 11.9999 6.74548C11.0645 6.74548 10.1524 7.03696 9.39034 7.5794C8.62829 8.12183 8.05422 8.88825 7.74795 9.77207C7.44169 10.6559 7.41845 11.6132 7.68147 12.5108C7.94449 13.4085 8.4807 14.2019 9.21553 14.7806C7.84754 15.3261 6.67137 16.2638 5.8349 17.4759C4.77995 16.2872 4.09084 14.8189 3.85044 13.2479C3.61004 11.6768 3.82858 10.0697 4.47978 8.61981C5.13098 7.16996 6.18712 5.93908 7.5212 5.07516C8.85529 4.21125 10.4105 3.75108 11.9999 3.75C12.461 3.74993 12.9214 3.78818 13.3762 3.86438C13.5714 3.89519 13.771 3.84764 13.9314 3.73208C14.0918 3.61652 14.2001 3.44229 14.2328 3.2473C14.2654 3.0523 14.2197 2.85231 14.1056 2.69082C13.9916 2.52934 13.8183 2.41943 13.6237 2.385C11.5869 2.04236 9.49391 2.35588 7.64693 3.28029C5.79996 4.2047 4.29456 5.69217 3.34808 7.52793C2.40159 9.3637 2.06302 11.4528 2.38122 13.4935C2.69943 15.5342 3.65796 17.421 5.11842 18.8815C6.57887 20.3419 8.46567 21.3005 10.5064 21.6187C12.5471 21.9369 14.6362 21.5983 16.472 20.6518C18.3077 19.7053 19.7952 18.1999 20.7196 16.353C21.644 14.506 21.9575 12.413 21.6149 10.3763C21.5821 10.1801 21.4727 10.005 21.3107 9.88947C21.1488 9.77396 20.9476 9.7275 20.7515 9.76031ZM8.9999 11.25C8.9999 10.6567 9.17585 10.0766 9.50549 9.58329C9.83514 9.08994 10.3037 8.70542 10.8519 8.47836C11.4 8.2513 12.0032 8.19189 12.5852 8.30764C13.1671 8.4234 13.7017 8.70912 14.1212 9.12868C14.5408 9.54824 14.8265 10.0828 14.9423 10.6647C15.058 11.2467 14.9986 11.8499 14.7715 12.3981C14.5445 12.9462 14.16 13.4148 13.6666 13.7444C13.1733 14.0741 12.5932 14.25 11.9999 14.25C11.2043 14.25 10.4412 13.9339 9.87858 13.3713C9.31597 12.8087 8.9999 12.0457 8.9999 11.25ZM6.9449 18.5156C7.48747 17.6671 8.23491 16.9688 9.11833 16.4851C10.0017 16.0013 10.9927 15.7478 11.9999 15.7478C13.0071 15.7478 13.9981 16.0013 14.8815 16.4851C15.7649 16.9688 16.5123 17.6671 17.0549 18.5156C15.6096 19.6397 13.8309 20.2499 11.9999 20.2499C10.1689 20.2499 8.39021 19.6397 6.9449 18.5156Z",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: "M21.3983 5.91281L20.9615 5.66063C21.0127 5.38927 21.0127 5.11073 20.9615 4.83938L21.3983 4.58719C21.5706 4.48773 21.6964 4.3239 21.7479 4.13173C21.7994 3.93957 21.7725 3.73481 21.673 3.5625C21.5736 3.39019 21.4097 3.26445 21.2176 3.21294C21.0254 3.16142 20.8206 3.18836 20.6483 3.28781L20.2105 3.54094C20.001 3.36118 19.7601 3.22165 19.4999 3.12938V2.625C19.4999 2.42609 19.4209 2.23532 19.2802 2.09467C19.1396 1.95402 18.9488 1.875 18.7499 1.875C18.551 1.875 18.3602 1.95402 18.2196 2.09467C18.0789 2.23532 17.9999 2.42609 17.9999 2.625V3.12938C17.7397 3.22165 17.4988 3.36118 17.2893 3.54094L16.8515 3.28781C16.7661 3.23857 16.672 3.20661 16.5743 3.19376C16.4766 3.18091 16.3774 3.18743 16.2822 3.21294C16.1871 3.23844 16.0979 3.28244 16.0197 3.34242C15.9416 3.4024 15.876 3.47718 15.8268 3.5625C15.7775 3.64782 15.7456 3.742 15.7327 3.83967C15.7199 3.93734 15.7264 4.03658 15.7519 4.13173C15.7774 4.22688 15.8214 4.31608 15.8814 4.39423C15.9414 4.47237 16.0161 4.53794 16.1015 4.58719L16.5383 4.83938C16.4871 5.11073 16.4871 5.38927 16.5383 5.66063L16.1015 5.91281C15.9584 5.99533 15.8466 6.12275 15.7833 6.27532C15.7201 6.42789 15.709 6.59706 15.7517 6.75659C15.7945 6.91612 15.8887 7.05708 16.0197 7.1576C16.1508 7.25811 16.3113 7.31256 16.4765 7.3125C16.6081 7.31291 16.7376 7.27829 16.8515 7.21219L17.2893 6.95906C17.4988 7.13882 17.7397 7.27835 17.9999 7.37063V7.875C17.9999 8.07391 18.0789 8.26468 18.2196 8.40533C18.3602 8.54598 18.551 8.625 18.7499 8.625C18.9488 8.625 19.1396 8.54598 19.2802 8.40533C19.4209 8.26468 19.4999 8.07391 19.4999 7.875V7.37063C19.7601 7.27835 20.001 7.13882 20.2105 6.95906L20.6483 7.21219C20.7622 7.27829 20.8917 7.31291 21.0233 7.3125C21.1885 7.31256 21.3491 7.25811 21.4801 7.1576C21.6111 7.05708 21.7053 6.91612 21.7481 6.75659C21.7908 6.59706 21.7797 6.42789 21.7165 6.27532C21.6532 6.12275 21.5414 5.99533 21.3983 5.91281ZM17.9999 5.25C17.9999 5.10166 18.0439 4.95666 18.1263 4.83332C18.2087 4.70999 18.3258 4.61386 18.4629 4.55709C18.5999 4.50032 18.7507 4.48547 18.8962 4.51441C19.0417 4.54335 19.1753 4.61478 19.2802 4.71967C19.3851 4.82456 19.4566 4.9582 19.4855 5.10368C19.5144 5.24917 19.4996 5.39997 19.4428 5.53701C19.386 5.67406 19.2899 5.79119 19.1666 5.8736C19.0432 5.95601 18.8982 6 18.7499 6C18.551 6 18.3602 5.92098 18.2196 5.78033C18.0789 5.63968 17.9999 5.44891 17.9999 5.25ZM20.7515 9.76031C20.5553 9.79314 20.3802 9.90255 20.2647 10.0645C20.1492 10.2264 20.1027 10.4276 20.1355 10.6238C20.2117 11.0785 20.2499 11.5389 20.2499 12C20.2517 14.0196 19.5094 15.969 18.1649 17.4759C17.3284 16.2638 16.1523 15.3261 14.7843 14.7806C15.5191 14.2019 16.0553 13.4085 16.3183 12.5108C16.5814 11.6132 16.5581 10.6559 16.2519 9.77207C15.9456 8.88825 15.3715 8.12183 14.6095 7.5794C13.8474 7.03696 12.9353 6.74548 11.9999 6.74548C11.0645 6.74548 10.1524 7.03696 9.39034 7.5794C8.62829 8.12183 8.05422 8.88825 7.74795 9.77207C7.44169 10.6559 7.41845 11.6132 7.68147 12.5108C7.94449 13.4085 8.4807 14.2019 9.21553 14.7806C7.84754 15.3261 6.67137 16.2638 5.8349 17.4759C4.77995 16.2872 4.09084 14.8189 3.85044 13.2479C3.61004 11.6768 3.82858 10.0697 4.47978 8.61981C5.13098 7.16996 6.18712 5.93908 7.5212 5.07516C8.85529 4.21125 10.4105 3.75108 11.9999 3.75C12.461 3.74993 12.9214 3.78818 13.3762 3.86438C13.5714 3.89519 13.771 3.84764 13.9314 3.73208C14.0918 3.61652 14.2001 3.44229 14.2328 3.2473C14.2654 3.0523 14.2197 2.85231 14.1056 2.69082C13.9916 2.52934 13.8183 2.41943 13.6237 2.385C11.5869 2.04236 9.49391 2.35588 7.64693 3.28029C5.79996 4.2047 4.29456 5.69217 3.34808 7.52793C2.40159 9.3637 2.06302 11.4528 2.38122 13.4935C2.69943 15.5342 3.65796 17.421 5.11842 18.8815C6.57887 20.3419 8.46567 21.3005 10.5064 21.6187C12.5471 21.9369 14.6362 21.5983 16.472 20.6518C18.3077 19.7053 19.7952 18.1999 20.7196 16.353C21.644 14.506 21.9575 12.413 21.6149 10.3763C21.5821 10.1801 21.4727 10.005 21.3107 9.88947C21.1488 9.77396 20.9476 9.7275 20.7515 9.76031ZM8.9999 11.25C8.9999 10.6567 9.17585 10.0766 9.50549 9.58329C9.83514 9.08994 10.3037 8.70542 10.8519 8.47836C11.4 8.2513 12.0032 8.19189 12.5852 8.30764C13.1671 8.4234 13.7017 8.70912 14.1212 9.12868C14.5408 9.54824 14.8265 10.0828 14.9423 10.6647C15.058 11.2467 14.9986 11.8499 14.7715 12.3981C14.5445 12.9462 14.16 13.4148 13.6666 13.7444C13.1733 14.0741 12.5932 14.25 11.9999 14.25C11.2043 14.25 10.4412 13.9339 9.87858 13.3713C9.31597 12.8087 8.9999 12.0457 8.9999 11.25ZM6.9449 18.5156C7.48747 17.6671 8.23491 16.9688 9.11833 16.4851C10.0017 16.0013 10.9927 15.7478 11.9999 15.7478C13.0071 15.7478 13.9981 16.0013 14.8815 16.4851C15.7649 16.9688 16.5123 17.6671 17.0549 18.5156C15.6096 19.6397 13.8309 20.2499 11.9999 20.2499C10.1689 20.2499 8.39021 19.6397 6.9449 18.5156Z", fill: "#252525" }));
3
+ export {
4
+ t as default
5
+ };
package/dist/vite.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
@@ -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),C=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:"M19.2807 18.2194C19.3504 18.289 19.4056 18.3718 19.4433 18.4628C19.4811 18.5539 19.5005 18.6514 19.5005 18.75C19.5005 18.8485 19.4811 18.9461 19.4433 19.0372C19.4056 19.1282 19.3504 19.2109 19.2807 19.2806C19.211 19.3503 19.1283 19.4056 19.0372 19.4433C18.9462 19.481 18.8486 19.5004 18.7501 19.5004C18.6515 19.5004 18.5539 19.481 18.4629 19.4433C18.3718 19.4056 18.2891 19.3503 18.2194 19.2806L12.0001 13.0603L5.78068 19.2806C5.63995 19.4213 5.44907 19.5004 5.25005 19.5004C5.05103 19.5004 4.86016 19.4213 4.71943 19.2806C4.5787 19.1399 4.49963 18.949 4.49963 18.75C4.49963 18.551 4.5787 18.3601 4.71943 18.2194L10.9397 12L4.71943 5.78061C4.5787 5.63988 4.49963 5.44901 4.49963 5.24999C4.49963 5.05097 4.5787 4.8601 4.71943 4.71936C4.86016 4.57863 5.05103 4.49957 5.25005 4.49957C5.44907 4.49957 5.63995 4.57863 5.78068 4.71936L12.0001 10.9397L18.2194 4.71936C18.3602 4.57863 18.551 4.49957 18.7501 4.49957C18.9491 4.49957 19.1399 4.57863 19.2807 4.71936C19.4214 4.8601 19.5005 5.05097 19.5005 5.24999C19.5005 5.44901 19.4214 5.63988 19.2807 5.78061L13.0604 12L19.2807 18.2194Z",fill:"#757575"}));exports.default=C;
@@ -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: "M19.2807 18.2194C19.3504 18.289 19.4056 18.3718 19.4433 18.4628C19.4811 18.5539 19.5005 18.6514 19.5005 18.75C19.5005 18.8485 19.4811 18.9461 19.4433 19.0372C19.4056 19.1282 19.3504 19.2109 19.2807 19.2806C19.211 19.3503 19.1283 19.4056 19.0372 19.4433C18.9462 19.481 18.8486 19.5004 18.7501 19.5004C18.6515 19.5004 18.5539 19.481 18.4629 19.4433C18.3718 19.4056 18.2891 19.3503 18.2194 19.2806L12.0001 13.0603L5.78068 19.2806C5.63995 19.4213 5.44907 19.5004 5.25005 19.5004C5.05103 19.5004 4.86016 19.4213 4.71943 19.2806C4.5787 19.1399 4.49963 18.949 4.49963 18.75C4.49963 18.551 4.5787 18.3601 4.71943 18.2194L10.9397 12L4.71943 5.78061C4.5787 5.63988 4.49963 5.44901 4.49963 5.24999C4.49963 5.05097 4.5787 4.8601 4.71943 4.71936C4.86016 4.57863 5.05103 4.49957 5.25005 4.49957C5.44907 4.49957 5.63995 4.57863 5.78068 4.71936L12.0001 10.9397L18.2194 4.71936C18.3602 4.57863 18.551 4.49957 18.7501 4.49957C18.9491 4.49957 19.1399 4.57863 19.2807 4.71936C19.4214 4.8601 19.5005 5.05097 19.5005 5.24999C19.5005 5.44901 19.4214 5.63988 19.2807 5.78061L13.0604 12L19.2807 18.2194Z", 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: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { d: "M11.875 8.75C11.875 8.91576 11.8091 9.07473 11.6919 9.19194C11.5747 9.30915 11.4158 9.375 11.25 9.375H6.25C6.08423 9.375 5.92526 9.30915 5.80805 9.19194C5.69084 9.07473 5.625 8.91576 5.625 8.75C5.625 8.58423 5.69084 8.42526 5.80805 8.30805C5.92526 8.19084 6.08423 8.125 6.25 8.125H11.25C11.4158 8.125 11.5747 8.19084 11.6919 8.30805C11.8091 8.42526 11.875 8.58423 11.875 8.75ZM17.9422 17.9422C17.8841 18.0003 17.8152 18.0464 17.7393 18.0778C17.6635 18.1093 17.5821 18.1255 17.5 18.1255C17.4179 18.1255 17.3365 18.1093 17.2607 18.0778C17.1848 18.0464 17.1159 18.0003 17.0578 17.9422L13.1469 14.0305C11.7857 15.1642 10.0398 15.7296 8.27244 15.6089C6.50506 15.4883 4.85223 14.6909 3.65779 13.3826C2.46334 12.0744 1.81926 10.356 1.85951 8.58492C1.89976 6.81388 2.62125 5.12653 3.87389 3.87389C5.12653 2.62125 6.81388 1.89976 8.58492 1.85951C10.356 1.81926 12.0744 2.46334 13.3826 3.65779C14.6909 4.85223 15.4883 6.50506 15.6089 8.27244C15.7296 10.0398 15.1642 11.7857 14.0305 13.1469L17.9422 17.0578C18.0003 17.1159 18.0464 17.1848 18.0778 17.2607C18.1093 17.3365 18.1255 17.4179 18.1255 17.5C18.1255 17.5821 18.1093 17.6635 18.0778 17.7393C18.0464 17.8152 18.0003 17.8841 17.9422 17.9422ZM8.75 14.375C9.86252 14.375 10.9501 14.0451 11.8751 13.427C12.8001 12.8089 13.5211 11.9304 13.9468 10.9026C14.3726 9.87475 14.484 8.74376 14.2669 7.65261C14.0499 6.56147 13.5141 5.55919 12.7275 4.77252C11.9408 3.98585 10.9385 3.45012 9.84738 3.23308C8.75624 3.01604 7.62524 3.12743 6.5974 3.55317C5.56957 3.97892 4.69106 4.69989 4.07298 5.62491C3.4549 6.54994 3.125 7.63748 3.125 8.75C3.12665 10.2413 3.71981 11.6711 4.77435 12.7256C5.82888 13.7802 7.25866 14.3733 8.75 14.375Z", fill: "#757575" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=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 o=c(r),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:"M11.875 8.75C11.875 8.91576 11.8091 9.07473 11.6919 9.19194C11.5747 9.30915 11.4158 9.375 11.25 9.375H6.25C6.08423 9.375 5.92526 9.30915 5.80805 9.19194C5.69084 9.07473 5.625 8.91576 5.625 8.75C5.625 8.58423 5.69084 8.42526 5.80805 8.30805C5.92526 8.19084 6.08423 8.125 6.25 8.125H11.25C11.4158 8.125 11.5747 8.19084 11.6919 8.30805C11.8091 8.42526 11.875 8.58423 11.875 8.75ZM17.9422 17.9422C17.8841 18.0003 17.8152 18.0464 17.7393 18.0778C17.6635 18.1093 17.5821 18.1255 17.5 18.1255C17.4179 18.1255 17.3365 18.1093 17.2607 18.0778C17.1848 18.0464 17.1159 18.0003 17.0578 17.9422L13.1469 14.0305C11.7857 15.1642 10.0398 15.7296 8.27244 15.6089C6.50506 15.4883 4.85223 14.6909 3.65779 13.3826C2.46334 12.0744 1.81926 10.356 1.85951 8.58492C1.89976 6.81388 2.62125 5.12653 3.87389 3.87389C5.12653 2.62125 6.81388 1.89976 8.58492 1.85951C10.356 1.81926 12.0744 2.46334 13.3826 3.65779C14.6909 4.85223 15.4883 6.50506 15.6089 8.27244C15.7296 10.0398 15.1642 11.7857 14.0305 13.1469L17.9422 17.0578C18.0003 17.1159 18.0464 17.1848 18.0778 17.2607C18.1093 17.3365 18.1255 17.4179 18.1255 17.5C18.1255 17.5821 18.1093 17.6635 18.0778 17.7393C18.0464 17.8152 18.0003 17.8841 17.9422 17.9422ZM8.75 14.375C9.86252 14.375 10.9501 14.0451 11.8751 13.427C12.8001 12.8089 13.5211 11.9304 13.9468 10.9026C14.3726 9.87475 14.484 8.74376 14.2669 7.65261C14.0499 6.56147 13.5141 5.55919 12.7275 4.77252C11.9408 3.98585 10.9385 3.45012 9.84738 3.23308C8.75624 3.01604 7.62524 3.12743 6.5974 3.55317C5.56957 3.97892 4.69106 4.69989 4.07298 5.62491C3.4549 6.54994 3.125 7.63748 3.125 8.75C3.12665 10.2413 3.71981 11.6711 4.77435 12.7256C5.82888 13.7802 7.25866 14.3733 8.75 14.375Z",fill:"#757575"}));exports.default=l;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@billgangcom/theme-lib",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "files": [
9
- "dist/index.es.js"
9
+ "dist/**"
10
10
  ],
11
11
  "main": "dist/index.umd.js",
12
12
  "module": "dist/index.es.js",