sme-pos-package 1.0.14 → 1.0.15

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 (314) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/dist/index.mjs +1 -0
  3. package/package.json +4 -1
  4. package/dist/index.css.map +0 -1
  5. package/dist/index.mjs.map +0 -1
  6. package/dist/tailwind.preset.mjs.map +0 -1
  7. package/public/assets/images/bank-logos.png +0 -0
  8. package/public/assets/images/banner1.png +0 -0
  9. package/public/assets/images/banner2.png +0 -0
  10. package/public/assets/images/banner3.png +0 -0
  11. package/public/assets/images/banner4.png +0 -0
  12. package/public/assets/images/cashier.svg +0 -9
  13. package/public/assets/images/empty-cart.png +0 -0
  14. package/public/assets/images/empty-table-state.png +0 -0
  15. package/public/assets/images/layout-display/left-layout.png +0 -0
  16. package/public/assets/images/layout-display/right-layout.png +0 -0
  17. package/public/assets/images/modal-illustration.png +0 -0
  18. package/public/assets/images/order-empty-state.png +0 -0
  19. package/public/assets/images/order.png +0 -0
  20. package/public/assets/images/payment-success-label.png +0 -0
  21. package/public/assets/images/table-empty.png +0 -0
  22. package/public/assets/images/take-away.png +0 -0
  23. package/public/assets/lottie/loading.json +0 -1
  24. package/public/assets/lottie/soft_pos.json +0 -1
  25. package/public/assets/lottie/success.json +0 -1
  26. package/public/config.json +0 -27
  27. package/public/env.json +0 -17
  28. package/src/animations/success.json +0 -9730
  29. package/src/assets/icons/breadcrumbs-icon.tsx +0 -85
  30. package/src/assets/icons/cart-icon.tsx +0 -14
  31. package/src/assets/icons/common.tsx +0 -270
  32. package/src/assets/icons/customer-view-icon.tsx +0 -20
  33. package/src/assets/icons/dining-table.tsx +0 -34
  34. package/src/assets/icons/edit-line-icon.tsx +0 -18
  35. package/src/assets/icons/emenu-icon.tsx +0 -39
  36. package/src/assets/icons/file-close-line-icon.tsx +0 -18
  37. package/src/assets/icons/helper-icon.tsx +0 -84
  38. package/src/assets/icons/home-gear-line-icon.tsx +0 -18
  39. package/src/assets/icons/kanban-icon.tsx +0 -16
  40. package/src/assets/icons/loading-icon.tsx +0 -45
  41. package/src/assets/icons/logout-box-line-icon.tsx +0 -18
  42. package/src/assets/icons/order-icon.tsx +0 -92
  43. package/src/assets/icons/payment-icon.tsx +0 -429
  44. package/src/assets/icons/pincode.tsx +0 -196
  45. package/src/assets/icons/pos-connect-icon.tsx +0 -67
  46. package/src/assets/icons/pos-device-icon.tsx +0 -52
  47. package/src/assets/icons/pos-icon.tsx +0 -75
  48. package/src/assets/icons/printer-line-icon.tsx +0 -18
  49. package/src/assets/icons/star-icon.tsx +0 -174
  50. package/src/assets/icons/table-icon.tsx +0 -77
  51. package/src/assets/icons/user-add-line-icon.tsx +0 -33
  52. package/src/assets/icons/user-icon.tsx +0 -65
  53. package/src/components/common/button-action.tsx +0 -46
  54. package/src/components/common/button-icon.tsx +0 -23
  55. package/src/components/common/dropdown/index.tsx +0 -79
  56. package/src/components/common/empty-state.tsx +0 -60
  57. package/src/components/common/header/index.tsx +0 -89
  58. package/src/components/common/header/tabs.tsx +0 -119
  59. package/src/components/common/image.tsx +0 -20
  60. package/src/components/common/input/index.tsx +0 -55
  61. package/src/components/common/input/radio-group.tsx +0 -75
  62. package/src/components/common/input/text-area.tsx +0 -28
  63. package/src/components/common/modal/delete-confirm-modal-container.tsx +0 -65
  64. package/src/components/common/modal/index.ts +0 -2
  65. package/src/components/common/modal/modal-direction.tsx +0 -125
  66. package/src/components/common/modal/modal-header.tsx +0 -37
  67. package/src/components/common/modal/modal-wrapper.tsx +0 -56
  68. package/src/components/common/modal/modal-zoom.tsx +0 -61
  69. package/src/components/common/pagination.tsx +0 -95
  70. package/src/components/common/refresh-button.tsx +0 -28
  71. package/src/components/common/search-bar.tsx +0 -27
  72. package/src/components/common/search.tsx +0 -59
  73. package/src/components/common/skeleton.tsx +0 -7
  74. package/src/components/common/tabs-layout.tsx +0 -98
  75. package/src/components/common/use-check-session.tsx +0 -19
  76. package/src/components/customer-management/add-customer/add-customer-drawer.tsx +0 -286
  77. package/src/components/customer-management/add-customer/address-select.tsx +0 -51
  78. package/src/components/customer-management/choose-customer-drawer.tsx +0 -177
  79. package/src/components/customer-management/customer-info-drawer.tsx +0 -166
  80. package/src/components/customer-management/customer-no-data.tsx +0 -18
  81. package/src/components/emenu/emenu-qr-code.tsx +0 -59
  82. package/src/components/emenu/menu-link.tsx +0 -67
  83. package/src/components/index.ts +0 -8
  84. package/src/components/kanban-template/kitchen-template.tsx +0 -60
  85. package/src/components/kanban-template/pos-order-template.tsx +0 -77
  86. package/src/components/kanban-template/pos-template.tsx +0 -170
  87. package/src/components/kitchen-management/change-status-confirm-modal.tsx +0 -61
  88. package/src/components/kitchen-management/index.ts +0 -1
  89. package/src/components/kitchen-management/kitchen-order/index.tsx +0 -153
  90. package/src/components/kitchen-management/kitchen-order/line.tsx +0 -78
  91. package/src/components/kitchen-management/kitchen-order/state.tsx +0 -52
  92. package/src/components/kitchen-management/kitchen-status.tsx +0 -69
  93. package/src/components/kitchen-management/orders-kitchen-management.tsx +0 -113
  94. package/src/components/order-management/index.tsx +0 -128
  95. package/src/components/order-management/order-actions.tsx +0 -46
  96. package/src/components/order-management/order-detail/header.tsx +0 -37
  97. package/src/components/order-management/order-detail/index.ts +0 -3
  98. package/src/components/order-management/order-detail/information.tsx +0 -96
  99. package/src/components/order-management/order-detail/order-detail.tsx +0 -84
  100. package/src/components/order-management/order-detail/order-line.tsx +0 -56
  101. package/src/components/order-management/order-detail/summary.tsx +0 -221
  102. package/src/components/order-management/order-header.tsx +0 -113
  103. package/src/components/order-management/order-pagination.tsx +0 -49
  104. package/src/components/order-management/order-status.tsx +0 -58
  105. package/src/components/order-management/order-table.tsx +0 -179
  106. package/src/components/order-management/order-tabs.tsx +0 -48
  107. package/src/components/pos-management/add-product-from-barcode/index.tsx +0 -97
  108. package/src/components/pos-management/cart-content/action-line.tsx +0 -81
  109. package/src/components/pos-management/cart-content/cancel-order-line-modal.tsx +0 -41
  110. package/src/components/pos-management/cart-content/cart-item.tsx +0 -173
  111. package/src/components/pos-management/cart-content/cart-items.tsx +0 -130
  112. package/src/components/pos-management/cart-content/draft-orders/draft-order-line.tsx +0 -67
  113. package/src/components/pos-management/cart-content/draft-orders/index.tsx +0 -40
  114. package/src/components/pos-management/cart-content/edit-cart-modal.tsx +0 -11
  115. package/src/components/pos-management/cart-content/index.tsx +0 -260
  116. package/src/components/pos-management/cart-content/no-select-order.tsx +0 -26
  117. package/src/components/pos-management/cart-content/order-info/customer-info.tsx +0 -53
  118. package/src/components/pos-management/cart-content/order-info/index.tsx +0 -109
  119. package/src/components/pos-management/cart-content/order-total.tsx +0 -36
  120. package/src/components/pos-management/cart-content/orders-line.tsx +0 -72
  121. package/src/components/pos-management/menu-content/category-tab.tsx +0 -38
  122. package/src/components/pos-management/menu-content/create-order-modal.tsx +0 -65
  123. package/src/components/pos-management/menu-content/product-content.tsx +0 -93
  124. package/src/components/pos-management/menu-content/product-detail/info.tsx +0 -28
  125. package/src/components/pos-management/menu-content/product-detail/modal.tsx +0 -148
  126. package/src/components/pos-management/menu-content/product-detail/option.tsx +0 -87
  127. package/src/components/pos-management/menu-content/product-detail/quantity-control.tsx +0 -155
  128. package/src/components/pos-management/menu-content/product-detail/sale-keypad.tsx +0 -100
  129. package/src/components/pos-management/menu-content/product-item.tsx +0 -65
  130. package/src/components/pos-management/order-helper/cancel-order-confirm.tsx +0 -43
  131. package/src/components/pos-management/order-helper/history-call.tsx +0 -105
  132. package/src/components/pos-management/order-helper/order-helper-modal.tsx +0 -116
  133. package/src/components/pos-management/payment-content/bill/actions.tsx +0 -46
  134. package/src/components/pos-management/payment-content/bill/content.tsx +0 -207
  135. package/src/components/pos-management/payment-content/bill/index.tsx +0 -18
  136. package/src/components/pos-management/payment-content/card-payment/index.tsx +0 -124
  137. package/src/components/pos-management/payment-content/card-payment/pos-payment/pos-connect.tsx +0 -183
  138. package/src/components/pos-management/payment-content/card-payment/pos-payment/qr-connect.tsx +0 -185
  139. package/src/components/pos-management/payment-content/card-payment/waiting-for-payment-pos-modal.tsx +0 -37
  140. package/src/components/pos-management/payment-content/cash-payment/index.tsx +0 -216
  141. package/src/components/pos-management/payment-content/index.tsx +0 -70
  142. package/src/components/pos-management/payment-content/payment-info.tsx +0 -67
  143. package/src/components/pos-management/payment-content/payment-layout.tsx +0 -16
  144. package/src/components/pos-management/payment-content/payment-method-cards.tsx +0 -99
  145. package/src/components/pos-management/payment-content/qr-payment/index.tsx +0 -118
  146. package/src/components/pos-management/payment-content/qr-payment/qr_code.js +0 -29
  147. package/src/components/pos-management/payment-content/qr-payment/vietqr.js +0 -436
  148. package/src/components/pos-management/payment-content/session-close-modal.tsx +0 -35
  149. package/src/components/pos-management/payment-content/soft-pos-payment/index.tsx +0 -48
  150. package/src/components/pos-management/pos-helpers/back-confirm.tsx +0 -45
  151. package/src/components/pos-management/pos-helpers/index.tsx +0 -135
  152. package/src/components/pos-management/pos-helpers/layout-display-modal.tsx +0 -99
  153. package/src/components/pos-management/search.tsx +0 -48
  154. package/src/components/pos-management/table-content/filtered-tables.tsx +0 -59
  155. package/src/components/pos-management/table-content/floor-tabs.tsx +0 -65
  156. package/src/components/pos-management/table-content/index.tsx +0 -76
  157. package/src/components/pos-management/table-content/table-item.tsx +0 -127
  158. package/src/components/pos-management/table-content/tables.tsx +0 -96
  159. package/src/components/restaurant-management/add-floor-modal.tsx +0 -133
  160. package/src/components/restaurant-management/add-table-modal.tsx +0 -198
  161. package/src/components/restaurant-management/delete-floor-confirm-modal.tsx +0 -42
  162. package/src/components/restaurant-management/delete-table-confirm-modal.tsx +0 -51
  163. package/src/components/restaurant-management/header.tsx +0 -22
  164. package/src/components/restaurant-management/index.tsx +0 -54
  165. package/src/components/restaurant-management/left-side.tsx +0 -51
  166. package/src/components/restaurant-management/right-side.tsx +0 -179
  167. package/src/components/restaurant-management/table-empty.tsx +0 -43
  168. package/src/components/session-management/close-session-modal/actions.tsx +0 -45
  169. package/src/components/session-management/close-session-modal/close-session-confirm.tsx +0 -157
  170. package/src/components/session-management/close-session-modal/close-session-ticket.tsx +0 -218
  171. package/src/components/session-management/close-session-modal/container.tsx +0 -25
  172. package/src/components/session-management/close-session-modal/draft-orders-confirm.tsx +0 -53
  173. package/src/components/session-management/close-session-modal/draft-orders-summary.tsx +0 -82
  174. package/src/components/session-management/close-session-modal/draft-orders.tsx +0 -34
  175. package/src/components/session-management/close-session-modal/index.tsx +0 -35
  176. package/src/components/session-management/close-session-modal/order/index.ts +0 -1
  177. package/src/components/session-management/close-session-modal/order/order-line.tsx +0 -64
  178. package/src/components/session-management/close-session-modal/order/orders-in-draft.tsx +0 -31
  179. package/src/components/session-management/close-session-modal/session-summary.tsx +0 -165
  180. package/src/components/session-management/index.ts +0 -1
  181. package/src/components/session-management/open-shift/index.tsx +0 -172
  182. package/src/components/table-management/index.tsx +0 -0
  183. package/src/constants/api/index.ts +0 -1
  184. package/src/constants/headers.constant.tsx +0 -24
  185. package/src/constants/index.ts +0 -1
  186. package/src/constants/language.store.ts +0 -21
  187. package/src/constants/methods.constant.ts +0 -10
  188. package/src/constants/order-state.ts +0 -8
  189. package/src/constants/payment-color.constant.ts +0 -26
  190. package/src/constants/query.constant.ts +0 -14
  191. package/src/constants/routes.constants.ts +0 -23
  192. package/src/constants/template-name.constant.ts +0 -9
  193. package/src/hooks/bill/use-get-bill-information.ts +0 -49
  194. package/src/hooks/bill/use-print-bill.tsx +0 -0
  195. package/src/hooks/common/load-env-config.ts +0 -98
  196. package/src/hooks/common/use-back.ts +0 -13
  197. package/src/hooks/common/use-broadcast.ts +0 -22
  198. package/src/hooks/common/use-click-outside.ts +0 -58
  199. package/src/hooks/common/use-get-base64-photo.ts +0 -71
  200. package/src/hooks/common/use-get-query.ts +0 -25
  201. package/src/hooks/common/use-pos.ts +0 -21
  202. package/src/hooks/common/use-query-params.ts +0 -89
  203. package/src/hooks/common/use-speech.ts +0 -36
  204. package/src/hooks/customer/use-customer-provider.ts +0 -247
  205. package/src/hooks/floor/use-floor-provider.ts +0 -172
  206. package/src/hooks/kitchen/use-kitchen-provider.ts +0 -80
  207. package/src/hooks/order/use-get-point-reward.ts +0 -50
  208. package/src/hooks/order/use-loop-fetch-order.ts +0 -30
  209. package/src/hooks/order/use-order-items.ts +0 -61
  210. package/src/hooks/order/use-orders.ts +0 -76
  211. package/src/hooks/payment/use-payment-provider.ts +0 -221
  212. package/src/hooks/product/use-product-provider.ts +0 -87
  213. package/src/hooks/session/use-check-session.tsx +0 -19
  214. package/src/hooks/session/use-session-provider.ts +0 -79
  215. package/src/hooks/table/use-pos-table-provider.ts +0 -193
  216. package/src/index.css +0 -5
  217. package/src/index.ts +0 -13
  218. package/src/layouts/common.tsx +0 -15
  219. package/src/layouts/index.ts +0 -4
  220. package/src/layouts/pos-layout.tsx +0 -33
  221. package/src/layouts/pos-order-layout.tsx +0 -43
  222. package/src/layouts/sale-layout.tsx +0 -25
  223. package/src/locales/en.json +0 -394
  224. package/src/locales/vi.json +0 -400
  225. package/src/pages/index.ts +0 -4
  226. package/src/pages/login/index.tsx +0 -128
  227. package/src/pages/pincode/index.tsx +0 -198
  228. package/src/pages/pos/kitchen-management/layout.tsx +0 -18
  229. package/src/pages/pos/management-floor/index.tsx +0 -7
  230. package/src/pages/pos/management-order/index.tsx +0 -7
  231. package/src/pages/pos/management-order/order-detail/index.tsx +0 -7
  232. package/src/pages/pos/management-table/index.tsx +0 -0
  233. package/src/pages/pos/payment-success/index.tsx +0 -75
  234. package/src/provider/app-provider.tsx +0 -56
  235. package/src/provider/fallback/custom-error.tsx +0 -26
  236. package/src/provider/main-provider.tsx +0 -41
  237. package/src/provider/meta-provider.tsx +0 -72
  238. package/src/provider/modal-provider.tsx +0 -48
  239. package/src/provider/notification-provider.tsx +0 -64
  240. package/src/provider/pos-provider/close-session-provider/index.tsx +0 -207
  241. package/src/provider/pos-provider/customer-provider/index.tsx +0 -30
  242. package/src/provider/pos-provider/floor-provider/index.tsx +0 -39
  243. package/src/provider/pos-provider/index.ts +0 -6
  244. package/src/provider/pos-provider/kitchen-provider/index.tsx +0 -30
  245. package/src/provider/pos-provider/order-detail-provider/index.tsx +0 -233
  246. package/src/provider/pos-provider/order-provider/index.tsx +0 -803
  247. package/src/provider/pos-provider/payment-provider/index.tsx +0 -30
  248. package/src/provider/pos-provider/product-provider/index.tsx +0 -30
  249. package/src/provider/pos-provider/sale-provider/index.tsx +0 -168
  250. package/src/provider/pos-provider/session-provider/index.tsx +0 -30
  251. package/src/provider/pos-provider/socket-provider/index.tsx +0 -118
  252. package/src/provider/pos-provider/table-provider/index.tsx +0 -30
  253. package/src/provider/public-provider.tsx +0 -104
  254. package/src/provider/use-session-provider.ts +0 -79
  255. package/src/router/app-router.tsx +0 -38
  256. package/src/router/index.tsx +0 -26
  257. package/src/router/pos-route.tsx +0 -75
  258. package/src/router/protected-route.tsx +0 -16
  259. package/src/router/public-route.tsx +0 -11
  260. package/src/store/header/index.ts +0 -21
  261. package/src/store/session/index.ts +0 -25
  262. package/src/store/states/cart.state.ts +0 -135
  263. package/src/store/states/close-session.state.ts +0 -20
  264. package/src/store/states/customer.state.ts +0 -19
  265. package/src/store/states/payment.state.ts +0 -14
  266. package/src/styles/base.css +0 -212
  267. package/src/styles/common.css +0 -65
  268. package/src/styles/lib/tailwind.css +0 -0
  269. package/src/styles/lib/tailwind.theme.css +0 -34
  270. package/src/styles/loading.css +0 -72
  271. package/src/styles/main.css +0 -5
  272. package/src/styles/refreshing-content.css +0 -55
  273. package/src/styles/text.css +0 -44
  274. package/src/types/account.ts +0 -61
  275. package/src/types/branch.ts +0 -6
  276. package/src/types/category.ts +0 -13
  277. package/src/types/common.ts +0 -4
  278. package/src/types/customer.ts +0 -52
  279. package/src/types/dashboard.ts +0 -18
  280. package/src/types/edc.ts +0 -37
  281. package/src/types/export-e-invoice.ts +0 -17
  282. package/src/types/filter.d.ts +0 -12
  283. package/src/types/floor/floor.ts +0 -16
  284. package/src/types/floor.d.ts +0 -36
  285. package/src/types/index.ts +0 -127
  286. package/src/types/invoice.ts +0 -32
  287. package/src/types/modal.ts +0 -15
  288. package/src/types/notification.ts +0 -12
  289. package/src/types/order.ts +0 -182
  290. package/src/types/payment.ts +0 -44
  291. package/src/types/product/product.ts +0 -47
  292. package/src/types/product.ts +0 -137
  293. package/src/types/provider-info.d.ts +0 -14
  294. package/src/types/qr.d.ts +0 -25
  295. package/src/types/report.d.ts +0 -43
  296. package/src/types/sale.d.ts +0 -68
  297. package/src/types/search.d.ts +0 -7
  298. package/src/types/session.d.ts +0 -30
  299. package/src/types/shop-qr.d.ts +0 -89
  300. package/src/types/staff.d.ts +0 -35
  301. package/src/types/store.d.ts +0 -25
  302. package/src/types/table.d.ts +0 -57
  303. package/src/utils/close-session-ticket.tsx +0 -129
  304. package/src/utils/functions.ts +0 -299
  305. package/src/utils/i18n.ts +0 -25
  306. package/src/utils/pos/bill.ts +0 -156
  307. package/src/utils/pos/convert-order.ts +0 -58
  308. package/src/utils/pos/helpers.ts +0 -48
  309. package/src/utils/pos/session.ts +0 -44
  310. package/src/utils/storages/index.ts +0 -1
  311. package/src/utils/storages/local-storage.ts +0 -72
  312. package/tailwind.preset.ts +0 -25
  313. package/tsconfig.json +0 -30
  314. package/tsup.config.ts +0 -30
