brd-ui-kit 0.1.71 → 0.1.73

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 (157) hide show
  1. package/dist/brd-ui-kit.css +1 -1
  2. package/dist/components/basic-table/basic-table.d.ts +3 -1
  3. package/dist/components/files-uploader/files-uploader.d.ts +8 -6
  4. package/dist/components/input-contact/input-contact.d.ts +2 -2
  5. package/dist/components/ui/calendar/calendar.d.ts +19 -0
  6. package/dist/components/ui/calendar/calendar.styles.d.ts +4 -0
  7. package/dist/components/ui/calendar/index.d.ts +2 -0
  8. package/dist/components/ui/calendar.d.ts +2 -0
  9. package/dist/components/ui/icon/icon-presets.d.ts +35 -0
  10. package/dist/components/ui/icon/icon.d.ts +11 -7
  11. package/dist/components/ui/icon/index.d.ts +3 -1
  12. package/dist/components/ui/table/table.d.ts +2 -1
  13. package/dist/components/ui/textarea/textarea.d.ts +2 -2
  14. package/dist/components/ui/toggle/index.d.ts +3 -0
  15. package/dist/components/ui/toggle/toggle.d.ts +5 -0
  16. package/dist/components/ui/toggle/toggle.styles.d.ts +9 -0
  17. package/dist/components/ui/toggle-group/index.d.ts +1 -0
  18. package/dist/components/ui/toggle-group/toggle-group.d.ts +12 -0
  19. package/dist/components/ui/toggle-group/toggle-group.styles.d.ts +8 -0
  20. package/dist/components/ui/toggle-group.d.ts +2 -0
  21. package/dist/components/ui/toggle.d.ts +2 -0
  22. package/dist/components-app-pagination-app-pagination.cjs +1 -1
  23. package/dist/components-app-pagination-app-pagination.cjs.map +1 -1
  24. package/dist/components-app-pagination-app-pagination.js +35 -35
  25. package/dist/components-app-pagination-app-pagination.js.map +1 -1
  26. package/dist/components-app-sidebar-app-sidebar.cjs +1 -1
  27. package/dist/components-app-sidebar-app-sidebar.cjs.map +1 -1
  28. package/dist/components-app-sidebar-app-sidebar.js +16 -16
  29. package/dist/components-app-sidebar-app-sidebar.js.map +1 -1
  30. package/dist/components-avatar-uploader-avatar-uploader.cjs +1 -1
  31. package/dist/components-avatar-uploader-avatar-uploader.cjs.map +1 -1
  32. package/dist/components-avatar-uploader-avatar-uploader.js +5 -4
  33. package/dist/components-avatar-uploader-avatar-uploader.js.map +1 -1
  34. package/dist/components-basic-avatar-basic-avatar.cjs +2 -2
  35. package/dist/components-basic-avatar-basic-avatar.cjs.map +1 -1
  36. package/dist/components-basic-avatar-basic-avatar.js +16 -14
  37. package/dist/components-basic-avatar-basic-avatar.js.map +1 -1
  38. package/dist/components-basic-table-basic-table.cjs +2 -2
  39. package/dist/components-basic-table-basic-table.cjs.map +1 -1
  40. package/dist/components-basic-table-basic-table.js +259 -255
  41. package/dist/components-basic-table-basic-table.js.map +1 -1
  42. package/dist/components-files-uploader-files-uploader.cjs +6 -6
  43. package/dist/components-files-uploader-files-uploader.cjs.map +1 -1
  44. package/dist/components-files-uploader-files-uploader.js +111 -112
  45. package/dist/components-files-uploader-files-uploader.js.map +1 -1
  46. package/dist/components-input-contact-input-contact.cjs +4 -8
  47. package/dist/components-input-contact-input-contact.cjs.map +1 -1
  48. package/dist/components-input-contact-input-contact.js +95 -110
  49. package/dist/components-input-contact-input-contact.js.map +1 -1
  50. package/dist/components-input-password-input-password.cjs +1 -1
  51. package/dist/components-input-password-input-password.cjs.map +1 -1
  52. package/dist/components-input-password-input-password.js +6 -4
  53. package/dist/components-input-password-input-password.js.map +1 -1
  54. package/dist/components-ui-button-button.styles.cjs +4 -4
  55. package/dist/components-ui-button-button.styles.cjs.map +1 -1
  56. package/dist/components-ui-button-button.styles.js +5 -5
  57. package/dist/components-ui-button-button.styles.js.map +1 -1
  58. package/dist/components-ui-calendar-calendar.cjs +13 -0
  59. package/dist/components-ui-calendar-calendar.cjs.map +1 -0
  60. package/dist/components-ui-calendar-calendar.js +3761 -0
  61. package/dist/components-ui-calendar-calendar.js.map +1 -0
  62. package/dist/components-ui-calendar-calendar.styles.cjs +14 -0
  63. package/dist/components-ui-calendar-calendar.styles.cjs.map +1 -0
  64. package/dist/components-ui-calendar-calendar.styles.js +34 -0
  65. package/dist/components-ui-calendar-calendar.styles.js.map +1 -0
  66. package/dist/components-ui-calendar.cjs +2 -0
  67. package/dist/components-ui-calendar.cjs.map +1 -0
  68. package/dist/components-ui-calendar.js +6 -0
  69. package/dist/components-ui-calendar.js.map +1 -0
  70. package/dist/components-ui-checkbox-checkbox.cjs +1 -1
  71. package/dist/components-ui-checkbox-checkbox.cjs.map +1 -1
  72. package/dist/components-ui-checkbox-checkbox.js +12 -11
  73. package/dist/components-ui-checkbox-checkbox.js.map +1 -1
  74. package/dist/components-ui-combobox-combobox.cjs +4 -4
  75. package/dist/components-ui-combobox-combobox.cjs.map +1 -1
  76. package/dist/components-ui-combobox-combobox.js +4 -4
  77. package/dist/components-ui-combobox-combobox.js.map +1 -1
  78. package/dist/components-ui-dialog-dialog.cjs +1 -1
  79. package/dist/components-ui-dialog-dialog.cjs.map +1 -1
  80. package/dist/components-ui-dialog-dialog.js +4 -10
  81. package/dist/components-ui-dialog-dialog.js.map +1 -1
  82. package/dist/components-ui-field-field.js +4 -4
  83. package/dist/components-ui-icon-icon-presets.cjs +2 -0
  84. package/dist/components-ui-icon-icon-presets.cjs.map +1 -0
  85. package/dist/components-ui-icon-icon-presets.js +14 -0
  86. package/dist/components-ui-icon-icon-presets.js.map +1 -0
  87. package/dist/components-ui-icon-icon.cjs +1 -1
  88. package/dist/components-ui-icon-icon.cjs.map +1 -1
  89. package/dist/components-ui-icon-icon.js +62714 -34
  90. package/dist/components-ui-icon-icon.js.map +1 -1
  91. package/dist/components-ui-icon.cjs +1 -1
  92. package/dist/components-ui-icon.js +4 -2
  93. package/dist/components-ui-icon.js.map +1 -1
  94. package/dist/components-ui-pagination-pagination.cjs +1 -1
  95. package/dist/components-ui-pagination-pagination.cjs.map +1 -1
  96. package/dist/components-ui-pagination-pagination.js +50 -50
  97. package/dist/components-ui-pagination-pagination.js.map +1 -1
  98. package/dist/components-ui-select-select.cjs +1 -1
  99. package/dist/components-ui-select-select.cjs.map +1 -1
  100. package/dist/components-ui-select-select.js +1 -1
  101. package/dist/components-ui-select-select.js.map +1 -1
  102. package/dist/components-ui-sonner-sonner.cjs +1 -1
  103. package/dist/components-ui-sonner-sonner.cjs.map +1 -1
  104. package/dist/components-ui-sonner-sonner.js +14 -14
  105. package/dist/components-ui-sonner-sonner.js.map +1 -1
  106. package/dist/components-ui-table-table.cjs +4 -4
  107. package/dist/components-ui-table-table.cjs.map +1 -1
  108. package/dist/components-ui-table-table.js +89 -85
  109. package/dist/components-ui-table-table.js.map +1 -1
  110. package/dist/components-ui-textarea-textarea.cjs +1 -1
  111. package/dist/components-ui-textarea-textarea.cjs.map +1 -1
  112. package/dist/components-ui-textarea-textarea.js +2 -3
  113. package/dist/components-ui-textarea-textarea.js.map +1 -1
  114. package/dist/components-ui-textarea-textarea.styles.cjs +1 -1
  115. package/dist/components-ui-textarea-textarea.styles.cjs.map +1 -1
  116. package/dist/components-ui-textarea-textarea.styles.js +1 -1
  117. package/dist/components-ui-textarea-textarea.styles.js.map +1 -1
  118. package/dist/components-ui-toggle-group-toggle-group.cjs +2 -0
  119. package/dist/components-ui-toggle-group-toggle-group.cjs.map +1 -0
  120. package/dist/components-ui-toggle-group-toggle-group.js +112 -0
  121. package/dist/components-ui-toggle-group-toggle-group.js.map +1 -0
  122. package/dist/components-ui-toggle-group-toggle-group.styles.cjs +18 -0
  123. package/dist/components-ui-toggle-group-toggle-group.styles.cjs.map +1 -0
  124. package/dist/components-ui-toggle-group-toggle-group.styles.js +58 -0
  125. package/dist/components-ui-toggle-group-toggle-group.styles.js.map +1 -0
  126. package/dist/components-ui-toggle-group.cjs +2 -0
  127. package/dist/components-ui-toggle-group.cjs.map +1 -0
  128. package/dist/components-ui-toggle-group.js +6 -0
  129. package/dist/components-ui-toggle-group.js.map +1 -0
  130. package/dist/components-ui-toggle-toggle.cjs +2 -0
  131. package/dist/components-ui-toggle-toggle.cjs.map +1 -0
  132. package/dist/components-ui-toggle-toggle.js +57 -0
  133. package/dist/components-ui-toggle-toggle.js.map +1 -0
  134. package/dist/components-ui-toggle-toggle.styles.cjs +12 -0
  135. package/dist/components-ui-toggle-toggle.styles.cjs.map +1 -0
  136. package/dist/components-ui-toggle-toggle.styles.js +35 -0
  137. package/dist/components-ui-toggle-toggle.styles.js.map +1 -0
  138. package/dist/components-ui-toggle.cjs +2 -0
  139. package/dist/components-ui-toggle.cjs.map +1 -0
  140. package/dist/components-ui-toggle.js +7 -0
  141. package/dist/components-ui-toggle.js.map +1 -0
  142. package/dist/index.cjs +1 -1
  143. package/dist/index.d.ts +5 -1
  144. package/dist/index.js +151 -147
  145. package/dist/index.js.map +1 -1
  146. package/dist/types/types.d.ts +2 -2
  147. package/package.json +45 -16
  148. package/dist/components/ui/icon/icon-dictionary.d.ts +0 -60
  149. package/dist/components/ui/icon/overrides.d.ts +0 -21
  150. package/dist/components-ui-icon-icon-dictionary.cjs +0 -2
  151. package/dist/components-ui-icon-icon-dictionary.cjs.map +0 -1
  152. package/dist/components-ui-icon-icon-dictionary.js +0 -63
  153. package/dist/components-ui-icon-icon-dictionary.js.map +0 -1
  154. package/dist/components-ui-icon-overrides.cjs +0 -2
  155. package/dist/components-ui-icon-overrides.cjs.map +0 -1
  156. package/dist/components-ui-icon-overrides.js +0 -175
  157. package/dist/components-ui-icon-overrides.js.map +0 -1
package/package.json CHANGED
@@ -1,22 +1,8 @@
1
1
  {
2
2
  "name": "brd-ui-kit",
3
- "version": "0.1.71",
3
+ "version": "0.1.73",
4
4
  "type": "module",
5
5
  "private": false,
6
- "scripts": {
7
- "lint": "eslint .",
8
- "lint:fix": "eslint . --fix",
9
- "format": "prettier . --write",
10
- "format:check": "prettier . --check",
11
- "fix": "npm run lint:fix && npm run format",
12
- "check": "npm run lint && npm run format:check",
13
- "build": "vite build && npm run generate-exports",
14
- "preview": "vite preview",
15
- "storybook": "storybook dev -p 6006",
16
- "build-storybook": "storybook build",
17
- "prepublishOnly": "npm run build",
18
- "generate-exports": "node scripts/generate-exports.js"
19
- },
20
6
  "main": "./dist/index.cjs",
21
7
  "module": "./dist/index.js",
22
8
  "types": "./dist/index.d.ts",
@@ -115,6 +101,12 @@
115
101
  "require": "./dist/components-ui-button.cjs",
116
102
  "default": "./dist/components-ui-button.js"
117
103
  },
104
+ "./calendar": {
105
+ "types": "./dist/components/ui/calendar/index.d.ts",
106
+ "import": "./dist/components-ui-calendar.js",
107
+ "require": "./dist/components-ui-calendar.cjs",
108
+ "default": "./dist/components-ui-calendar.js"
109
+ },
118
110
  "./card": {
119
111
  "types": "./dist/components/ui/card/index.d.ts",
120
112
  "import": "./dist/components-ui-card.js",
@@ -319,6 +311,18 @@
319
311
  "require": "./dist/components-textarea-field.cjs",
320
312
  "default": "./dist/components-textarea-field.js"
321
313
  },
314
+ "./toggle": {
315
+ "types": "./dist/components/ui/toggle/index.d.ts",
316
+ "import": "./dist/components-ui-toggle.js",
317
+ "require": "./dist/components-ui-toggle.cjs",
318
+ "default": "./dist/components-ui-toggle.js"
319
+ },
320
+ "./toggle-group": {
321
+ "types": "./dist/components/ui/toggle-group/index.d.ts",
322
+ "import": "./dist/components-ui-toggle-group.js",
323
+ "require": "./dist/components-ui-toggle-group.cjs",
324
+ "default": "./dist/components-ui-toggle-group.js"
325
+ },
322
326
  "./tooltip": {
323
327
  "types": "./dist/components/ui/tooltip/index.d.ts",
324
328
  "import": "./dist/components-ui-tooltip.js",
@@ -345,10 +349,13 @@
345
349
  "@tanstack/react-table": "^8.21.3",
346
350
  "class-variance-authority": "^0.7.1",
347
351
  "clsx": "^2.1.1",
352
+ "date-fns": "^4.1.0",
348
353
  "lodash": "^4.17.23",
349
354
  "lucide-react": "^0.577.0",
350
355
  "next-themes": "^0.4.6",
356
+ "phosphor-strokes-icons": "^0.1.7",
351
357
  "radix-ui": "^1.4.3",
358
+ "react-day-picker": "^9.14.0",
352
359
  "react-dropzone": "^15.0.0",
353
360
  "react-imask": "^7.6.1",
354
361
  "recharts": "^3.8.0",
@@ -451,6 +458,9 @@
451
458
  "button": [
452
459
  "./dist/components/ui/button/index.d.ts"
453
460
  ],
461
+ "calendar": [
462
+ "./dist/components/ui/calendar/index.d.ts"
463
+ ],
454
464
  "card": [
455
465
  "./dist/components/ui/card/index.d.ts"
456
466
  ],
@@ -553,6 +563,12 @@
553
563
  "textarea-field": [
554
564
  "./dist/components/textarea-field/index.d.ts"
555
565
  ],
566
+ "toggle": [
567
+ "./dist/components/ui/toggle/index.d.ts"
568
+ ],
569
+ "toggle-group": [
570
+ "./dist/components/ui/toggle-group/index.d.ts"
571
+ ],
556
572
  "tooltip": [
557
573
  "./dist/components/ui/tooltip/index.d.ts"
558
574
  ],
@@ -560,5 +576,18 @@
560
576
  "./dist/components/ui/typography/index.d.ts"
561
577
  ]
562
578
  }
579
+ },
580
+ "scripts": {
581
+ "lint": "eslint .",
582
+ "lint:fix": "eslint . --fix",
583
+ "format": "prettier . --write",
584
+ "format:check": "prettier . --check",
585
+ "fix": "npm run lint:fix && npm run format",
586
+ "check": "npm run lint && npm run format:check",
587
+ "build": "vite build && npm run generate-exports",
588
+ "preview": "vite preview",
589
+ "storybook": "storybook dev -p 6006",
590
+ "build-storybook": "storybook build",
591
+ "generate-exports": "node scripts/generate-exports.js"
563
592
  }