@@ -1,85 +0,0 @@
1
- export const IcSearch = (props: React.SVGProps<SVGSVGElement>) => {
2
- return (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="20"
6
- height="20"
7
- viewBox="0 0 20 20"
8
- fill="none"
9
- >
10
- <path
11
- d="M14.5232 13.4627L17.7355 16.6742L16.6742 17.7355L13.4627 14.5232C12.2678 15.4812 10.7815 16.0022 9.25 16C5.524 16 2.5 12.976 2.5 9.25C2.5 5.524 5.524 2.5 9.25 2.5C12.976 2.5 16 5.524 16 9.25C16.0022 10.7815 15.4812 12.2678 14.5232 13.4627ZM13.0187 12.9062C13.9706 11.9274 14.5021 10.6153 14.5 9.25C14.5 6.349 12.1502 4 9.25 4C6.349 4 4 6.349 4 9.25C4 12.1502 6.349 14.5 9.25 14.5C10.6153 14.5021 11.9274 13.9706 12.9062 13.0187L13.0187 12.9062Z"
12
- fill="currentColor"
13
- />
14
- </svg>
15
- )
16
- }
17
-
18
- export const IcRefresh = () => {
19
- return (
20
- <svg
21
- xmlns="http://www.w3.org/2000/svg"
22
- width="16"
23
- height="16"
24
- viewBox="0 0 16 16"
25
- fill="none"
26
- >
27
- <path
28
- d="M3.09725 2.32476C4.45817 1.1455 6.19924 0.497495 8 0.500007C12.1423 0.500007 15.5 3.85776 15.5 8.00001C15.5 9.60201 14.9975 11.087 14.1425 12.305L11.75 8.00001H14C14.0001 6.82373 13.6544 5.67336 13.006 4.69195C12.3576 3.71054 11.4349 2.94138 10.3529 2.4801C9.27082 2.01882 8.07704 1.88578 6.91997 2.09752C5.7629 2.30926 4.69359 2.85643 3.845 3.67101L3.09725 2.32476ZM12.9028 13.6753C11.5418 14.8545 9.80076 15.5025 8 15.5C3.85775 15.5 0.5 12.1423 0.5 8.00001C0.5 6.39801 1.0025 4.91301 1.8575 3.69501L4.25 8.00001H2C1.9999 9.17629 2.34556 10.3267 2.994 11.3081C3.64244 12.2895 4.56505 13.0586 5.64712 13.5199C6.72918 13.9812 7.92296 14.1142 9.08003 13.9025C10.2371 13.6908 11.3064 13.1436 12.155 12.329L12.9028 13.6753Z"
29
- fill="currentColor"
30
- />
31
- </svg>
32
- )
33
- }
34
-
35
- export const IcPlus = () => {
36
- return (
37
- <svg
38
- xmlns="http://www.w3.org/2000/svg"
39
- width="17"
40
- height="16"
41
- viewBox="0 0 17 16"
42
- fill="none"
43
- >
44
- <path
45
- d="M8.59985 4.2998V7.89941H12.2004V8.09961H8.59985V11.7002H8.39966V8.09961H4.80005V7.89941H8.39966V4.2998H8.59985Z"
46
- fill="currentColor"
47
- stroke="currentColor"
48
- />
49
- </svg>
50
- )
51
- }
52
-
53
- export const IcSubtractLine = () => {
54
- return (
55
- <svg
56
- xmlns="http://www.w3.org/2000/svg"
57
- width="13"
58
- height="2"
59
- viewBox="0 0 13 2"
60
- fill="none"
61
- >
62
- <path
63
- d="M0.199219 0.0996094H12.7992V1.89961H0.199219V0.0996094Z"
64
- fill="currentColor"
65
- />
66
- </svg>
67
- )
68
- }
69
-
70
- export const IcPrint = () => {
71
- return (
72
- <svg
73
- xmlns="http://www.w3.org/2000/svg"
74
- width="20"
75
- height="20"
76
- viewBox="0 0 20 20"
77
- fill="none"
78
- >
79
- <path
80
- d="M6.25 13.75H13.75V17.5H6.25V13.75ZM15.25 16V12.25H4.75V16H3.25C3.05109 16 2.86032 15.921 2.71967 15.7803C2.57902 15.6397 2.5 15.4489 2.5 15.25V7.75C2.5 7.55109 2.57902 7.36032 2.71967 7.21967C2.86032 7.07902 3.05109 7 3.25 7H16.75C16.9489 7 17.1397 7.07902 17.2803 7.21967C17.421 7.36032 17.5 7.55109 17.5 7.75V15.25C17.5 15.4489 17.421 15.6397 17.2803 15.7803C17.1397 15.921 16.9489 16 16.75 16H15.25ZM4.75 8.5V10H7V8.5H4.75ZM6.25 2.5H13.75C13.9489 2.5 14.1397 2.57902 14.2803 2.71967C14.421 2.86032 14.5 3.05109 14.5 3.25V5.5H5.5V3.25C5.5 3.05109 5.57902 2.86032 5.71967 2.71967C5.86032 2.57902 6.05109 2.5 6.25 2.5Z"
81
- fill="currentColor"
82
- />
83
- </svg>
84
- )
85
- }
@@ -1,14 +0,0 @@
1
- export const IcCart = () => (
2
- <svg
3
- xmlns="http://www.w3.org/2000/svg"
4
- width="15"
5
- height="15"
6
- viewBox="0 0 15 15"
7
- fill="none"
8
- >
9
- <path
10
- d="M7.5 0C8.69347 0 9.83807 0.474106 10.682 1.31802C11.5259 2.16193 12 3.30653 12 4.5V5.25H15V6.75H14.1248L13.557 13.5623C13.5414 13.7497 13.4559 13.9244 13.3176 14.0518C13.1792 14.1791 12.9981 14.2499 12.81 14.25H2.19C2.00193 14.2499 1.82077 14.1791 1.68242 14.0518C1.54406 13.9244 1.45861 13.7497 1.443 13.5623L0.8745 6.75H0V5.25H3V4.5C3 3.30653 3.47411 2.16193 4.31802 1.31802C5.16193 0.474106 6.30653 0 7.5 0V0ZM12.6195 6.75H2.37975L2.88 12.75H12.1193L12.6195 6.75ZM8.25 8.25V11.25H6.75V8.25H8.25ZM5.25 8.25V11.25H3.75V8.25H5.25ZM11.25 8.25V11.25H9.75V8.25H11.25ZM7.5 1.5C6.73032 1.5 5.99008 1.79583 5.43239 2.32629C4.8747 2.85676 4.54223 3.58128 4.50375 4.35L4.5 4.5V5.25H10.5V4.5C10.5 3.73032 10.2042 2.99008 9.67371 2.43239C9.14324 1.8747 8.41872 1.54223 7.65 1.50375L7.5 1.5Z"
11
- fill="currentColor"
12
- />
13
- </svg>
14
- );
@@ -1,270 +0,0 @@
1
- export const IcBack = () => (
2
- <svg
3
- xmlns="http://www.w3.org/2000/svg"
4
- width="20"
5
- height="20"
6
- viewBox="0 0 20 20"
7
- fill="none"
8
- >
9
- <path
10
- d="M9.20437 9.99956L12.9169 13.7121L11.8564 14.7726L7.08337 9.99956L11.8564 5.22656L12.9169 6.28706L9.20437 9.99956Z"
11
- fill="currentColor"
12
- />
13
- </svg>
14
- );
15
-
16
- export const IcClose = ({ className = "" }: { className?: string }) => {
17
- return (
18
- <svg
19
- width="24"
20
- height="24"
21
- viewBox="0 0 24 24"
22
- fill="none"
23
- xmlns="http://www.w3.org/2000/svg"
24
- className={className}
25
- >
26
- <path
27
- d="M12.0001 10.7275L16.4551 6.27246L17.7277 7.54506L13.2727 12.0001L17.7277 16.4551L16.4551 17.7277L12.0001 13.2727L7.54506 17.7277L6.27246 16.4551L10.7275 12.0001L6.27246 7.54506L7.54506 6.27246L12.0001 10.7275Z"
28
- fill="currentColor"
29
- />
30
- </svg>
31
- );
32
- };
33
-
34
- export const IcMore = () => {
35
- return (
36
- <svg
37
- xmlns="http://www.w3.org/2000/svg"
38
- width="4"
39
- height="18"
40
- viewBox="0 0 4 18"
41
- fill="none"
42
- >
43
- <path
44
- d="M1.99922 0.900391C1.00922 0.900391 0.199219 1.71039 0.199219 2.70039C0.199219 3.69039 1.00922 4.50039 1.99922 4.50039C2.98922 4.50039 3.79922 3.69039 3.79922 2.70039C3.79922 1.71039 2.98922 0.900391 1.99922 0.900391ZM1.99922 13.5004C1.00922 13.5004 0.199219 14.3104 0.199219 15.3004C0.199219 16.2904 1.00922 17.1004 1.99922 17.1004C2.98922 17.1004 3.79922 16.2904 3.79922 15.3004C3.79922 14.3104 2.98922 13.5004 1.99922 13.5004ZM1.99922 7.20039C1.00922 7.20039 0.199219 8.01039 0.199219 9.00039C0.199219 9.99039 1.00922 10.8004 1.99922 10.8004C2.98922 10.8004 3.79922 9.99039 3.79922 9.00039C3.79922 8.01039 2.98922 7.20039 1.99922 7.20039Z"
45
- fill="currentColor"
46
- />
47
- </svg>
48
- );
49
- };
50
-
51
- export const IcPencil = () => {
52
- return (
53
- <svg
54
- xmlns="http://www.w3.org/2000/svg"
55
- width="12"
56
- height="12"
57
- viewBox="0 0 12 12"
58
- fill="none"
59
- >
60
- <path
61
- d="M1.79961 10.1997H2.64801L8.23641 4.61126L7.38801 3.76286L1.79961 9.35126V10.1997ZM11.3996 11.3997H0.599609V8.85386L8.66061 0.792859C8.77313 0.680377 8.92571 0.617188 9.08481 0.617188C9.24391 0.617188 9.39649 0.680377 9.50901 0.792859L11.2064 2.49026C11.3189 2.60278 11.3821 2.75536 11.3821 2.91446C11.3821 3.07356 11.3189 3.22614 11.2064 3.33866L4.34541 10.1997H11.3996V11.3997ZM8.23641 2.91446L9.08481 3.76286L9.93321 2.91446L9.08481 2.06606L8.23641 2.91446Z"
62
- fill="#060606"
63
- />
64
- </svg>
65
- );
66
- };
67
-
68
- export const IcPlus = () => {
69
- return (
70
- <svg
71
- xmlns="http://www.w3.org/2000/svg"
72
- width="17"
73
- height="16"
74
- viewBox="0 0 17 16"
75
- fill="none"
76
- >
77
- <path
78
- d="M8.59985 4.2998V7.89941H12.2004V8.09961H8.59985V11.7002H8.39966V8.09961H4.80005V7.89941H8.39966V4.2998H8.59985Z"
79
- fill="currentColor"
80
- stroke="currentColor"
81
- />
82
- </svg>
83
- );
84
- };
85
-
86
- export const IcSubtract = () => {
87
- return (
88
- <svg
89
- xmlns="http://www.w3.org/2000/svg"
90
- width="20"
91
- height="20"
92
- viewBox="0 0 20 20"
93
- fill="none"
94
- >
95
- <path d="M4.75 9.25H15.25V10.75H4.75V9.25Z" fill="#BDBDBD" />
96
- </svg>
97
- );
98
- };
99
-
100
- export const IcTrash = () => {
101
- return (
102
- <svg
103
- xmlns="http://www.w3.org/2000/svg"
104
- width="20"
105
- height="20"
106
- viewBox="0 0 20 20"
107
- fill="none"
108
- >
109
- <path
110
- d="M13.75 5.5H17.5V7H16V16.75C16 16.9489 15.921 17.1397 15.7803 17.2803C15.6397 17.421 15.4489 17.5 15.25 17.5H4.75C4.55109 17.5 4.36032 17.421 4.21967 17.2803C4.07902 17.1397 4 16.9489 4 16.75V7H2.5V5.5H6.25V3.25C6.25 3.05109 6.32902 2.86032 6.46967 2.71967C6.61032 2.57902 6.80109 2.5 7 2.5H13C13.1989 2.5 13.3897 2.57902 13.5303 2.71967C13.671 2.86032 13.75 3.05109 13.75 3.25V5.5ZM14.5 7H5.5V16H14.5V7ZM7.75 9.25H9.25V13.75H7.75V9.25ZM10.75 9.25H12.25V13.75H10.75V9.25ZM7.75 4V5.5H12.25V4H7.75Z"
111
- fill="currentColor"
112
- />
113
- </svg>
114
- );
115
- };
116
-
117
- export const IcBuilding = () => {
118
- return (
119
- <svg
120
- xmlns="http://www.w3.org/2000/svg"
121
- width="24"
122
- height="20"
123
- viewBox="0 0 24 20"
124
- fill="none"
125
- >
126
- <path
127
- d="M21.4502 17.3503H23.5502V19.4503H0.450195V17.3503H2.5502V1.60029C2.5502 1.32182 2.66082 1.05474 2.85773 0.857831C3.05465 0.660918 3.32172 0.550293 3.6002 0.550293H14.1002C14.3787 0.550293 14.6457 0.660918 14.8427 0.857831C15.0396 1.05474 15.1502 1.32182 15.1502 1.60029V17.3503H19.3502V8.95029H17.2502V6.85029H20.4002C20.6787 6.85029 20.9457 6.96092 21.1427 7.15783C21.3396 7.35474 21.4502 7.62182 21.4502 7.90029V17.3503ZM4.6502 2.65029V17.3503H13.0502V2.65029H4.6502ZM6.7502 8.95029H10.9502V11.0503H6.7502V8.95029ZM6.7502 4.75029H10.9502V6.85029H6.7502V4.75029Z"
128
- fill="currentColor"
129
- />
130
- </svg>
131
- );
132
- };
133
-
134
- export const FileListFillIcon = () => {
135
- return (
136
- <svg
137
- xmlns="http://www.w3.org/2000/svg"
138
- width="12"
139
- height="12"
140
- viewBox="0 0 12 12"
141
- fill="none"
142
- >
143
- <path
144
- d="M10.7996 12H1.19961C1.04048 12 0.887867 11.9368 0.775345 11.8243C0.662823 11.7117 0.599609 11.5591 0.599609 11.4V0.6C0.599609 0.44087 0.662823 0.288258 0.775345 0.175736C0.887867 0.0632141 1.04048 0 1.19961 0H10.7996C10.9587 0 11.1114 0.0632141 11.2239 0.175736C11.3364 0.288258 11.3996 0.44087 11.3996 0.6V11.4C11.3996 11.5591 11.3364 11.7117 11.2239 11.8243C11.1114 11.9368 10.9587 12 10.7996 12ZM3.59961 3V4.2H8.39961V3H3.59961ZM3.59961 5.4V6.6H8.39961V5.4H3.59961ZM3.59961 7.8V9H8.39961V7.8H3.59961Z"
145
- fill="#363793"
146
- />
147
- </svg>
148
- );
149
- };
150
-
151
- export const CheckBoxStick = () => {
152
- return (
153
- <svg
154
- xmlns="http://www.w3.org/2000/svg"
155
- width="18"
156
- height="18"
157
- viewBox="0 0 18 18"
158
- fill="none"
159
- >
160
- <path
161
- fillRule="evenodd"
162
- clipRule="evenodd"
163
- d="M4.00033 0.666016C2.15938 0.666016 0.666992 2.1584 0.666992 3.99935V13.9993C0.666992 15.8403 2.15938 17.3327 4.00033 17.3327H14.0003C15.8413 17.3327 17.3337 15.8403 17.3337 13.9993V3.99935C17.3337 2.1584 15.8413 0.666016 14.0003 0.666016H4.00033ZM12.9841 6.2002C12.7402 5.95597 12.3446 5.95538 12.1003 6.19922L7.8171 10.4746L5.90108 8.55762C5.657 8.31354 5.26039 8.31354 5.01632 8.55762C4.77242 8.80155 4.77271 9.1973 5.01632 9.44141L7.37472 11.7998C7.6186 12.0437 8.01435 12.0444 8.2585 11.8008L12.9831 7.08398C13.2274 6.84012 13.228 6.44449 12.9841 6.2002Z"
164
- fill="#35ADE9"
165
- />
166
- </svg>
167
- );
168
- };
169
-
170
- export const IcNotification = () => {
171
- return (
172
- <svg
173
- xmlns="http://www.w3.org/2000/svg"
174
- width="15"
175
- height="16"
176
- viewBox="0 0 15 16"
177
- fill="none"
178
- >
179
- <path
180
- d="M9.25 14.75V15.25H5.75V14.75H9.25ZM7.5 0.5C8.95869 0.5 10.3572 1.07988 11.3887 2.11133C12.4201 3.14278 13 4.54131 13 6V11.75H14.5V12.25H0.5V11.75H2V6C2 4.54131 2.57988 3.14278 3.61133 2.11133C4.64278 1.07988 6.04131 0.5 7.5 0.5ZM7.5 1C6.17392 1 4.90253 1.52716 3.96484 2.46484C3.02716 3.40253 2.5 4.67392 2.5 6V11.75H12.5V6C12.5 4.67392 11.9728 3.40253 11.0352 2.46484C10.0975 1.52716 8.82608 1 7.5 1Z"
181
- fill="#060606"
182
- stroke="currentColor"
183
- />
184
- </svg>
185
- );
186
- };
187
-
188
- export const IcCopy = () => {
189
- return (
190
- <svg
191
- width="16"
192
- height="16"
193
- viewBox="0 0 16 16"
194
- fill="none"
195
- xmlns="http://www.w3.org/2000/svg"
196
- >
197
- <path
198
- d="M7.39992 15.1663H4.59992C1.99325 15.1663 0.833252 14.0063 0.833252 11.3997V8.59967C0.833252 5.99301 1.99325 4.83301 4.59992 4.83301H7.39992C10.0066 4.83301 11.1666 5.99301 11.1666 8.59967V11.3997C11.1666 14.0063 10.0066 15.1663 7.39992 15.1663ZM4.59992 5.83301C2.53325 5.83301 1.83325 6.53301 1.83325 8.59967V11.3997C1.83325 13.4663 2.53325 14.1663 4.59992 14.1663H7.39992C9.46659 14.1663 10.1666 13.4663 10.1666 11.3997V8.59967C10.1666 6.53301 9.46659 5.83301 7.39992 5.83301H4.59992Z"
199
- fill="#1F1F1F"
200
- />
201
- <path
202
- d="M11.3999 11.1663H10.6666C10.3933 11.1663 10.1666 10.9397 10.1666 10.6663V8.59967C10.1666 6.53301 9.46659 5.83301 7.39992 5.83301H5.33325C5.05992 5.83301 4.83325 5.60634 4.83325 5.33301V4.59967C4.83325 1.99301 5.99325 0.833008 8.59992 0.833008H11.3999C14.0066 0.833008 15.1666 1.99301 15.1666 4.59967V7.39967C15.1666 10.0063 14.0066 11.1663 11.3999 11.1663ZM11.1666 10.1663H11.3999C13.4666 10.1663 14.1666 9.46634 14.1666 7.39967V4.59967C14.1666 2.53301 13.4666 1.83301 11.3999 1.83301H8.59992C6.53325 1.83301 5.83325 2.53301 5.83325 4.59967V4.83301H7.39992C10.0066 4.83301 11.1666 5.99301 11.1666 8.59967V10.1663Z"
203
- fill="#1F1F1F"
204
- />
205
- </svg>
206
- );
207
- };
208
-
209
- export const IcThreeDots = () => {
210
- return (
211
- <svg
212
- xmlns="http://www.w3.org/2000/svg"
213
- width="20"
214
- height="20"
215
- viewBox="0 0 20 20"
216
- fill="none"
217
- >
218
- <path
219
- d="M10 3.25C9.175 3.25 8.5 3.925 8.5 4.75C8.5 5.575 9.175 6.25 10 6.25C10.825 6.25 11.5 5.575 11.5 4.75C11.5 3.925 10.825 3.25 10 3.25ZM10 13.75C9.175 13.75 8.5 14.425 8.5 15.25C8.5 16.075 9.175 16.75 10 16.75C10.825 16.75 11.5 16.075 11.5 15.25C11.5 14.425 10.825 13.75 10 13.75ZM10 8.5C9.175 8.5 8.5 9.175 8.5 10C8.5 10.825 9.175 11.5 10 11.5C10.825 11.5 11.5 10.825 11.5 10C11.5 9.175 10.825 8.5 10 8.5Z"
220
- fill="#060606"
221
- />
222
- </svg>
223
- );
224
- };
225
-
226
- export const IcDot = () => {
227
- return (
228
- <svg
229
- xmlns="http://www.w3.org/2000/svg"
230
- width="3"
231
- height="3"
232
- viewBox="0 0 3 3"
233
- fill="none"
234
- >
235
- <circle cx="1.5" cy="1.5" r="1.5" fill="#060606" />
236
- </svg>
237
- );
238
- };
239
-
240
- export const IcCheckFill = () => {
241
- return (
242
- <svg
243
- xmlns="http://www.w3.org/2000/svg"
244
- width="16"
245
- height="16"
246
- viewBox="0 0 16 16"
247
- fill="none"
248
- >
249
- <path
250
- d="M6.79985 9.90252L12.315 4.38672L13.164 5.23512L6.79985 11.5993L2.98145 7.78092L3.82985 6.93252L6.79985 9.90252Z"
251
- fill="#060606"
252
- />
253
- </svg>
254
- );
255
- };
256
-
257
- export const IcCloseCircleFill = () => (
258
- <svg
259
- xmlns="http://www.w3.org/2000/svg"
260
- width="15"
261
- height="15"
262
- viewBox="0 0 15 15"
263
- fill="none"
264
- >
265
- <path
266
- d="M7.5 15C3.35775 15 0 11.6423 0 7.5C0 3.35775 3.35775 0 7.5 0C11.6423 0 15 3.35775 15 7.5C15 11.6423 11.6423 15 7.5 15ZM7.5 6.4395L5.379 4.31775L4.31775 5.379L6.4395 7.5L4.31775 9.621L5.379 10.6823L7.5 8.5605L9.621 10.6823L10.6823 9.621L8.5605 7.5L10.6823 5.379L9.621 4.31775L7.5 6.4395Z"
267
- fill="#FB2B3D"
268
- />
269
- </svg>
270
- );
@@ -1,20 +0,0 @@
1
- export const Line = () => {
2
- return (
3
- <svg
4
- viewBox="0 0 305 1"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- className="w-full h-px"
8
- preserveAspectRatio="none"
9
- >
10
- <line
11
- y1="0.5"
12
- x2="305"
13
- y2="0.5"
14
- stroke="#424242"
15
- strokeOpacity="0.16"
16
- strokeDasharray="4 4"
17
- />
18
- </svg>
19
- );
20
- };
@@ -1,34 +0,0 @@
1
- const DiningTableIcon = () => {
2
- return (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="16"
6
- height="12"
7
- viewBox="0 0 16 12"
8
- fill="none"
9
- >
10
- <path
11
- d="M9.51862 11.232L8.81537 10.7653C8.76959 10.7348 8.73209 10.6934 8.70621 10.6448C8.68033 10.5963 8.66688 10.5421 8.66705 10.487V6.33252H7.33387V10.487C7.33388 10.5419 7.32035 10.5959 7.29447 10.6443C7.2686 10.6927 7.23119 10.7339 7.18555 10.7643L6.4823 11.232C6.43667 11.2624 6.39925 11.3036 6.37338 11.352C6.34751 11.4004 6.33398 11.4544 6.33398 11.5093V11.6652C6.33398 11.7536 6.3691 11.8384 6.4316 11.9009C6.49411 11.9634 6.57888 11.9985 6.66728 11.9985H9.33364C9.42204 11.9985 9.50681 11.9634 9.56932 11.9009C9.63182 11.8384 9.66694 11.7536 9.66694 11.6652V11.5103C9.66711 11.4552 9.65366 11.401 9.62778 11.3525C9.6019 11.3039 9.5644 11.2625 9.51862 11.232Z"
12
- fill="currentColor"
13
- />
14
- <path
15
- d="M12.3323 4.33252H3.3333C3.14922 4.33252 3 4.48174 3 4.66581V5.33241C3 5.51648 3.14922 5.6657 3.3333 5.6657H12.3323C12.5163 5.6657 12.6656 5.51648 12.6656 5.33241V4.66581C12.6656 4.48174 12.5163 4.33252 12.3323 4.33252Z"
16
- fill="currentColor"
17
- />
18
- <path
19
- d="M8.33201 1.01788V0.666591H8.66531C8.7537 0.666591 8.83848 0.631476 8.90098 0.568971C8.96349 0.506466 8.9986 0.421691 8.9986 0.333295C8.9986 0.2449 8.96349 0.160125 8.90098 0.09762C8.83848 0.035115 8.7537 0 8.66531 0H7.33213C7.24373 0 7.15896 0.035115 7.09645 0.09762C7.03395 0.160125 6.99883 0.2449 6.99883 0.333295C6.99883 0.421691 7.03395 0.506466 7.09645 0.568971C7.15896 0.631476 7.24373 0.666591 7.33213 0.666591H7.66542V1.01788C6.95833 1.08974 6.29262 1.38532 5.76511 1.86163C5.23761 2.33795 4.87583 2.97014 4.73242 3.66625H11.265C11.1216 2.97014 10.7598 2.33795 10.2323 1.86163C9.70482 1.38532 9.0391 1.08974 8.33201 1.01788ZM7.56543 2.38006C7.10666 2.48246 6.69834 2.74253 6.41156 3.11498C6.35778 3.18516 6.27831 3.23111 6.19065 3.2427C6.10298 3.2543 6.0143 3.23059 5.94412 3.1768C5.87393 3.12302 5.82799 3.04355 5.81639 2.95589C5.8048 2.86822 5.8285 2.77954 5.88229 2.70936C6.26471 2.21259 6.80926 1.86572 7.42112 1.72914C7.46386 1.71966 7.50804 1.7187 7.55116 1.7263C7.59427 1.7339 7.63546 1.74992 7.67239 1.77344C7.70931 1.79696 7.74124 1.82752 7.76635 1.86338C7.79146 1.89924 7.80926 1.9397 7.81874 1.98244C7.82821 2.02518 7.82918 2.06937 7.82158 2.11248C7.81397 2.1556 7.79796 2.19679 7.77443 2.23371C7.75091 2.27064 7.72035 2.30256 7.68449 2.32767C7.64863 2.35278 7.60817 2.37059 7.56543 2.38006Z"
20
- fill="currentColor"
21
- />
22
- <path
23
- d="M15.8348 3.55883C15.7724 3.48768 15.6955 3.43069 15.6093 3.39166C15.5231 3.35263 15.4295 3.33247 15.3349 3.33252H14.9752C14.8292 3.33329 14.6874 3.382 14.5717 3.47119C14.4561 3.56037 14.3729 3.68507 14.335 3.82613L13.4727 7.04643H11.4167C11.1954 7.04665 10.9806 7.12046 10.806 7.25623C10.6313 7.39201 10.5068 7.58202 10.4521 7.79634L10.3571 8.1653C10.3317 8.26376 10.3291 8.36674 10.3496 8.46634C10.3701 8.56595 10.4131 8.65954 10.4754 8.73995C10.5376 8.82037 10.6175 8.88548 10.7087 8.9303C10.8 8.97512 10.9003 8.99846 11.002 8.99854H11.025L10.3814 11.5842C10.3709 11.6267 10.3688 11.6709 10.3753 11.7142C10.3818 11.7575 10.3968 11.7991 10.4194 11.8366C10.442 11.8742 10.4717 11.9069 10.507 11.9329C10.5422 11.9589 10.5822 11.9777 10.6247 11.9882C10.6511 11.9949 10.6782 11.9983 10.7054 11.9982C10.7797 11.9982 10.8519 11.9733 10.9105 11.9275C10.9691 11.8817 11.0107 11.8177 11.0287 11.7456L11.7109 8.99854H14.1017L14.7103 11.7372C14.7267 11.8111 14.7678 11.8772 14.8268 11.9247C14.8858 11.9721 14.9592 11.998 15.0349 11.9982C15.0593 11.9982 15.0837 11.9955 15.1076 11.9902C15.1503 11.9807 15.1908 11.9629 15.2266 11.9378C15.2625 11.9127 15.2931 11.8808 15.3166 11.8439C15.3401 11.8069 15.3561 11.7657 15.3637 11.7226C15.3713 11.6795 15.3704 11.6353 15.3609 11.5926L14.7729 8.94755C14.9527 8.89027 15.1126 8.78329 15.2342 8.63897C15.3557 8.49465 15.434 8.31888 15.4599 8.13197L15.9958 4.08843C16.0084 3.99378 16.0005 3.89753 15.9727 3.80618C15.9449 3.71482 15.8979 3.63048 15.8348 3.55883Z"
24
- fill="currentColor"
25
- />
26
- <path
27
- d="M5.52587 8.7409C5.58853 8.66052 5.63186 8.56679 5.65249 8.46698C5.67313 8.36717 5.67051 8.26394 5.64486 8.1653L5.54953 7.79668C5.49491 7.58235 5.37049 7.39231 5.1959 7.25653C5.02131 7.12074 4.80649 7.04694 4.58531 7.04676H2.53055L1.66831 3.82613C1.63033 3.6848 1.5469 3.55989 1.43089 3.47068C1.31488 3.38147 1.17273 3.33292 1.02638 3.33252H0.664425C0.569638 3.33283 0.476007 3.35335 0.389779 3.39271C0.303551 3.43207 0.226709 3.48937 0.164381 3.56078C0.102052 3.63219 0.0556708 3.71608 0.0283307 3.80684C0.00099066 3.8976 -0.00667904 3.99314 0.00583338 4.0871L0.541772 8.13197C0.567308 8.31896 0.645241 8.4949 0.766562 8.63946C0.887883 8.78402 1.04764 8.89129 1.22736 8.94888L0.639428 11.5926C0.620246 11.6789 0.63614 11.7693 0.683612 11.8439C0.731085 11.9185 0.806248 11.9712 0.892566 11.9904C0.978884 12.0095 1.06929 11.9937 1.14389 11.9462C1.21849 11.8987 1.27117 11.8235 1.29035 11.7372L1.89962 8.99854H4.29135L4.97493 11.7456C4.99297 11.8179 5.03471 11.882 5.09349 11.9278C5.15228 11.9736 5.22471 11.9984 5.29923 11.9982C5.32643 11.9983 5.35354 11.9949 5.37989 11.9882C5.42237 11.9776 5.46235 11.9588 5.49755 11.9328C5.53275 11.9068 5.56248 11.8741 5.58505 11.8366C5.60761 11.799 5.62256 11.7575 5.62905 11.7142C5.63554 11.6709 5.63343 11.6267 5.62286 11.5842L4.9776 8.99854H5.00093C5.10234 8.99879 5.20244 8.97568 5.29348 8.931C5.38451 8.88632 5.46403 8.82128 5.52587 8.7409Z"
28
- fill="currentColor"
29
- />
30
- </svg>
31
- )
32
- }
33
-
34
- export default DiningTableIcon
@@ -1,18 +0,0 @@
1
- const EditLineIcon = () => {
2
- return (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="20"
6
- height="20"
7
- viewBox="0 0 20 20"
8
- fill="none"
9
- >
10
- <path
11
- d="M5.8105 12.9996L13.417 5.39307L12.3565 4.33257L4.75 11.9391V12.9996H5.8105ZM6.43225 14.4996H3.25V11.3173L11.8263 2.74107C11.9669 2.60047 12.1576 2.52148 12.3565 2.52148C12.5554 2.52148 12.7461 2.60047 12.8868 2.74107L15.0085 4.86282C15.1491 5.00347 15.2281 5.1942 15.2281 5.39307C15.2281 5.59195 15.1491 5.78268 15.0085 5.92332L6.43225 14.4996ZM3.25 15.9996H16.75V17.4996H3.25V15.9996Z"
12
- fill="currentColor"
13
- />
14
- </svg>
15
- )
16
- }
17
-
18
- export default EditLineIcon
@@ -1,39 +0,0 @@
1
- export const IcQR = () => {
2
- return (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="20"
6
- height="20"
7
- viewBox="0 0 20 20"
8
- fill="none"
9
- >
10
- <path
11
- d="M13 13.75V13H10.75V10.75H13V12.25H14.5V13.75H13.75V15.25H12.25V16.75H10.75V14.5H12.25V13.75H13ZM16.75 16.75H13.75V15.25H15.25V13.75H16.75V16.75ZM3.25 3.25H9.25V9.25H3.25V3.25ZM4.75 4.75V7.75H7.75V4.75H4.75ZM10.75 3.25H16.75V9.25H10.75V3.25ZM12.25 4.75V7.75H15.25V4.75H12.25ZM3.25 10.75H9.25V16.75H3.25V10.75ZM4.75 12.25V15.25H7.75V12.25H4.75ZM14.5 10.75H16.75V12.25H14.5V10.75ZM5.5 5.5H7V7H5.5V5.5ZM5.5 13H7V14.5H5.5V13ZM13 5.5H14.5V7H13V5.5Z"
12
- fill="#060606"
13
- />
14
- </svg>
15
- );
16
- };
17
-
18
- export const IcCheck = ({ className }: { className?: string }) => {
19
- return (
20
- <svg
21
- stroke="currentColor"
22
- fill="currentColor"
23
- strokeWidth="0"
24
- viewBox="0 0 512 512"
25
- height="1em"
26
- width="1em"
27
- xmlns="http://www.w3.org/2000/svg"
28
- className={`${className}`}
29
- >
30
- <path
31
- fill="none"
32
- strokeLinecap="round"
33
- strokeLinejoin="round"
34
- strokeWidth="32"
35
- d="M416 128 192 384l-96-96"
36
- ></path>
37
- </svg>
38
- );
39
- };
@@ -1,18 +0,0 @@
1
- const FileCloseLineIcon = () => {
2
- return (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="64"
6
- height="64"
7
- viewBox="0 0 64 64"
8
- fill="none"
9
- >
10
- <path
11
- d="M32 52V48H18V16H38V24H46V34H49.9996V22L40 12H15.997C14.895 12 14 12.8881 14 13.9836V50.0164C14 51.0894 14.8895 52 15.9868 52H32ZM51.0712 50.2424L46.8286 45.9998L51.0712 41.7572L48.2428 38.9288L44.0002 43.1714L39.7576 38.9288L36.9292 41.7572L41.1718 45.9998L36.9292 50.2424L39.7576 53.0708L44.0002 48.8282L48.2428 53.0708L51.0712 50.2424Z"
12
- fill="#FB2B3D"
13
- />
14
- </svg>
15
- )
16
- }
17
-
18
- export default FileCloseLineIcon
@@ -1,84 +0,0 @@
1
- export const IcLayout = () => {
2
- return (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="64"
6
- height="64"
7
- viewBox="0 0 64 64"
8
- fill="none"
9
- >
10
- <path
11
- d="M10.4 10.4004H53.6C54.2365 10.4004 54.847 10.6532 55.2971 11.1033C55.7471 11.5534 56 12.1639 56 12.8004V51.2004C56 51.8369 55.7471 52.4474 55.2971 52.8974C54.847 53.3475 54.2365 53.6004 53.6 53.6004H10.4C9.76348 53.6004 9.15303 53.3475 8.70294 52.8974C8.25286 52.4474 8 51.8369 8 51.2004V12.8004C8 12.1639 8.25286 11.5534 8.70294 11.1033C9.15303 10.6532 9.76348 10.4004 10.4 10.4004ZM22.4 15.2004H12.8V48.8004H22.4V15.2004ZM27.2 15.2004V48.8004H51.2V15.2004H27.2Z"
12
- fill="currentColor"
13
- />
14
- </svg>
15
- );
16
- };
17
-
18
- export const IcChangeTable = () => {
19
- return (
20
- <svg
21
- xmlns="http://www.w3.org/2000/svg"
22
- width="64"
23
- height="64"
24
- viewBox="0 0 64 64"
25
- fill="none"
26
- >
27
- <path
28
- d="M32 56C18.7448 56 8 45.2552 8 32C8 18.7448 18.7448 8 32 8C45.2552 8 56 18.7448 56 32C56 45.2552 45.2552 56 32 56ZM32 51.2C37.0922 51.2 41.9758 49.1772 45.5765 45.5765C49.1772 41.9758 51.2 37.0922 51.2 32C51.2 26.9078 49.1772 22.0242 45.5765 18.4236C41.9758 14.8229 37.0922 12.8 32 12.8C26.9078 12.8 22.0242 14.8229 18.4236 18.4236C14.8229 22.0242 12.8 26.9078 12.8 32C12.8 37.0922 14.8229 41.9758 18.4236 45.5765C22.0242 49.1772 26.9078 51.2 32 51.2ZM20 24.8L27.2 16.4L34.4 24.8H29.6V34.4H24.8V24.8H20ZM44 39.2L36.8 47.6L29.6 39.2H34.4V29.6H39.2V39.2H44Z"
29
- fill="currentColor"
30
- />
31
- </svg>
32
- );
33
- };
34
-
35
- export const IcNote = () => {
36
- return (
37
- <svg
38
- xmlns="http://www.w3.org/2000/svg"
39
- width="64"
40
- height="64"
41
- viewBox="0 0 64 64"
42
- fill="none"
43
- >
44
- <path
45
- d="M53.6004 39.1999L39.2004 53.5903L12.8052 53.5999C12.1704 53.6025 11.5605 53.3529 11.1096 52.906C10.6586 52.4591 10.4036 51.8515 10.4004 51.2167V12.7831C10.4004 11.4679 11.4684 10.3999 12.7836 10.3999H51.2172C52.5324 10.3999 53.6004 11.4943 53.6004 12.8047V39.1999ZM48.8004 15.1999H15.2004V48.7999H34.4004V36.7999C34.4005 36.2121 34.6163 35.6447 35.0069 35.2054C35.3975 34.7661 35.9358 34.4855 36.5196 34.4167L36.8004 34.3999L48.8004 34.3975V15.1999ZM46.8108 39.1975L39.2004 39.1999V46.8055L46.8108 39.1975Z"
46
- fill="currentColor"
47
- />
48
- </svg>
49
- );
50
- };
51
-
52
- export const IcHistoryCall = () => {
53
- return (
54
- <svg
55
- xmlns="http://www.w3.org/2000/svg"
56
- width="64"
57
- height="64"
58
- viewBox="0 0 64 64"
59
- fill="none"
60
- >
61
- <path
62
- d="M32 8C45.2552 8 56 18.7448 56 32C56 45.2552 45.2552 56 32 56C18.7448 56 8 45.2552 8 32H12.8C12.8 42.6032 21.3968 51.2 32 51.2C42.6032 51.2 51.2 42.6032 51.2 32C51.2 21.3968 42.6032 12.8 32 12.8C25.4 12.8 19.5776 16.1288 16.124 21.2H22.4V26H8V11.6H12.8V17.6C17.1776 11.768 24.1496 8 32 8ZM34.4 20V31.004L42.1832 38.7872L38.7872 42.1832L29.6 32.9912V20H34.4Z"
63
- fill="currentColor"
64
- />
65
- </svg>
66
- );
67
- };
68
-
69
- export const IcBackPos = () => {
70
- return (
71
- <svg
72
- xmlns="http://www.w3.org/2000/svg"
73
- width="64"
74
- height="64"
75
- viewBox="0 0 64 64"
76
- fill="none"
77
- >
78
- <path
79
- d="M53.6016 48.8004H58.4016V53.6004H5.60156V48.8004H10.4016V12.8004C10.4016 12.1639 10.6544 11.5534 11.1045 11.1033C11.5546 10.6532 12.165 10.4004 12.8016 10.4004H36.8016C37.4381 10.4004 38.0485 10.6532 38.4986 11.1033C38.9487 11.5534 39.2016 12.1639 39.2016 12.8004V48.8004H48.8016V29.6004H44.0016V24.8004H51.2016C51.8381 24.8004 52.4485 25.0532 52.8986 25.5033C53.3487 25.9534 53.6016 26.5639 53.6016 27.2004V48.8004ZM15.2016 15.2004V48.8004H34.4016V15.2004H15.2016ZM20.0016 29.6004H29.6016V34.4004H20.0016V29.6004ZM20.0016 20.0004H29.6016V24.8004H20.0016V20.0004Z"
80
- fill="currentColor"
81
- />
82
- </svg>
83
- );
84
- };
@@ -1,18 +0,0 @@
1
- const IcHomeGearLine = () => {
2
- return (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="20"
6
- height="20"
7
- viewBox="0 0 20 20"
8
- fill="none"
9
- >
10
- <path
11
- d="M15.25 16.7499H4.75C4.55109 16.7499 4.36032 16.6709 4.21967 16.5303C4.07902 16.3896 4 16.1989 4 15.9999V9.24994H1.75L9.49525 2.20894C9.63333 2.0833 9.81331 2.01367 10 2.01367C10.1867 2.01367 10.3667 2.0833 10.5048 2.20894L18.25 9.24994H16V15.9999C16 16.1989 15.921 16.3896 15.7803 16.5303C15.6397 16.6709 15.4489 16.7499 15.25 16.7499ZM5.5 15.2499H14.5V7.86769L10 3.77719L5.5 7.86769V15.2499ZM7.44325 11.3567C7.34822 10.9568 7.34822 10.5401 7.44325 10.1402L6.7 9.71119L7.45 8.41219L8.19325 8.84194C8.49164 8.55918 8.85235 8.35056 9.24625 8.23294V7.37494H10.7463V8.23294C11.1453 8.35219 11.5037 8.56294 11.7992 8.84194L12.5425 8.41219L13.2925 9.71044L12.5492 10.1402C12.6443 10.5401 12.6443 10.9568 12.5492 11.3567L13.2925 11.7857L12.5425 13.0839L11.7992 12.6549C11.5008 12.9374 11.1401 13.1458 10.7463 13.2632V14.1219H9.24625V13.2624C8.85242 13.145 8.49172 12.9367 8.19325 12.6542L7.45 13.0832L6.7 11.7857L7.44325 11.3559V11.3567ZM9.99625 11.8727C10.1473 11.8782 10.298 11.8532 10.4392 11.7992C10.5804 11.7452 10.7093 11.6633 10.8182 11.5583C10.927 11.4534 11.0136 11.3276 11.0727 11.1884C11.1318 11.0493 11.1623 10.8996 11.1623 10.7484C11.1623 10.5972 11.1318 10.4476 11.0727 10.3085C11.0136 10.1693 10.927 10.0435 10.8182 9.93855C10.7093 9.83361 10.5804 9.75169 10.4392 9.69768C10.298 9.64366 10.1473 9.61867 9.99625 9.62419C9.70519 9.63482 9.42959 9.75793 9.22744 9.9676C9.02528 10.1773 8.91232 10.4572 8.91232 10.7484C8.91232 11.0397 9.02528 11.3196 9.22744 11.5293C9.42959 11.739 9.70519 11.8621 9.99625 11.8727Z"
12
- fill="#060606"
13
- />
14
- </svg>
15
- )
16
- }
17
-
18
- export default IcHomeGearLine
@@ -1,16 +0,0 @@
1
- export const IcSetting = () => {
2
- return (
3
- <svg
4
- width="16"
5
- height="16"
6
- viewBox="0 0 16 16"
7
- fill="none"
8
- xmlns="http://www.w3.org/2000/svg"
9
- >
10
- <path
11
- d="M0.5 7.99998C0.5 7.35123 0.5825 6.72273 0.737 6.12198C1.15135 6.14377 1.56365 6.05055 1.92833 5.85264C2.29301 5.65472 2.59586 5.35983 2.8034 5.00054C3.01095 4.64126 3.1151 4.23158 3.10436 3.8168C3.09361 3.40202 2.96837 2.99829 2.7425 2.65023C3.64921 1.75816 4.7681 1.11161 5.99375 0.771484C6.18199 1.14159 6.46898 1.45238 6.82294 1.66947C7.1769 1.88655 7.58402 2.00145 7.99925 2.00145C8.41448 2.00145 8.8216 1.88655 9.17556 1.66947C9.52952 1.45238 9.81651 1.14159 10.0048 0.771484C11.2304 1.11161 12.3493 1.75816 13.256 2.65023C13.0299 2.99835 12.9045 3.40224 12.8936 3.81721C12.8828 4.23218 12.987 4.64206 13.1946 5.00149C13.4023 5.36093 13.7054 5.65591 14.0703 5.8538C14.4352 6.05168 14.8477 6.14476 15.2623 6.12273C15.4167 6.72273 15.4993 7.35123 15.4993 7.99998C15.4993 8.64873 15.4167 9.27723 15.2623 9.87799C14.8478 9.85606 14.4354 9.94917 14.0706 10.147C13.7059 10.3449 13.4029 10.6398 13.1953 10.9991C12.9876 11.3584 12.8834 11.7681 12.8941 12.183C12.9048 12.5978 13.0301 13.0016 13.256 13.3497C12.3493 14.2418 11.2304 14.8884 10.0048 15.2285C9.81651 14.8584 9.52952 14.5476 9.17556 14.3305C8.8216 14.1134 8.41448 13.9985 7.99925 13.9985C7.58402 13.9985 7.1769 14.1134 6.82294 14.3305C6.46898 14.5476 6.18199 14.8584 5.99375 15.2285C4.7681 14.8884 3.64921 14.2418 2.7425 13.3497C2.96863 13.0016 3.09405 12.5977 3.10488 12.1828C3.11571 11.7678 3.01152 11.3579 2.80386 10.9985C2.59619 10.639 2.29314 10.3441 1.92823 10.1462C1.56332 9.94829 1.15078 9.85521 0.73625 9.87724C0.5825 9.27798 0.5 8.64948 0.5 7.99998ZM4.103 10.25C4.5755 11.0682 4.7105 12.0095 4.526 12.893C4.832 13.1105 5.1575 13.2987 5.49875 13.4555C6.18625 12.8396 7.07699 12.4993 8 12.5C8.945 12.5 9.8285 12.8532 10.5013 13.4555C10.8425 13.2987 11.168 13.1105 11.474 12.893C11.2846 11.99 11.4352 11.0488 11.897 10.25C12.358 9.45076 13.0978 8.84985 13.9745 8.56248C14.0092 8.18829 14.0092 7.81168 13.9745 7.43748C13.0975 7.15028 12.3574 6.54935 11.8962 5.74998C11.4345 4.95118 11.2838 4.01001 11.4733 3.10698C11.1673 2.88943 10.8417 2.7011 10.5005 2.54448C9.81319 3.16018 8.92276 3.50044 8 3.49998C7.07699 3.50063 6.18625 3.16036 5.49875 2.54448C5.1576 2.7011 4.83192 2.88943 4.526 3.10698C4.71542 4.01001 4.56479 4.95118 4.103 5.74998C3.64203 6.5492 2.90224 7.15012 2.0255 7.43748C1.99081 7.81168 1.99081 8.18829 2.0255 8.56248C2.90252 8.84969 3.6426 9.45062 4.10375 10.25H4.103ZM8 10.25C7.40326 10.25 6.83097 10.0129 6.40901 9.59097C5.98705 9.16902 5.75 8.59672 5.75 7.99998C5.75 7.40325 5.98705 6.83095 6.40901 6.40899C6.83097 5.98704 7.40326 5.74998 8 5.74998C8.59674 5.74998 9.16903 5.98704 9.59099 6.40899C10.0129 6.83095 10.25 7.40325 10.25 7.99998C10.25 8.59672 10.0129 9.16902 9.59099 9.59097C9.16903 10.0129 8.59674 10.25 8 10.25ZM8 8.74998C8.19891 8.74998 8.38968 8.67097 8.53033 8.53031C8.67098 8.38966 8.75 8.1989 8.75 7.99998C8.75 7.80107 8.67098 7.61031 8.53033 7.46965C8.38968 7.329 8.19891 7.24998 8 7.24998C7.80109 7.24998 7.61032 7.329 7.46967 7.46965C7.32902 7.61031 7.25 7.80107 7.25 7.99998C7.25 8.1989 7.32902 8.38966 7.46967 8.53031C7.61032 8.67097 7.80109 8.74998 8 8.74998Z"
12
- fill="curentColor"
13
- />
14
- </svg>
15
- );
16
- };