564
- }
593
+ }
@@ -1,60 +0,0 @@
1
- import { Check, CircleCheck, Max, Telegram, WhatsApp } from './overrides';
2
- import { ForwardRefExoticComponent, RefAttributes } from 'react';
3
- import { LucideProps } from 'lucide-react';
4
- export declare const dictionary: {
5
- settings: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
6
- plus: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
7
- wrench: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
8
- phone: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
9
- palette: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
10
- building: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
11
- close: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
12
- done: typeof Check;
13
- check: typeof CircleCheck;
14
- users: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
15
- "layout-grid": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
16
- bell: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
17
- "book-user": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
18
- "user-gear": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
19
- folder: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
20
- "briefcase-business": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
21
- calendar: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
22
- "chart-line": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
23
- message: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
24
- search: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
25
- "list-filter": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
26
- funnel: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
27
- dots: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
28
- "check-list": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
29
- tag: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
30
- chevron: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
31
- chevrons: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
32
- "rotate-ccw": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
33
- question: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
34
- clock: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
35
- eye: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
36
- "eye-off": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
37
- package: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
38
- "credit-card": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
39
- "dollar-sign": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
40
- "circle-alert": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
41
- "lock-keyhole": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
42
- import: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
43
- "circle-x": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
44
- trash: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
45
- mail: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
46
- "chevron-up": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
47
- "circle-check": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
48
- info: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
49
- "triangle-alert": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
50
- octagon: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
51
- loader: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
52
- pencil: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
53
- "file-text": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
54
- "scroll-text": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
55
- "circle-question": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
56
- trash2: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
57
- telegram: typeof Telegram;
58
- "whats-app": typeof WhatsApp;
59
- max: typeof Max;
60
- };
@@ -1,21 +0,0 @@
1
- import { LucideProps } from 'lucide-react';
2
- export declare function Check({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
3
- export declare namespace Check {
4
- var displayName: string;
5
- }
6
- export declare function CircleCheck({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
7
- export declare namespace CircleCheck {
8
- var displayName: string;
9
- }
10
- export declare function Telegram({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
11
- export declare namespace Telegram {
12
- var displayName: string;
13
- }
14
- export declare function WhatsApp({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
15
- export declare namespace WhatsApp {
16
- var displayName: string;
17
- }
18
- export declare function Max({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
19
- export declare namespace Max {
20
- var displayName: string;
21
- }
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("lucide-react"),r=require("./components-ui-icon-overrides.cjs"),c={settings:e.Settings,plus:e.Plus,wrench:e.Wrench,phone:e.Phone,palette:e.Palette,building:e.Building2,close:e.X,done:r.Check,check:r.CircleCheck,users:e.Users,"layout-grid":e.LayoutGrid,bell:e.BellRing,"book-user":e.BookUser,"user-gear":e.UserCog,folder:e.FolderOpen,"briefcase-business":e.BriefcaseBusiness,calendar:e.Calendar1,"chart-line":e.ChartLine,message:e.MessageCircle,search:e.Search,"list-filter":e.ListFilter,funnel:e.Funnel,dots:e.Ellipsis,"check-list":e.ListTodo,tag:e.Tag,chevron:e.ChevronDown,chevrons:e.ChevronsUpDown,"rotate-ccw":e.RotateCcw,question:e.CircleQuestionMark,clock:e.Clock3,eye:e.Eye,"eye-off":e.EyeOff,package:e.Package,"credit-card":e.CreditCard,"dollar-sign":e.DollarSign,"circle-alert":e.CircleAlert,"lock-keyhole":e.LockKeyhole,import:e.Import,"circle-x":e.CircleX,trash:e.Trash,mail:e.Mail,"chevron-up":e.ChevronUp,"circle-check":e.CircleCheckIcon,info:e.InfoIcon,"triangle-alert":e.TriangleAlertIcon,octagon:e.OctagonXIcon,loader:e.Loader2Icon,pencil:e.Pencil,"file-text":e.FileText,"scroll-text":e.ScrollText,"circle-question":e.CircleQuestionMarkIcon,trash2:e.Trash2,telegram:r.Telegram,"whats-app":r.WhatsApp,max:r.Max};exports.dictionary=c;
2
- //# sourceMappingURL=components-ui-icon-icon-dictionary.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"components-ui-icon-icon-dictionary.cjs","sources":["../src/components/ui/icon/icon-dictionary.tsx"],"sourcesContent":["import {\n BellRing,\n BookUser,\n BriefcaseBusiness,\n Building2,\n Calendar1,\n ChartLine,\n ChevronDown,\n ChevronUp,\n ChevronsUpDown,\n CircleAlert,\n CircleCheckIcon,\n CircleQuestionMark,\n CircleQuestionMarkIcon,\n CircleX,\n Clock3,\n CreditCard,\n DollarSign,\n Ellipsis,\n Eye,\n EyeOff,\n FileText,\n FolderOpen,\n Funnel,\n Import,\n InfoIcon,\n LayoutGrid,\n ListFilter,\n ListTodo,\n Loader2Icon,\n LockKeyhole,\n Mail,\n MessageCircle,\n OctagonXIcon,\n Package,\n Palette,\n Pencil,\n Phone,\n Plus,\n RotateCcw,\n ScrollText,\n Search,\n Settings,\n Tag,\n Trash,\n Trash2,\n TriangleAlertIcon,\n UserCog,\n Users,\n Wrench,\n X,\n} from \"lucide-react\";\nimport { Check, CircleCheck, Max, Telegram, WhatsApp } from \"./overrides\";\n\nexport const dictionary = {\n settings: Settings,\n plus: Plus,\n wrench: Wrench,\n phone: Phone,\n palette: Palette,\n building: Building2,\n close: X,\n done: Check,\n check: CircleCheck,\n users: Users,\n \"layout-grid\": LayoutGrid,\n bell: BellRing,\n \"book-user\": BookUser,\n \"user-gear\": UserCog,\n folder: FolderOpen,\n \"briefcase-business\": BriefcaseBusiness,\n calendar: Calendar1,\n \"chart-line\": ChartLine,\n message: MessageCircle,\n search: Search,\n \"list-filter\": ListFilter,\n funnel: Funnel,\n dots: Ellipsis,\n \"check-list\": ListTodo,\n tag: Tag,\n chevron: ChevronDown,\n chevrons: ChevronsUpDown,\n \"rotate-ccw\": RotateCcw,\n question: CircleQuestionMark,\n clock: Clock3,\n eye: Eye,\n \"eye-off\": EyeOff,\n package: Package,\n \"credit-card\": CreditCard,\n \"dollar-sign\": DollarSign,\n \"circle-alert\": CircleAlert,\n \"lock-keyhole\": LockKeyhole,\n import: Import,\n \"circle-x\": CircleX,\n trash: Trash,\n mail: Mail,\n \"chevron-up\": ChevronUp,\n \"circle-check\": CircleCheckIcon,\n info: InfoIcon,\n \"triangle-alert\": TriangleAlertIcon,\n octagon: OctagonXIcon,\n loader: Loader2Icon,\n pencil: Pencil,\n \"file-text\": FileText,\n \"scroll-text\": ScrollText,\n \"circle-question\": CircleQuestionMarkIcon,\n trash2: Trash2,\n telegram: Telegram,\n \"whats-app\": WhatsApp,\n max: Max,\n};\n"],"names":["dictionary","Settings","Plus","Wrench","Phone","Palette","Building2","X","Check","CircleCheck","Users","LayoutGrid","BellRing","BookUser","UserCog","FolderOpen","BriefcaseBusiness","Calendar1","ChartLine","MessageCircle","Search","ListFilter","Funnel","Ellipsis","ListTodo","Tag","ChevronDown","ChevronsUpDown","RotateCcw","CircleQuestionMark","Clock3","Eye","EyeOff","Package","CreditCard","DollarSign","CircleAlert","LockKeyhole","Import","CircleX","Trash","Mail","ChevronUp","CircleCheckIcon","InfoIcon","TriangleAlertIcon","OctagonXIcon","Loader2Icon","Pencil","FileText","ScrollText","CircleQuestionMarkIcon","Trash2","Telegram","WhatsApp","Max"],"mappings":"gKAsDaA,EAAa,CACxB,SAAUC,EAAAA,SACV,KAAMC,EAAAA,KACN,OAAQC,EAAAA,OACR,MAAOC,EAAAA,MACP,QAASC,EAAAA,QACT,SAAUC,EAAAA,UACV,MAAOC,EAAAA,EACP,KAAMC,EAAAA,MACN,MAAOC,EAAAA,YACP,MAAOC,EAAAA,MACP,cAAeC,EAAAA,WACf,KAAMC,EAAAA,SACN,YAAaC,EAAAA,SACb,YAAaC,EAAAA,QACb,OAAQC,EAAAA,WACR,qBAAsBC,EAAAA,kBACtB,SAAUC,EAAAA,UACV,aAAcC,EAAAA,UACd,QAASC,EAAAA,cACT,OAAQC,EAAAA,OACR,cAAeC,EAAAA,WACf,OAAQC,EAAAA,OACR,KAAMC,EAAAA,SACN,aAAcC,EAAAA,SACd,IAAKC,EAAAA,IACL,QAASC,EAAAA,YACT,SAAUC,EAAAA,eACV,aAAcC,EAAAA,UACd,SAAUC,EAAAA,mBACV,MAAOC,EAAAA,OACP,IAAKC,EAAAA,IACL,UAAWC,EAAAA,OACX,QAASC,EAAAA,QACT,cAAeC,EAAAA,WACf,cAAeC,EAAAA,WACf,eAAgBC,EAAAA,YAChB,eAAgBC,EAAAA,YAChB,OAAQC,EAAAA,OACR,WAAYC,EAAAA,QACZ,MAAOC,EAAAA,MACP,KAAMC,EAAAA,KACN,aAAcC,EAAAA,UACd,eAAgBC,EAAAA,gBAChB,KAAMC,EAAAA,SACN,iBAAkBC,EAAAA,kBAClB,QAASC,EAAAA,aACT,OAAQC,EAAAA,YACR,OAAQC,EAAAA,OACR,YAAaC,EAAAA,SACb,cAAeC,EAAAA,WACf,kBAAmBC,EAAAA,uBACnB,OAAQC,EAAAA,OACR,SAAUC,EAAAA,SACV,YAAaC,EAAAA,SACb,IAAKC,EAAAA,GACP"}
@@ -1,63 +0,0 @@
1
- import { Trash2 as e, CircleQuestionMarkIcon as r, ScrollText as l, FileText as o, Pencil as c, Loader2Icon as i, OctagonXIcon as t, TriangleAlertIcon as a, InfoIcon as n, CircleCheckIcon as s, ChevronUp as h, Mail as g, Trash as C, CircleX as d, Import as p, LockKeyhole as u, CircleAlert as k, DollarSign as f, CreditCard as m, Package as y, EyeOff as x, Eye as I, Clock3 as T, CircleQuestionMark as v, RotateCcw as w, ChevronsUpDown as L, ChevronDown as b, Tag as B, ListTodo as M, Ellipsis as P, Funnel as U, ListFilter as F, Search as S, MessageCircle as A, ChartLine as D, Calendar1 as E, BriefcaseBusiness as O, FolderOpen as X, UserCog as q, BookUser as Q, BellRing as R, LayoutGrid as W, Users as G, X as K, Building2 as j, Palette as z, Phone as H, Wrench as J, Plus as N, Settings as V } from "lucide-react";
2
- import { Max as Y, WhatsApp as Z, Telegram as _, CircleCheck as $, Check as ee } from "./components-ui-icon-overrides.js";
3
- const oe = {
4
- settings: V,
5
- plus: N,
6
- wrench: J,
7
- phone: H,
8
- palette: z,
9
- building: j,
10
- close: K,
11
- done: ee,
12
- check: $,
13
- users: G,
14
- "layout-grid": W,
15
- bell: R,
16
- "book-user": Q,
17
- "user-gear": q,
18
- folder: X,
19
- "briefcase-business": O,
20
- calendar: E,
21
- "chart-line": D,
22
- message: A,
23
- search: S,
24
- "list-filter": F,
25
- funnel: U,
26
- dots: P,
27
- "check-list": M,
28
- tag: B,
29
- chevron: b,
30
- chevrons: L,
31
- "rotate-ccw": w,
32
- question: v,
33
- clock: T,
34
- eye: I,
35
- "eye-off": x,
36
- package: y,
37
- "credit-card": m,
38
- "dollar-sign": f,
39
- "circle-alert": k,
40
- "lock-keyhole": u,
41
- import: p,
42
- "circle-x": d,
43
- trash: C,
44
- mail: g,
45
- "chevron-up": h,
46
- "circle-check": s,
47
- info: n,
48
- "triangle-alert": a,
49
- octagon: t,
50
- loader: i,
51
- pencil: c,
52
- "file-text": o,
53
- "scroll-text": l,
54
- "circle-question": r,
55
- trash2: e,
56
- telegram: _,
57
- "whats-app": Z,
58
- max: Y
59
- };
60
- export {
61
- oe as dictionary
62
- };
63
- //# sourceMappingURL=components-ui-icon-icon-dictionary.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"components-ui-icon-icon-dictionary.js","sources":["../src/components/ui/icon/icon-dictionary.tsx"],"sourcesContent":["import {\n BellRing,\n BookUser,\n BriefcaseBusiness,\n Building2,\n Calendar1,\n ChartLine,\n ChevronDown,\n ChevronUp,\n ChevronsUpDown,\n CircleAlert,\n CircleCheckIcon,\n CircleQuestionMark,\n CircleQuestionMarkIcon,\n CircleX,\n Clock3,\n CreditCard,\n DollarSign,\n Ellipsis,\n Eye,\n EyeOff,\n FileText,\n FolderOpen,\n Funnel,\n Import,\n InfoIcon,\n LayoutGrid,\n ListFilter,\n ListTodo,\n Loader2Icon,\n LockKeyhole,\n Mail,\n MessageCircle,\n OctagonXIcon,\n Package,\n Palette,\n Pencil,\n Phone,\n Plus,\n RotateCcw,\n ScrollText,\n Search,\n Settings,\n Tag,\n Trash,\n Trash2,\n TriangleAlertIcon,\n UserCog,\n Users,\n Wrench,\n X,\n} from \"lucide-react\";\nimport { Check, CircleCheck, Max, Telegram, WhatsApp } from \"./overrides\";\n\nexport const dictionary = {\n settings: Settings,\n plus: Plus,\n wrench: Wrench,\n phone: Phone,\n palette: Palette,\n building: Building2,\n close: X,\n done: Check,\n check: CircleCheck,\n users: Users,\n \"layout-grid\": LayoutGrid,\n bell: BellRing,\n \"book-user\": BookUser,\n \"user-gear\": UserCog,\n folder: FolderOpen,\n \"briefcase-business\": BriefcaseBusiness,\n calendar: Calendar1,\n \"chart-line\": ChartLine,\n message: MessageCircle,\n search: Search,\n \"list-filter\": ListFilter,\n funnel: Funnel,\n dots: Ellipsis,\n \"check-list\": ListTodo,\n tag: Tag,\n chevron: ChevronDown,\n chevrons: ChevronsUpDown,\n \"rotate-ccw\": RotateCcw,\n question: CircleQuestionMark,\n clock: Clock3,\n eye: Eye,\n \"eye-off\": EyeOff,\n package: Package,\n \"credit-card\": CreditCard,\n \"dollar-sign\": DollarSign,\n \"circle-alert\": CircleAlert,\n \"lock-keyhole\": LockKeyhole,\n import: Import,\n \"circle-x\": CircleX,\n trash: Trash,\n mail: Mail,\n \"chevron-up\": ChevronUp,\n \"circle-check\": CircleCheckIcon,\n info: InfoIcon,\n \"triangle-alert\": TriangleAlertIcon,\n octagon: OctagonXIcon,\n loader: Loader2Icon,\n pencil: Pencil,\n \"file-text\": FileText,\n \"scroll-text\": ScrollText,\n \"circle-question\": CircleQuestionMarkIcon,\n trash2: Trash2,\n telegram: Telegram,\n \"whats-app\": WhatsApp,\n max: Max,\n};\n"],"names":["dictionary","Settings","Plus","Wrench","Phone","Palette","Building2","X","Check","CircleCheck","Users","LayoutGrid","BellRing","BookUser","UserCog","FolderOpen","BriefcaseBusiness","Calendar1","ChartLine","MessageCircle","Search","ListFilter","Funnel","Ellipsis","ListTodo","Tag","ChevronDown","ChevronsUpDown","RotateCcw","CircleQuestionMark","Clock3","Eye","EyeOff","Package","CreditCard","DollarSign","CircleAlert","LockKeyhole","Import","CircleX","Trash","Mail","ChevronUp","CircleCheckIcon","InfoIcon","TriangleAlertIcon","OctagonXIcon","Loader2Icon","Pencil","FileText","ScrollText","CircleQuestionMarkIcon","Trash2","Telegram","WhatsApp","Max"],"mappings":";;AAsDO,MAAMA,KAAa;AAAA,EACxB,UAAUC;AAAA,EACV,MAAMC;AAAA,EACN,QAAQC;AAAA,EACR,OAAOC;AAAA,EACP,SAASC;AAAA,EACT,UAAUC;AAAA,EACV,OAAOC;AAAA,EACP,MAAMC;AAAA,EACN,OAAOC;AAAA,EACP,OAAOC;AAAA,EACP,eAAeC;AAAA,EACf,MAAMC;AAAA,EACN,aAAaC;AAAA,EACb,aAAaC;AAAA,EACb,QAAQC;AAAA,EACR,sBAAsBC;AAAA,EACtB,UAAUC;AAAA,EACV,cAAcC;AAAA,EACd,SAASC;AAAA,EACT,QAAQC;AAAA,EACR,eAAeC;AAAA,EACf,QAAQC;AAAA,EACR,MAAMC;AAAA,EACN,cAAcC;AAAA,EACd,KAAKC;AAAA,EACL,SAASC;AAAA,EACT,UAAUC;AAAA,EACV,cAAcC;AAAA,EACd,UAAUC;AAAA,EACV,OAAOC;AAAA,EACP,KAAKC;AAAA,EACL,WAAWC;AAAA,EACX,SAASC;AAAA,EACT,eAAeC;AAAA,EACf,eAAeC;AAAA,EACf,gBAAgBC;AAAA,EAChB,gBAAgBC;AAAA,EAChB,QAAQC;AAAA,EACR,YAAYC;AAAA,EACZ,OAAOC;AAAA,EACP,MAAMC;AAAA,EACN,cAAcC;AAAA,EACd,gBAAgBC;AAAA,EAChB,MAAMC;AAAA,EACN,kBAAkBC;AAAA,EAClB,SAASC;AAAA,EACT,QAAQC;AAAA,EACR,QAAQC;AAAA,EACR,aAAaC;AAAA,EACb,eAAeC;AAAA,EACf,mBAAmBC;AAAA,EACnB,QAAQC;AAAA,EACR,UAAUC;AAAA,EACV,aAAaC;AAAA,EACb,KAAKC;AACP;"}
@@ -1,2 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime");function i({ref:l,className:n,color:t="currentColor",size:C=24,...r}){return e.jsx("svg",{ref:l,xmlns:"http://www.w3.org/2000/svg",width:C,height:C,fill:"none",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round",className:n,...r,children:e.jsx("path",{d:"M13.4375 8.125L8.85414 12.5L6.5625 10.3125"})})}function s({ref:l,className:n,color:t="currentColor",size:C=24,...r}){return e.jsxs("svg",{ref:l,xmlns:"http://www.w3.org/2000/svg",width:C,height:C,fill:"none",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round",className:n,...r,children:[e.jsx("path",{d:"M13.4375 8.125L8.85414 12.5L6.5625 10.3125"}),e.jsx("path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z"})]})}function o({ref:l,className:n,color:t="currentColor",size:C="100%",...r}){return e.jsx("svg",{width:C,height:C,fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M15.4505 0.75L1.37952 6.37839C0.431988 6.7574 0.59397 8.14544 1.60331 8.29609L4.88889 8.78647M15.4505 0.75L12.7383 14.7631C12.616 15.3946 11.8364 15.631 11.384 15.1738L7.98009 11.7332M15.4505 0.75L4.88889 8.78647M4.88889 8.78647L7.98009 11.7332M4.88889 8.78647L4.67564 12.4092C4.60646 13.5844 6.09449 14.1462 6.81932 13.2187L7.98009 11.7332",stroke:t,strokeWidth:"1.5",strokeLinejoin:"round"})})}function h({ref:l,className:n,color:t="currentColor",size:C="100%",...r}){return e.jsxs("svg",{width:C,height:C,fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:[e.jsx("path",{d:"M11.6125 13.2881C9.799 13.2861 8.06037 12.5649 6.77805 11.2827C5.49573 10.0005 4.77443 8.26202 4.77242 6.44872C4.77227 5.92163 4.95479 5.41077 5.2889 5.00308C5.62302 4.59539 6.0881 4.31606 6.60499 4.21262L7.69559 6.39742L6.76744 7.7786C6.69808 7.88263 6.65546 8.00216 6.64336 8.12661C6.63127 8.25105 6.65006 8.37655 6.69809 8.49199C7.24186 9.78424 8.26998 10.8123 9.56236 11.356C9.67816 11.4061 9.80462 11.4267 9.93034 11.4157C10.0561 11.4048 10.1771 11.3627 10.2825 11.2933L11.6704 10.3681L13.8554 11.4586C13.7512 11.976 13.4706 12.4412 13.0616 12.7749C12.6525 13.1085 12.1404 13.2899 11.6125 13.2881ZM9.00283 2.14335e-07C7.44885 -0.000338851 5.92126 0.401615 4.56874 1.16674C3.21621 1.93186 2.08484 3.03408 1.28474 4.36612C0.484633 5.69817 0.0430584 7.21465 0.00299274 8.76796C-0.0370729 10.3213 0.325736 11.8585 1.0561 13.23L0.0737985 16.1766C-0.0075688 16.4206 -0.0193771 16.6824 0.0396971 16.9327C0.0987714 17.183 0.226394 17.4119 0.40826 17.5937C0.590126 17.7756 0.819048 17.9032 1.06937 17.9623C1.31969 18.0213 1.58152 18.0095 1.82551 17.9282L4.77242 16.946C5.97955 17.5879 7.31708 17.9465 8.68349 17.9945C10.0499 18.0424 11.4093 17.7785 12.6584 17.2227C13.9076 16.6668 15.0137 15.8338 15.8928 14.7867C16.7719 13.7397 17.4009 12.5061 17.732 11.1797C18.0632 9.85325 18.0877 8.46883 17.8039 7.13149C17.52 5.79416 16.9352 4.53906 16.0938 3.46147C15.2524 2.38387 14.1765 1.5121 12.9479 0.912336C11.7192 0.312567 10.3701 0.000560968 9.00283 2.14335e-07ZM9.00283 16.6154C7.66393 16.6163 6.34852 16.2637 5.18958 15.5934C5.10472 15.5442 5.01038 15.5135 4.9128 15.5036C4.81522 15.4936 4.71663 15.5044 4.62356 15.5354L1.38671 16.6154L2.46595 13.3788C2.49706 13.2858 2.50806 13.1873 2.49821 13.0897C2.48836 12.9922 2.4579 12.8978 2.40883 12.8129C1.5693 11.3616 1.23223 9.67377 1.44992 8.01135C1.6676 6.34893 2.42786 4.8048 3.61277 3.61851C4.79768 2.43222 6.34099 1.67008 8.00329 1.45032C9.6656 1.23056 11.354 1.56546 12.8065 2.40307C14.259 3.24069 15.3945 4.53419 16.0368 6.08292C16.6791 7.63165 16.7923 9.34903 16.3588 10.9687C15.9254 12.5883 14.9695 14.0196 13.6394 15.0406C12.3094 16.0615 10.6796 16.6151 9.00283 16.6154Z",fill:"white"}),e.jsx("path",{d:"M11.6125 13.2881C9.799 13.2861 8.06037 12.5649 6.77805 11.2827C5.49573 10.0005 4.77443 8.26202 4.77242 6.44872C4.77227 5.92163 4.95479 5.41077 5.2889 5.00308C5.62302 4.59539 6.0881 4.31606 6.60499 4.21262L7.69559 6.39742L6.76744 7.7786C6.69808 7.88263 6.65546 8.00216 6.64336 8.12661C6.63127 8.25105 6.65006 8.37655 6.69809 8.49199C7.24186 9.78424 8.26998 10.8123 9.56236 11.356C9.67816 11.4061 9.80462 11.4267 9.93034 11.4157C10.0561 11.4048 10.1771 11.3627 10.2825 11.2933L11.6704 10.3681L13.8554 11.4586C13.7512 11.976 13.4706 12.4412 13.0616 12.7749C12.6525 13.1085 12.1404 13.2899 11.6125 13.2881Z",fill:"white"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.00283 16.6154C7.66393 16.6163 6.34852 16.2637 5.18958 15.5934C5.10472 15.5442 5.01038 15.5135 4.9128 15.5036C4.81522 15.4936 4.71663 15.5044 4.62356 15.5354L1.38671 16.6154L2.46595 13.3788C2.49706 13.2858 2.50806 13.1873 2.49821 13.0897C2.48836 12.9922 2.4579 12.8978 2.40883 12.8129C1.5693 11.3616 1.23223 9.67377 1.44992 8.01135C1.6676 6.34893 2.42786 4.8048 3.61277 3.61851C4.79768 2.43222 6.34099 1.67008 8.00329 1.45032C9.6656 1.23056 11.354 1.56546 12.8065 2.40307C14.259 3.24069 15.3945 4.53419 16.0368 6.08292C16.6791 7.63165 16.7923 9.34903 16.3588 10.9687C15.9254 12.5883 14.9695 14.0196 13.6394 15.0406C12.3094 16.0615 10.6796 16.6151 9.00283 16.6154ZM11.3898 9.07269L14.1593 10.4573C14.2743 10.5149 14.371 10.6033 14.4386 10.7128C14.5062 10.8222 14.5419 10.9483 14.5418 11.0769C14.5418 11.5315 14.4523 11.9816 14.2783 12.4016C14.1043 12.8216 13.8493 13.2032 13.5279 13.5246C13.2064 13.846 12.8248 14.101 12.4048 14.275C11.9847 14.4489 11.5346 14.5385 11.08 14.5385C9.06073 14.5362 7.11201 13.4265 5.68421 11.9988C4.25641 10.5712 3.46613 8.9421 3.46384 6.92308C3.46384 6.00502 3.82857 5.12456 4.47779 4.4754C5.12702 3.82624 6.00756 3.46154 6.9257 3.46154C7.05505 3.4612 7.1819 3.4971 7.29188 3.56516C7.40186 3.63323 7.49058 3.73073 7.54798 3.84663L8.93272 6.61587C8.98705 6.72487 9.01165 6.84628 9.00406 6.96783C8.99646 7.08938 8.95693 7.20678 8.88945 7.30817L8.04129 8.57942C8.36213 9.16299 8.84241 9.64323 9.42604 9.96404L10.6974 9.11596C10.7988 9.04849 10.9162 9.00896 11.0378 9.00137C11.1594 8.99377 11.2808 9.01837 11.3898 9.07269Z",fill:t}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.1593 10.4573L11.3898 9.07269C11.2808 9.01837 11.1594 8.99377 11.0378 9.00137C10.9162 9.00896 10.7988 9.04849 10.6974 9.11596L9.42604 9.96404C8.84241 9.64323 8.36213 9.16299 8.04129 8.57942L8.88945 7.30817C8.95693 7.20678 8.99646 7.08938 9.00406 6.96783C9.01165 6.84628 8.98705 6.72487 8.93272 6.61587L7.54798 3.84663C7.49058 3.73073 7.40186 3.63323 7.29188 3.56516C7.1819 3.4971 7.05505 3.4612 6.9257 3.46154C6.00756 3.46154 5.12702 3.82624 4.47779 4.4754C3.82857 5.12456 3.46384 6.00502 3.46384 6.92308C3.46613 8.9421 4.25641 10.5712 5.68421 11.9988C7.11201 13.4265 9.06073 14.5362 11.08 14.5385C11.5346 14.5385 11.9847 14.4489 12.4048 14.275C12.8248 14.101 13.2064 13.846 13.5279 13.5246C13.8493 13.2032 14.1043 12.8216 14.2783 12.4016C14.4523 11.9816 14.5418 11.5315 14.5418 11.0769C14.5419 10.9483 14.5062 10.8222 14.4386 10.7128C14.371 10.6033 14.2743 10.5149 14.1593 10.4573ZM6.77805 11.2827C8.06037 12.5649 9.799 13.2861 11.6125 13.2881C12.1404 13.2899 12.6525 13.1085 13.0616 12.7749C13.4706 12.4412 13.7512 11.976 13.8554 11.4586L11.6704 10.3681L10.2825 11.2933C10.1771 11.3627 10.0561 11.4048 9.93034 11.4157C9.80462 11.4267 9.67816 11.4061 9.56236 11.356C8.26998 10.8123 7.24186 9.78424 6.69809 8.49199C6.65006 8.37655 6.63127 8.25105 6.64336 8.12661C6.65546 8.00216 6.69808 7.88263 6.76744 7.7786L7.69559 6.39742L6.60499 4.21262C6.0881 4.31606 5.62302 4.59539 5.2889 5.00308C4.95479 5.41077 4.77227 5.92163 4.77242 6.44872C4.77443 8.26202 5.49573 10.0005 6.77805 11.2827Z",fill:t})]})}function L({ref:l,className:n,color:t="currentColor",size:C="100%",...r}){return e.jsx("svg",{width:C,height:C,fill:"none",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsx("path",{d:"M8 0C12.4183 1.70683e-06 16 3.59078 16 8.02024C16 11.3885 13.9288 14.2719 10.9935 15.4601C10.9935 15.4601 9.78134 15.8198 8.98065 15.8853C8.15599 15.9526 7.67049 15.9692 6.86452 15.7818C5.93337 15.5652 5.36774 15.3161 4.64516 14.7469C4.64516 14.7469 3.89258 15.5789 3.25161 15.8335C2.59335 16.0949 1.73933 16.0768 1.23871 15.5748C1.04128 15.3768 1.23868 14.5168 0.980746 13.6603C0 10.4033 0.000201612 8.07198 0.000201612 8.07198C9.29991e-05 8.05475 0 8.0375 0 8.02024C0 3.59078 3.58172 0 8 0ZM8.1377 3.9325C5.91431 3.9325 4.1119 5.73948 4.1119 7.9685V8.02024C4.01061 8.64116 4.09488 11.8058 4.88609 12.0562C5.19519 12.1541 5.91566 11.3394 5.91835 11.3364C6.55461 11.7586 7.31753 12.0045 8.1377 12.0045C10.3611 12.0045 12.1635 10.1975 12.1635 7.9685C12.1635 5.73949 10.3611 3.93252 8.1377 3.9325Z",fill:t})})}i.displayName="Check";s.displayName="CircleCheck";o.displayName="Telegram";h.displayName="WhatsApp";L.displayName="Max";exports.Check=i;exports.CircleCheck=s;exports.Max=L;exports.Telegram=o;exports.WhatsApp=h;
2
- //# sourceMappingURL=components-ui-icon-overrides.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"components-ui-icon-overrides.cjs","sources":["../src/components/ui/icon/overrides.tsx"],"sourcesContent":["import type { LucideProps } from \"lucide-react\";\n\n// TODO: Вынести отдельно\nexport function Check({\n ref,\n className,\n color = \"currentColor\",\n size = 24,\n ...props\n}: LucideProps) {\n return (\n // viewBox 3 3 14 14 для правильного отображения в иконке Checkbox, пробросить снаружи\n // не получится, так как LucideIcon игнорирует его при передаче в svg\n <svg\n ref={ref}\n xmlns=\"http://www.w3.org/2000/svg\"\n width={size}\n height={size}\n fill=\"none\"\n stroke={color}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n className={className}\n {...props}\n >\n <path d=\"M13.4375 8.125L8.85414 12.5L6.5625 10.3125\" />\n </svg>\n );\n}\n\nexport function CircleCheck({\n ref,\n className,\n color = \"currentColor\",\n size = 24,\n ...props\n}: LucideProps) {\n // viewBox 0 0 20 20 для правильного отображения в иконке Checkbox, пробросить снаружи\n return (\n <svg\n ref={ref}\n xmlns=\"http://www.w3.org/2000/svg\"\n width={size}\n height={size}\n fill=\"none\"\n stroke={color}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n className={className}\n {...props}\n >\n <path d=\"M13.4375 8.125L8.85414 12.5L6.5625 10.3125\" />\n <path d=\"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z\" />\n </svg>\n );\n}\n\nexport function Telegram({\n ref,\n className,\n color = \"currentColor\",\n size = \"100%\",\n ...props\n}: LucideProps) {\n // viewBox=\"0 0 17 17\"\n return (\n <svg\n width={size}\n height={size}\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M15.4505 0.75L1.37952 6.37839C0.431988 6.7574 0.59397 8.14544 1.60331 8.29609L4.88889 8.78647M15.4505 0.75L12.7383 14.7631C12.616 15.3946 11.8364 15.631 11.384 15.1738L7.98009 11.7332M15.4505 0.75L4.88889 8.78647M4.88889 8.78647L7.98009 11.7332M4.88889 8.78647L4.67564 12.4092C4.60646 13.5844 6.09449 14.1462 6.81932 13.2187L7.98009 11.7332\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n}\n\nexport function WhatsApp({\n ref,\n className,\n color = \"currentColor\",\n size = \"100%\",\n ...props\n}: LucideProps) {\n // viewBox=\"0 0 18 18\"\n return (\n <svg\n width={size}\n height={size}\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M11.6125 13.2881C9.799 13.2861 8.06037 12.5649 6.77805 11.2827C5.49573 10.0005 4.77443 8.26202 4.77242 6.44872C4.77227 5.92163 4.95479 5.41077 5.2889 5.00308C5.62302 4.59539 6.0881 4.31606 6.60499 4.21262L7.69559 6.39742L6.76744 7.7786C6.69808 7.88263 6.65546 8.00216 6.64336 8.12661C6.63127 8.25105 6.65006 8.37655 6.69809 8.49199C7.24186 9.78424 8.26998 10.8123 9.56236 11.356C9.67816 11.4061 9.80462 11.4267 9.93034 11.4157C10.0561 11.4048 10.1771 11.3627 10.2825 11.2933L11.6704 10.3681L13.8554 11.4586C13.7512 11.976 13.4706 12.4412 13.0616 12.7749C12.6525 13.1085 12.1404 13.2899 11.6125 13.2881ZM9.00283 2.14335e-07C7.44885 -0.000338851 5.92126 0.401615 4.56874 1.16674C3.21621 1.93186 2.08484 3.03408 1.28474 4.36612C0.484633 5.69817 0.0430584 7.21465 0.00299274 8.76796C-0.0370729 10.3213 0.325736 11.8585 1.0561 13.23L0.0737985 16.1766C-0.0075688 16.4206 -0.0193771 16.6824 0.0396971 16.9327C0.0987714 17.183 0.226394 17.4119 0.40826 17.5937C0.590126 17.7756 0.819048 17.9032 1.06937 17.9623C1.31969 18.0213 1.58152 18.0095 1.82551 17.9282L4.77242 16.946C5.97955 17.5879 7.31708 17.9465 8.68349 17.9945C10.0499 18.0424 11.4093 17.7785 12.6584 17.2227C13.9076 16.6668 15.0137 15.8338 15.8928 14.7867C16.7719 13.7397 17.4009 12.5061 17.732 11.1797C18.0632 9.85325 18.0877 8.46883 17.8039 7.13149C17.52 5.79416 16.9352 4.53906 16.0938 3.46147C15.2524 2.38387 14.1765 1.5121 12.9479 0.912336C11.7192 0.312567 10.3701 0.000560968 9.00283 2.14335e-07ZM9.00283 16.6154C7.66393 16.6163 6.34852 16.2637 5.18958 15.5934C5.10472 15.5442 5.01038 15.5135 4.9128 15.5036C4.81522 15.4936 4.71663 15.5044 4.62356 15.5354L1.38671 16.6154L2.46595 13.3788C2.49706 13.2858 2.50806 13.1873 2.49821 13.0897C2.48836 12.9922 2.4579 12.8978 2.40883 12.8129C1.5693 11.3616 1.23223 9.67377 1.44992 8.01135C1.6676 6.34893 2.42786 4.8048 3.61277 3.61851C4.79768 2.43222 6.34099 1.67008 8.00329 1.45032C9.6656 1.23056 11.354 1.56546 12.8065 2.40307C14.259 3.24069 15.3945 4.53419 16.0368 6.08292C16.6791 7.63165 16.7923 9.34903 16.3588 10.9687C15.9254 12.5883 14.9695 14.0196 13.6394 15.0406C12.3094 16.0615 10.6796 16.6151 9.00283 16.6154Z\"\n fill=\"white\"\n />\n <path\n d=\"M11.6125 13.2881C9.799 13.2861 8.06037 12.5649 6.77805 11.2827C5.49573 10.0005 4.77443 8.26202 4.77242 6.44872C4.77227 5.92163 4.95479 5.41077 5.2889 5.00308C5.62302 4.59539 6.0881 4.31606 6.60499 4.21262L7.69559 6.39742L6.76744 7.7786C6.69808 7.88263 6.65546 8.00216 6.64336 8.12661C6.63127 8.25105 6.65006 8.37655 6.69809 8.49199C7.24186 9.78424 8.26998 10.8123 9.56236 11.356C9.67816 11.4061 9.80462 11.4267 9.93034 11.4157C10.0561 11.4048 10.1771 11.3627 10.2825 11.2933L11.6704 10.3681L13.8554 11.4586C13.7512 11.976 13.4706 12.4412 13.0616 12.7749C12.6525 13.1085 12.1404 13.2899 11.6125 13.2881Z\"\n fill=\"white\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.00283 16.6154C7.66393 16.6163 6.34852 16.2637 5.18958 15.5934C5.10472 15.5442 5.01038 15.5135 4.9128 15.5036C4.81522 15.4936 4.71663 15.5044 4.62356 15.5354L1.38671 16.6154L2.46595 13.3788C2.49706 13.2858 2.50806 13.1873 2.49821 13.0897C2.48836 12.9922 2.4579 12.8978 2.40883 12.8129C1.5693 11.3616 1.23223 9.67377 1.44992 8.01135C1.6676 6.34893 2.42786 4.8048 3.61277 3.61851C4.79768 2.43222 6.34099 1.67008 8.00329 1.45032C9.6656 1.23056 11.354 1.56546 12.8065 2.40307C14.259 3.24069 15.3945 4.53419 16.0368 6.08292C16.6791 7.63165 16.7923 9.34903 16.3588 10.9687C15.9254 12.5883 14.9695 14.0196 13.6394 15.0406C12.3094 16.0615 10.6796 16.6151 9.00283 16.6154ZM11.3898 9.07269L14.1593 10.4573C14.2743 10.5149 14.371 10.6033 14.4386 10.7128C14.5062 10.8222 14.5419 10.9483 14.5418 11.0769C14.5418 11.5315 14.4523 11.9816 14.2783 12.4016C14.1043 12.8216 13.8493 13.2032 13.5279 13.5246C13.2064 13.846 12.8248 14.101 12.4048 14.275C11.9847 14.4489 11.5346 14.5385 11.08 14.5385C9.06073 14.5362 7.11201 13.4265 5.68421 11.9988C4.25641 10.5712 3.46613 8.9421 3.46384 6.92308C3.46384 6.00502 3.82857 5.12456 4.47779 4.4754C5.12702 3.82624 6.00756 3.46154 6.9257 3.46154C7.05505 3.4612 7.1819 3.4971 7.29188 3.56516C7.40186 3.63323 7.49058 3.73073 7.54798 3.84663L8.93272 6.61587C8.98705 6.72487 9.01165 6.84628 9.00406 6.96783C8.99646 7.08938 8.95693 7.20678 8.88945 7.30817L8.04129 8.57942C8.36213 9.16299 8.84241 9.64323 9.42604 9.96404L10.6974 9.11596C10.7988 9.04849 10.9162 9.00896 11.0378 9.00137C11.1594 8.99377 11.2808 9.01837 11.3898 9.07269Z\"\n fill={color}\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.1593 10.4573L11.3898 9.07269C11.2808 9.01837 11.1594 8.99377 11.0378 9.00137C10.9162 9.00896 10.7988 9.04849 10.6974 9.11596L9.42604 9.96404C8.84241 9.64323 8.36213 9.16299 8.04129 8.57942L8.88945 7.30817C8.95693 7.20678 8.99646 7.08938 9.00406 6.96783C9.01165 6.84628 8.98705 6.72487 8.93272 6.61587L7.54798 3.84663C7.49058 3.73073 7.40186 3.63323 7.29188 3.56516C7.1819 3.4971 7.05505 3.4612 6.9257 3.46154C6.00756 3.46154 5.12702 3.82624 4.47779 4.4754C3.82857 5.12456 3.46384 6.00502 3.46384 6.92308C3.46613 8.9421 4.25641 10.5712 5.68421 11.9988C7.11201 13.4265 9.06073 14.5362 11.08 14.5385C11.5346 14.5385 11.9847 14.4489 12.4048 14.275C12.8248 14.101 13.2064 13.846 13.5279 13.5246C13.8493 13.2032 14.1043 12.8216 14.2783 12.4016C14.4523 11.9816 14.5418 11.5315 14.5418 11.0769C14.5419 10.9483 14.5062 10.8222 14.4386 10.7128C14.371 10.6033 14.2743 10.5149 14.1593 10.4573ZM6.77805 11.2827C8.06037 12.5649 9.799 13.2861 11.6125 13.2881C12.1404 13.2899 12.6525 13.1085 13.0616 12.7749C13.4706 12.4412 13.7512 11.976 13.8554 11.4586L11.6704 10.3681L10.2825 11.2933C10.1771 11.3627 10.0561 11.4048 9.93034 11.4157C9.80462 11.4267 9.67816 11.4061 9.56236 11.356C8.26998 10.8123 7.24186 9.78424 6.69809 8.49199C6.65006 8.37655 6.63127 8.25105 6.64336 8.12661C6.65546 8.00216 6.69808 7.88263 6.76744 7.7786L7.69559 6.39742L6.60499 4.21262C6.0881 4.31606 5.62302 4.59539 5.2889 5.00308C4.95479 5.41077 4.77227 5.92163 4.77242 6.44872C4.77443 8.26202 5.49573 10.0005 6.77805 11.2827Z\"\n fill={color}\n />\n </svg>\n );\n}\n\nexport function Max({\n ref,\n className,\n color = \"currentColor\",\n size = \"100%\",\n ...props\n}: LucideProps) {\n // viewBox=\"0 0 16 16\"\n return (\n <svg\n width={size}\n height={size}\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M8 0C12.4183 1.70683e-06 16 3.59078 16 8.02024C16 11.3885 13.9288 14.2719 10.9935 15.4601C10.9935 15.4601 9.78134 15.8198 8.98065 15.8853C8.15599 15.9526 7.67049 15.9692 6.86452 15.7818C5.93337 15.5652 5.36774 15.3161 4.64516 14.7469C4.64516 14.7469 3.89258 15.5789 3.25161 15.8335C2.59335 16.0949 1.73933 16.0768 1.23871 15.5748C1.04128 15.3768 1.23868 14.5168 0.980746 13.6603C0 10.4033 0.000201612 8.07198 0.000201612 8.07198C9.29991e-05 8.05475 0 8.0375 0 8.02024C0 3.59078 3.58172 0 8 0ZM8.1377 3.9325C5.91431 3.9325 4.1119 5.73948 4.1119 7.9685V8.02024C4.01061 8.64116 4.09488 11.8058 4.88609 12.0562C5.19519 12.1541 5.91566 11.3394 5.91835 11.3364C6.55461 11.7586 7.31753 12.0045 8.1377 12.0045C10.3611 12.0045 12.1635 10.1975 12.1635 7.9685C12.1635 5.73949 10.3611 3.93252 8.1377 3.9325Z\"\n fill={color}\n />\n </svg>\n );\n}\n\nCheck.displayName = \"Check\";\nCircleCheck.displayName = \"CircleCheck\";\nTelegram.displayName = \"Telegram\";\nWhatsApp.displayName = \"WhatsApp\";\nMax.displayName = \"Max\";\n"],"names":["Check","ref","className","color","size","props","jsx","CircleCheck","jsxs","Telegram","WhatsApp","Max"],"mappings":"qHAGO,SAASA,EAAM,CACpB,IAAAC,EACA,UAAAC,EACA,MAAAC,EAAQ,eACR,KAAAC,EAAO,GACP,GAAGC,CACL,EAAgB,CACd,OAGEC,EAAAA,IAAC,MAAA,CACC,IAAAL,EACA,MAAM,6BACN,MAAOG,EACP,OAAQA,EACR,KAAK,OACL,OAAQD,EACR,YAAa,IACb,cAAc,QACd,eAAe,QACf,UAAAD,EACC,GAAGG,EAEJ,SAAAC,EAAAA,IAAC,OAAA,CAAK,EAAE,4CAAA,CAA6C,CAAA,CAAA,CAG3D,CAEO,SAASC,EAAY,CAC1B,IAAAN,EACA,UAAAC,EACA,MAAAC,EAAQ,eACR,KAAAC,EAAO,GACP,GAAGC,CACL,EAAgB,CAEd,OACEG,EAAAA,KAAC,MAAA,CACC,IAAAP,EACA,MAAM,6BACN,MAAOG,EACP,OAAQA,EACR,KAAK,OACL,OAAQD,EACR,YAAa,IACb,cAAc,QACd,eAAe,QACf,UAAAD,EACC,GAAGG,EAEJ,SAAA,CAAAC,EAAAA,IAAC,OAAA,CAAK,EAAE,4CAAA,CAA6C,EACrDA,EAAAA,IAAC,OAAA,CAAK,EAAE,6IAAA,CAA8I,CAAA,CAAA,CAAA,CAG5J,CAEO,SAASG,EAAS,CACvB,IAAAR,EACA,UAAAC,EACA,MAAAC,EAAQ,eACR,KAAAC,EAAO,OACP,GAAGC,CACL,EAAgB,CAEd,OACEC,EAAAA,IAAC,MAAA,CACC,MAAOF,EACP,OAAQA,EACR,KAAK,OACL,MAAM,6BACL,GAAGC,EAEJ,SAAAC,EAAAA,IAAC,OAAA,CACC,EAAE,uVACF,OAAQH,EACR,YAAY,MACZ,eAAe,OAAA,CAAA,CACjB,CAAA,CAGN,CAEO,SAASO,EAAS,CACvB,IAAAT,EACA,UAAAC,EACA,MAAAC,EAAQ,eACR,KAAAC,EAAO,OACP,GAAGC,CACL,EAAgB,CAEd,OACEG,EAAAA,KAAC,MAAA,CACC,MAAOJ,EACP,OAAQA,EACR,KAAK,OACL,MAAM,6BACL,GAAGC,EAEJ,SAAA,CAAAC,EAAAA,IAAC,OAAA,CACC,EAAE,2kEACF,KAAK,OAAA,CAAA,EAEPA,EAAAA,IAAC,OAAA,CACC,EAAE,6lBACF,KAAK,OAAA,CAAA,EAEPA,EAAAA,IAAC,OAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ihDACF,KAAMH,CAAA,CAAA,EAERG,EAAAA,IAAC,OAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,k9CACF,KAAMH,CAAA,CAAA,CACR,CAAA,CAAA,CAGN,CAEO,SAASQ,EAAI,CAClB,IAAAV,EACA,UAAAC,EACA,MAAAC,EAAQ,eACR,KAAAC,EAAO,OACP,GAAGC,CACL,EAAgB,CAEd,OACEC,EAAAA,IAAC,MAAA,CACC,MAAOF,EACP,OAAQA,EACR,KAAK,OACL,MAAM,6BACL,GAAGC,EAEJ,SAAAC,EAAAA,IAAC,OAAA,CACC,EAAE,8xBACF,KAAMH,CAAA,CAAA,CACR,CAAA,CAGN,CAEAH,EAAM,YAAc,QACpBO,EAAY,YAAc,cAC1BE,EAAS,YAAc,WACvBC,EAAS,YAAc,WACvBC,EAAI,YAAc"}
@@ -1,175 +0,0 @@
1
- import { jsx as e, jsxs as i } from "react/jsx-runtime";
2
- function o({
3
- ref: n,
4
- className: l,
5
- color: t = "currentColor",
6
- size: C = 24,
7
- ...r
8
- }) {
9
- return (
10
- // viewBox 3 3 14 14 для правильного отображения в иконке Checkbox, пробросить снаружи
11
- // не получится, так как LucideIcon игнорирует его при передаче в svg
12
- /* @__PURE__ */ e(
13
- "svg",
14
- {
15
- ref: n,
16
- xmlns: "http://www.w3.org/2000/svg",
17
- width: C,
18
- height: C,
19
- fill: "none",
20
- stroke: t,
21
- strokeWidth: 1.5,
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round",
24
- className: l,
25
- ...r,
26
- children: /* @__PURE__ */ e("path", { d: "M13.4375 8.125L8.85414 12.5L6.5625 10.3125" })
27
- }
28
- )
29
- );
30
- }
31
- function h({
32
- ref: n,
33
- className: l,
34
- color: t = "currentColor",
35
- size: C = 24,
36
- ...r
37
- }) {
38
- return /* @__PURE__ */ i(
39
- "svg",
40
- {
41
- ref: n,
42
- xmlns: "http://www.w3.org/2000/svg",
43
- width: C,
44
- height: C,
45
- fill: "none",
46
- stroke: t,
47
- strokeWidth: 1.5,
48
- strokeLinecap: "round",
49
- strokeLinejoin: "round",
50
- className: l,
51
- ...r,
52
- children: [
53
- /* @__PURE__ */ e("path", { d: "M13.4375 8.125L8.85414 12.5L6.5625 10.3125" }),
54
- /* @__PURE__ */ e("path", { d: "M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z" })
55
- ]
56
- }
57
- );
58
- }
59
- function L({
60
- ref: n,
61
- className: l,
62
- color: t = "currentColor",
63
- size: C = "100%",
64
- ...r
65
- }) {
66
- return /* @__PURE__ */ e(
67
- "svg",
68
- {
69
- width: C,
70
- height: C,
71
- fill: "none",
72
- xmlns: "http://www.w3.org/2000/svg",
73
- ...r,
74
- children: /* @__PURE__ */ e(
75
- "path",
76
- {
77
- d: "M15.4505 0.75L1.37952 6.37839C0.431988 6.7574 0.59397 8.14544 1.60331 8.29609L4.88889 8.78647M15.4505 0.75L12.7383 14.7631C12.616 15.3946 11.8364 15.631 11.384 15.1738L7.98009 11.7332M15.4505 0.75L4.88889 8.78647M4.88889 8.78647L7.98009 11.7332M4.88889 8.78647L4.67564 12.4092C4.60646 13.5844 6.09449 14.1462 6.81932 13.2187L7.98009 11.7332",
78
- stroke: t,
79
- strokeWidth: "1.5",
80
- strokeLinejoin: "round"
81
- }
82
- )
83
- }
84
- );
85
- }
86
- function d({
87
- ref: n,
88
- className: l,
89
- color: t = "currentColor",
90
- size: C = "100%",
91
- ...r
92
- }) {
93
- return /* @__PURE__ */ i(
94
- "svg",
95
- {
96
- width: C,
97
- height: C,
98
- fill: "none",
99
- xmlns: "http://www.w3.org/2000/svg",
100
- ...r,
101
- children: [
102
- /* @__PURE__ */ e(
103
- "path",
104
- {
105
- d: "M11.6125 13.2881C9.799 13.2861 8.06037 12.5649 6.77805 11.2827C5.49573 10.0005 4.77443 8.26202 4.77242 6.44872C4.77227 5.92163 4.95479 5.41077 5.2889 5.00308C5.62302 4.59539 6.0881 4.31606 6.60499 4.21262L7.69559 6.39742L6.76744 7.7786C6.69808 7.88263 6.65546 8.00216 6.64336 8.12661C6.63127 8.25105 6.65006 8.37655 6.69809 8.49199C7.24186 9.78424 8.26998 10.8123 9.56236 11.356C9.67816 11.4061 9.80462 11.4267 9.93034 11.4157C10.0561 11.4048 10.1771 11.3627 10.2825 11.2933L11.6704 10.3681L13.8554 11.4586C13.7512 11.976 13.4706 12.4412 13.0616 12.7749C12.6525 13.1085 12.1404 13.2899 11.6125 13.2881ZM9.00283 2.14335e-07C7.44885 -0.000338851 5.92126 0.401615 4.56874 1.16674C3.21621 1.93186 2.08484 3.03408 1.28474 4.36612C0.484633 5.69817 0.0430584 7.21465 0.00299274 8.76796C-0.0370729 10.3213 0.325736 11.8585 1.0561 13.23L0.0737985 16.1766C-0.0075688 16.4206 -0.0193771 16.6824 0.0396971 16.9327C0.0987714 17.183 0.226394 17.4119 0.40826 17.5937C0.590126 17.7756 0.819048 17.9032 1.06937 17.9623C1.31969 18.0213 1.58152 18.0095 1.82551 17.9282L4.77242 16.946C5.97955 17.5879 7.31708 17.9465 8.68349 17.9945C10.0499 18.0424 11.4093 17.7785 12.6584 17.2227C13.9076 16.6668 15.0137 15.8338 15.8928 14.7867C16.7719 13.7397 17.4009 12.5061 17.732 11.1797C18.0632 9.85325 18.0877 8.46883 17.8039 7.13149C17.52 5.79416 16.9352 4.53906 16.0938 3.46147C15.2524 2.38387 14.1765 1.5121 12.9479 0.912336C11.7192 0.312567 10.3701 0.000560968 9.00283 2.14335e-07ZM9.00283 16.6154C7.66393 16.6163 6.34852 16.2637 5.18958 15.5934C5.10472 15.5442 5.01038 15.5135 4.9128 15.5036C4.81522 15.4936 4.71663 15.5044 4.62356 15.5354L1.38671 16.6154L2.46595 13.3788C2.49706 13.2858 2.50806 13.1873 2.49821 13.0897C2.48836 12.9922 2.4579 12.8978 2.40883 12.8129C1.5693 11.3616 1.23223 9.67377 1.44992 8.01135C1.6676 6.34893 2.42786 4.8048 3.61277 3.61851C4.79768 2.43222 6.34099 1.67008 8.00329 1.45032C9.6656 1.23056 11.354 1.56546 12.8065 2.40307C14.259 3.24069 15.3945 4.53419 16.0368 6.08292C16.6791 7.63165 16.7923 9.34903 16.3588 10.9687C15.9254 12.5883 14.9695 14.0196 13.6394 15.0406C12.3094 16.0615 10.6796 16.6151 9.00283 16.6154Z",
106
- fill: "white"
107
- }
108
- ),
109
- /* @__PURE__ */ e(
110
- "path",
111
- {
112
- d: "M11.6125 13.2881C9.799 13.2861 8.06037 12.5649 6.77805 11.2827C5.49573 10.0005 4.77443 8.26202 4.77242 6.44872C4.77227 5.92163 4.95479 5.41077 5.2889 5.00308C5.62302 4.59539 6.0881 4.31606 6.60499 4.21262L7.69559 6.39742L6.76744 7.7786C6.69808 7.88263 6.65546 8.00216 6.64336 8.12661C6.63127 8.25105 6.65006 8.37655 6.69809 8.49199C7.24186 9.78424 8.26998 10.8123 9.56236 11.356C9.67816 11.4061 9.80462 11.4267 9.93034 11.4157C10.0561 11.4048 10.1771 11.3627 10.2825 11.2933L11.6704 10.3681L13.8554 11.4586C13.7512 11.976 13.4706 12.4412 13.0616 12.7749C12.6525 13.1085 12.1404 13.2899 11.6125 13.2881Z",
113
- fill: "white"
114
- }
115
- ),
116
- /* @__PURE__ */ e(
117
- "path",
118
- {
119
- fillRule: "evenodd",
120
- clipRule: "evenodd",
121
- d: "M9.00283 16.6154C7.66393 16.6163 6.34852 16.2637 5.18958 15.5934C5.10472 15.5442 5.01038 15.5135 4.9128 15.5036C4.81522 15.4936 4.71663 15.5044 4.62356 15.5354L1.38671 16.6154L2.46595 13.3788C2.49706 13.2858 2.50806 13.1873 2.49821 13.0897C2.48836 12.9922 2.4579 12.8978 2.40883 12.8129C1.5693 11.3616 1.23223 9.67377 1.44992 8.01135C1.6676 6.34893 2.42786 4.8048 3.61277 3.61851C4.79768 2.43222 6.34099 1.67008 8.00329 1.45032C9.6656 1.23056 11.354 1.56546 12.8065 2.40307C14.259 3.24069 15.3945 4.53419 16.0368 6.08292C16.6791 7.63165 16.7923 9.34903 16.3588 10.9687C15.9254 12.5883 14.9695 14.0196 13.6394 15.0406C12.3094 16.0615 10.6796 16.6151 9.00283 16.6154ZM11.3898 9.07269L14.1593 10.4573C14.2743 10.5149 14.371 10.6033 14.4386 10.7128C14.5062 10.8222 14.5419 10.9483 14.5418 11.0769C14.5418 11.5315 14.4523 11.9816 14.2783 12.4016C14.1043 12.8216 13.8493 13.2032 13.5279 13.5246C13.2064 13.846 12.8248 14.101 12.4048 14.275C11.9847 14.4489 11.5346 14.5385 11.08 14.5385C9.06073 14.5362 7.11201 13.4265 5.68421 11.9988C4.25641 10.5712 3.46613 8.9421 3.46384 6.92308C3.46384 6.00502 3.82857 5.12456 4.47779 4.4754C5.12702 3.82624 6.00756 3.46154 6.9257 3.46154C7.05505 3.4612 7.1819 3.4971 7.29188 3.56516C7.40186 3.63323 7.49058 3.73073 7.54798 3.84663L8.93272 6.61587C8.98705 6.72487 9.01165 6.84628 9.00406 6.96783C8.99646 7.08938 8.95693 7.20678 8.88945 7.30817L8.04129 8.57942C8.36213 9.16299 8.84241 9.64323 9.42604 9.96404L10.6974 9.11596C10.7988 9.04849 10.9162 9.00896 11.0378 9.00137C11.1594 8.99377 11.2808 9.01837 11.3898 9.07269Z",
122
- fill: t
123
- }
124
- ),
125
- /* @__PURE__ */ e(
126
- "path",
127
- {
128
- fillRule: "evenodd",
129
- clipRule: "evenodd",
130
- d: "M14.1593 10.4573L11.3898 9.07269C11.2808 9.01837 11.1594 8.99377 11.0378 9.00137C10.9162 9.00896 10.7988 9.04849 10.6974 9.11596L9.42604 9.96404C8.84241 9.64323 8.36213 9.16299 8.04129 8.57942L8.88945 7.30817C8.95693 7.20678 8.99646 7.08938 9.00406 6.96783C9.01165 6.84628 8.98705 6.72487 8.93272 6.61587L7.54798 3.84663C7.49058 3.73073 7.40186 3.63323 7.29188 3.56516C7.1819 3.4971 7.05505 3.4612 6.9257 3.46154C6.00756 3.46154 5.12702 3.82624 4.47779 4.4754C3.82857 5.12456 3.46384 6.00502 3.46384 6.92308C3.46613 8.9421 4.25641 10.5712 5.68421 11.9988C7.11201 13.4265 9.06073 14.5362 11.08 14.5385C11.5346 14.5385 11.9847 14.4489 12.4048 14.275C12.8248 14.101 13.2064 13.846 13.5279 13.5246C13.8493 13.2032 14.1043 12.8216 14.2783 12.4016C14.4523 11.9816 14.5418 11.5315 14.5418 11.0769C14.5419 10.9483 14.5062 10.8222 14.4386 10.7128C14.371 10.6033 14.2743 10.5149 14.1593 10.4573ZM6.77805 11.2827C8.06037 12.5649 9.799 13.2861 11.6125 13.2881C12.1404 13.2899 12.6525 13.1085 13.0616 12.7749C13.4706 12.4412 13.7512 11.976 13.8554 11.4586L11.6704 10.3681L10.2825 11.2933C10.1771 11.3627 10.0561 11.4048 9.93034 11.4157C9.80462 11.4267 9.67816 11.4061 9.56236 11.356C8.26998 10.8123 7.24186 9.78424 6.69809 8.49199C6.65006 8.37655 6.63127 8.25105 6.64336 8.12661C6.65546 8.00216 6.69808 7.88263 6.76744 7.7786L7.69559 6.39742L6.60499 4.21262C6.0881 4.31606 5.62302 4.59539 5.2889 5.00308C4.95479 5.41077 4.77227 5.92163 4.77242 6.44872C4.77443 8.26202 5.49573 10.0005 6.77805 11.2827Z",
131
- fill: t
132
- }
133
- )
134
- ]
135
- }
136
- );
137
- }
138
- function s({
139
- ref: n,
140
- className: l,
141
- color: t = "currentColor",
142
- size: C = "100%",
143
- ...r
144
- }) {
145
- return /* @__PURE__ */ e(
146
- "svg",
147
- {
148
- width: C,
149
- height: C,
150
- fill: "none",
151
- xmlns: "http://www.w3.org/2000/svg",
152
- ...r,
153
- children: /* @__PURE__ */ e(
154
- "path",
155
- {
156
- d: "M8 0C12.4183 1.70683e-06 16 3.59078 16 8.02024C16 11.3885 13.9288 14.2719 10.9935 15.4601C10.9935 15.4601 9.78134 15.8198 8.98065 15.8853C8.15599 15.9526 7.67049 15.9692 6.86452 15.7818C5.93337 15.5652 5.36774 15.3161 4.64516 14.7469C4.64516 14.7469 3.89258 15.5789 3.25161 15.8335C2.59335 16.0949 1.73933 16.0768 1.23871 15.5748C1.04128 15.3768 1.23868 14.5168 0.980746 13.6603C0 10.4033 0.000201612 8.07198 0.000201612 8.07198C9.29991e-05 8.05475 0 8.0375 0 8.02024C0 3.59078 3.58172 0 8 0ZM8.1377 3.9325C5.91431 3.9325 4.1119 5.73948 4.1119 7.9685V8.02024C4.01061 8.64116 4.09488 11.8058 4.88609 12.0562C5.19519 12.1541 5.91566 11.3394 5.91835 11.3364C6.55461 11.7586 7.31753 12.0045 8.1377 12.0045C10.3611 12.0045 12.1635 10.1975 12.1635 7.9685C12.1635 5.73949 10.3611 3.93252 8.1377 3.9325Z",
157
- fill: t
158
- }
159
- )
160
- }
161
- );
162
- }
163
- o.displayName = "Check";
164
- h.displayName = "CircleCheck";
165
- L.displayName = "Telegram";
166
- d.displayName = "WhatsApp";
167
- s.displayName = "Max";
168
- export {
169
- o as Check,
170
- h as CircleCheck,
171
- s as Max,
172
- L as Telegram,
173
- d as WhatsApp
174
- };
175
- //# sourceMappingURL=components-ui-icon-overrides.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"components-ui-icon-overrides.js","sources":["../src/components/ui/icon/overrides.tsx"],"sourcesContent":["import type { LucideProps } from \"lucide-react\";\n\n// TODO: Вынести отдельно\nexport function Check({\n ref,\n className,\n color = \"currentColor\",\n size = 24,\n ...props\n}: LucideProps) {\n return (\n // viewBox 3 3 14 14 для правильного отображения в иконке Checkbox, пробросить снаружи\n // не получится, так как LucideIcon игнорирует его при передаче в svg\n <svg\n ref={ref}\n xmlns=\"http://www.w3.org/2000/svg\"\n width={size}\n height={size}\n fill=\"none\"\n stroke={color}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n className={className}\n {...props}\n >\n <path d=\"M13.4375 8.125L8.85414 12.5L6.5625 10.3125\" />\n </svg>\n );\n}\n\nexport function CircleCheck({\n ref,\n className,\n color = \"currentColor\",\n size = 24,\n ...props\n}: LucideProps) {\n // viewBox 0 0 20 20 для правильного отображения в иконке Checkbox, пробросить снаружи\n return (\n <svg\n ref={ref}\n xmlns=\"http://www.w3.org/2000/svg\"\n width={size}\n height={size}\n fill=\"none\"\n stroke={color}\n strokeWidth={1.5}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n className={className}\n {...props}\n >\n <path d=\"M13.4375 8.125L8.85414 12.5L6.5625 10.3125\" />\n <path d=\"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z\" />\n </svg>\n );\n}\n\nexport function Telegram({\n ref,\n className,\n color = \"currentColor\",\n size = \"100%\",\n ...props\n}: LucideProps) {\n // viewBox=\"0 0 17 17\"\n return (\n <svg\n width={size}\n height={size}\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M15.4505 0.75L1.37952 6.37839C0.431988 6.7574 0.59397 8.14544 1.60331 8.29609L4.88889 8.78647M15.4505 0.75L12.7383 14.7631C12.616 15.3946 11.8364 15.631 11.384 15.1738L7.98009 11.7332M15.4505 0.75L4.88889 8.78647M4.88889 8.78647L7.98009 11.7332M4.88889 8.78647L4.67564 12.4092C4.60646 13.5844 6.09449 14.1462 6.81932 13.2187L7.98009 11.7332\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n}\n\nexport function WhatsApp({\n ref,\n className,\n color = \"currentColor\",\n size = \"100%\",\n ...props\n}: LucideProps) {\n // viewBox=\"0 0 18 18\"\n return (\n <svg\n width={size}\n height={size}\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M11.6125 13.2881C9.799 13.2861 8.06037 12.5649 6.77805 11.2827C5.49573 10.0005 4.77443 8.26202 4.77242 6.44872C4.77227 5.92163 4.95479 5.41077 5.2889 5.00308C5.62302 4.59539 6.0881 4.31606 6.60499 4.21262L7.69559 6.39742L6.76744 7.7786C6.69808 7.88263 6.65546 8.00216 6.64336 8.12661C6.63127 8.25105 6.65006 8.37655 6.69809 8.49199C7.24186 9.78424 8.26998 10.8123 9.56236 11.356C9.67816 11.4061 9.80462 11.4267 9.93034 11.4157C10.0561 11.4048 10.1771 11.3627 10.2825 11.2933L11.6704 10.3681L13.8554 11.4586C13.7512 11.976 13.4706 12.4412 13.0616 12.7749C12.6525 13.1085 12.1404 13.2899 11.6125 13.2881ZM9.00283 2.14335e-07C7.44885 -0.000338851 5.92126 0.401615 4.56874 1.16674C3.21621 1.93186 2.08484 3.03408 1.28474 4.36612C0.484633 5.69817 0.0430584 7.21465 0.00299274 8.76796C-0.0370729 10.3213 0.325736 11.8585 1.0561 13.23L0.0737985 16.1766C-0.0075688 16.4206 -0.0193771 16.6824 0.0396971 16.9327C0.0987714 17.183 0.226394 17.4119 0.40826 17.5937C0.590126 17.7756 0.819048 17.9032 1.06937 17.9623C1.31969 18.0213 1.58152 18.0095 1.82551 17.9282L4.77242 16.946C5.97955 17.5879 7.31708 17.9465 8.68349 17.9945C10.0499 18.0424 11.4093 17.7785 12.6584 17.2227C13.9076 16.6668 15.0137 15.8338 15.8928 14.7867C16.7719 13.7397 17.4009 12.5061 17.732 11.1797C18.0632 9.85325 18.0877 8.46883 17.8039 7.13149C17.52 5.79416 16.9352 4.53906 16.0938 3.46147C15.2524 2.38387 14.1765 1.5121 12.9479 0.912336C11.7192 0.312567 10.3701 0.000560968 9.00283 2.14335e-07ZM9.00283 16.6154C7.66393 16.6163 6.34852 16.2637 5.18958 15.5934C5.10472 15.5442 5.01038 15.5135 4.9128 15.5036C4.81522 15.4936 4.71663 15.5044 4.62356 15.5354L1.38671 16.6154L2.46595 13.3788C2.49706 13.2858 2.50806 13.1873 2.49821 13.0897C2.48836 12.9922 2.4579 12.8978 2.40883 12.8129C1.5693 11.3616 1.23223 9.67377 1.44992 8.01135C1.6676 6.34893 2.42786 4.8048 3.61277 3.61851C4.79768 2.43222 6.34099 1.67008 8.00329 1.45032C9.6656 1.23056 11.354 1.56546 12.8065 2.40307C14.259 3.24069 15.3945 4.53419 16.0368 6.08292C16.6791 7.63165 16.7923 9.34903 16.3588 10.9687C15.9254 12.5883 14.9695 14.0196 13.6394 15.0406C12.3094 16.0615 10.6796 16.6151 9.00283 16.6154Z\"\n fill=\"white\"\n />\n <path\n d=\"M11.6125 13.2881C9.799 13.2861 8.06037 12.5649 6.77805 11.2827C5.49573 10.0005 4.77443 8.26202 4.77242 6.44872C4.77227 5.92163 4.95479 5.41077 5.2889 5.00308C5.62302 4.59539 6.0881 4.31606 6.60499 4.21262L7.69559 6.39742L6.76744 7.7786C6.69808 7.88263 6.65546 8.00216 6.64336 8.12661C6.63127 8.25105 6.65006 8.37655 6.69809 8.49199C7.24186 9.78424 8.26998 10.8123 9.56236 11.356C9.67816 11.4061 9.80462 11.4267 9.93034 11.4157C10.0561 11.4048 10.1771 11.3627 10.2825 11.2933L11.6704 10.3681L13.8554 11.4586C13.7512 11.976 13.4706 12.4412 13.0616 12.7749C12.6525 13.1085 12.1404 13.2899 11.6125 13.2881Z\"\n fill=\"white\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.00283 16.6154C7.66393 16.6163 6.34852 16.2637 5.18958 15.5934C5.10472 15.5442 5.01038 15.5135 4.9128 15.5036C4.81522 15.4936 4.71663 15.5044 4.62356 15.5354L1.38671 16.6154L2.46595 13.3788C2.49706 13.2858 2.50806 13.1873 2.49821 13.0897C2.48836 12.9922 2.4579 12.8978 2.40883 12.8129C1.5693 11.3616 1.23223 9.67377 1.44992 8.01135C1.6676 6.34893 2.42786 4.8048 3.61277 3.61851C4.79768 2.43222 6.34099 1.67008 8.00329 1.45032C9.6656 1.23056 11.354 1.56546 12.8065 2.40307C14.259 3.24069 15.3945 4.53419 16.0368 6.08292C16.6791 7.63165 16.7923 9.34903 16.3588 10.9687C15.9254 12.5883 14.9695 14.0196 13.6394 15.0406C12.3094 16.0615 10.6796 16.6151 9.00283 16.6154ZM11.3898 9.07269L14.1593 10.4573C14.2743 10.5149 14.371 10.6033 14.4386 10.7128C14.5062 10.8222 14.5419 10.9483 14.5418 11.0769C14.5418 11.5315 14.4523 11.9816 14.2783 12.4016C14.1043 12.8216 13.8493 13.2032 13.5279 13.5246C13.2064 13.846 12.8248 14.101 12.4048 14.275C11.9847 14.4489 11.5346 14.5385 11.08 14.5385C9.06073 14.5362 7.11201 13.4265 5.68421 11.9988C4.25641 10.5712 3.46613 8.9421 3.46384 6.92308C3.46384 6.00502 3.82857 5.12456 4.47779 4.4754C5.12702 3.82624 6.00756 3.46154 6.9257 3.46154C7.05505 3.4612 7.1819 3.4971 7.29188 3.56516C7.40186 3.63323 7.49058 3.73073 7.54798 3.84663L8.93272 6.61587C8.98705 6.72487 9.01165 6.84628 9.00406 6.96783C8.99646 7.08938 8.95693 7.20678 8.88945 7.30817L8.04129 8.57942C8.36213 9.16299 8.84241 9.64323 9.42604 9.96404L10.6974 9.11596C10.7988 9.04849 10.9162 9.00896 11.0378 9.00137C11.1594 8.99377 11.2808 9.01837 11.3898 9.07269Z\"\n fill={color}\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.1593 10.4573L11.3898 9.07269C11.2808 9.01837 11.1594 8.99377 11.0378 9.00137C10.9162 9.00896 10.7988 9.04849 10.6974 9.11596L9.42604 9.96404C8.84241 9.64323 8.36213 9.16299 8.04129 8.57942L8.88945 7.30817C8.95693 7.20678 8.99646 7.08938 9.00406 6.96783C9.01165 6.84628 8.98705 6.72487 8.93272 6.61587L7.54798 3.84663C7.49058 3.73073 7.40186 3.63323 7.29188 3.56516C7.1819 3.4971 7.05505 3.4612 6.9257 3.46154C6.00756 3.46154 5.12702 3.82624 4.47779 4.4754C3.82857 5.12456 3.46384 6.00502 3.46384 6.92308C3.46613 8.9421 4.25641 10.5712 5.68421 11.9988C7.11201 13.4265 9.06073 14.5362 11.08 14.5385C11.5346 14.5385 11.9847 14.4489 12.4048 14.275C12.8248 14.101 13.2064 13.846 13.5279 13.5246C13.8493 13.2032 14.1043 12.8216 14.2783 12.4016C14.4523 11.9816 14.5418 11.5315 14.5418 11.0769C14.5419 10.9483 14.5062 10.8222 14.4386 10.7128C14.371 10.6033 14.2743 10.5149 14.1593 10.4573ZM6.77805 11.2827C8.06037 12.5649 9.799 13.2861 11.6125 13.2881C12.1404 13.2899 12.6525 13.1085 13.0616 12.7749C13.4706 12.4412 13.7512 11.976 13.8554 11.4586L11.6704 10.3681L10.2825 11.2933C10.1771 11.3627 10.0561 11.4048 9.93034 11.4157C9.80462 11.4267 9.67816 11.4061 9.56236 11.356C8.26998 10.8123 7.24186 9.78424 6.69809 8.49199C6.65006 8.37655 6.63127 8.25105 6.64336 8.12661C6.65546 8.00216 6.69808 7.88263 6.76744 7.7786L7.69559 6.39742L6.60499 4.21262C6.0881 4.31606 5.62302 4.59539 5.2889 5.00308C4.95479 5.41077 4.77227 5.92163 4.77242 6.44872C4.77443 8.26202 5.49573 10.0005 6.77805 11.2827Z\"\n fill={color}\n />\n </svg>\n );\n}\n\nexport function Max({\n ref,\n className,\n color = \"currentColor\",\n size = \"100%\",\n ...props\n}: LucideProps) {\n // viewBox=\"0 0 16 16\"\n return (\n <svg\n width={size}\n height={size}\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M8 0C12.4183 1.70683e-06 16 3.59078 16 8.02024C16 11.3885 13.9288 14.2719 10.9935 15.4601C10.9935 15.4601 9.78134 15.8198 8.98065 15.8853C8.15599 15.9526 7.67049 15.9692 6.86452 15.7818C5.93337 15.5652 5.36774 15.3161 4.64516 14.7469C4.64516 14.7469 3.89258 15.5789 3.25161 15.8335C2.59335 16.0949 1.73933 16.0768 1.23871 15.5748C1.04128 15.3768 1.23868 14.5168 0.980746 13.6603C0 10.4033 0.000201612 8.07198 0.000201612 8.07198C9.29991e-05 8.05475 0 8.0375 0 8.02024C0 3.59078 3.58172 0 8 0ZM8.1377 3.9325C5.91431 3.9325 4.1119 5.73948 4.1119 7.9685V8.02024C4.01061 8.64116 4.09488 11.8058 4.88609 12.0562C5.19519 12.1541 5.91566 11.3394 5.91835 11.3364C6.55461 11.7586 7.31753 12.0045 8.1377 12.0045C10.3611 12.0045 12.1635 10.1975 12.1635 7.9685C12.1635 5.73949 10.3611 3.93252 8.1377 3.9325Z\"\n fill={color}\n />\n </svg>\n );\n}\n\nCheck.displayName = \"Check\";\nCircleCheck.displayName = \"CircleCheck\";\nTelegram.displayName = \"Telegram\";\nWhatsApp.displayName = \"WhatsApp\";\nMax.displayName = \"Max\";\n"],"names":["Check","ref","className","color","size","props","jsx","CircleCheck","jsxs","Telegram","WhatsApp","Max"],"mappings":";AAGO,SAASA,EAAM;AAAA,EACpB,KAAAC;AAAA,EACA,WAAAC;AAAA,EACA,OAAAC,IAAQ;AAAA,EACR,MAAAC,IAAO;AAAA,EACP,GAAGC;AACL,GAAgB;AACd;AAAA;AAAA;AAAA,IAGE,gBAAAC;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,KAAAL;AAAA,QACA,OAAM;AAAA,QACN,OAAOG;AAAA,QACP,QAAQA;AAAA,QACR,MAAK;AAAA,QACL,QAAQD;AAAA,QACR,aAAa;AAAA,QACb,eAAc;AAAA,QACd,gBAAe;AAAA,QACf,WAAAD;AAAA,QACC,GAAGG;AAAA,QAEJ,UAAA,gBAAAC,EAAC,QAAA,EAAK,GAAE,6CAAA,CAA6C;AAAA,MAAA;AAAA,IAAA;AAAA;AAG3D;AAEO,SAASC,EAAY;AAAA,EAC1B,KAAAN;AAAA,EACA,WAAAC;AAAA,EACA,OAAAC,IAAQ;AAAA,EACR,MAAAC,IAAO;AAAA,EACP,GAAGC;AACL,GAAgB;AAEd,SACE,gBAAAG;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,KAAAP;AAAA,MACA,OAAM;AAAA,MACN,OAAOG;AAAA,MACP,QAAQA;AAAA,MACR,MAAK;AAAA,MACL,QAAQD;AAAA,MACR,aAAa;AAAA,MACb,eAAc;AAAA,MACd,gBAAe;AAAA,MACf,WAAAD;AAAA,MACC,GAAGG;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAC,EAAC,QAAA,EAAK,GAAE,6CAAA,CAA6C;AAAA,QACrD,gBAAAA,EAAC,QAAA,EAAK,GAAE,8IAAA,CAA8I;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAG5J;AAEO,SAASG,EAAS;AAAA,EACvB,KAAAR;AAAA,EACA,WAAAC;AAAA,EACA,OAAAC,IAAQ;AAAA,EACR,MAAAC,IAAO;AAAA,EACP,GAAGC;AACL,GAAgB;AAEd,SACE,gBAAAC;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,OAAOF;AAAA,MACP,QAAQA;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGC;AAAA,MAEJ,UAAA,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,QAAQH;AAAA,UACR,aAAY;AAAA,UACZ,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,IACjB;AAAA,EAAA;AAGN;AAEO,SAASO,EAAS;AAAA,EACvB,KAAAT;AAAA,EACA,WAAAC;AAAA,EACA,OAAAC,IAAQ;AAAA,EACR,MAAAC,IAAO;AAAA,EACP,GAAGC;AACL,GAAgB;AAEd,SACE,gBAAAG;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,OAAOJ;AAAA,MACP,QAAQA;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGC;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAC;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEP,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEP,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAMH;AAAA,UAAA;AAAA,QAAA;AAAA,QAER,gBAAAG;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAMH;AAAA,UAAA;AAAA,QAAA;AAAA,MACR;AAAA,IAAA;AAAA,EAAA;AAGN;AAEO,SAASQ,EAAI;AAAA,EAClB,KAAAV;AAAA,EACA,WAAAC;AAAA,EACA,OAAAC,IAAQ;AAAA,EACR,MAAAC,IAAO;AAAA,EACP,GAAGC;AACL,GAAgB;AAEd,SACE,gBAAAC;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,OAAOF;AAAA,MACP,QAAQA;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGC;AAAA,MAEJ,UAAA,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACC,GAAE;AAAA,UACF,MAAMH;AAAA,QAAA;AAAA,MAAA;AAAA,IACR;AAAA,EAAA;AAGN;AAEAH,EAAM,cAAc;AACpBO,EAAY,cAAc;AAC1BE,EAAS,cAAc;AACvBC,EAAS,cAAc;AACvBC,EAAI,cAAc;"}