@deepnoid/ui 0.0.83 → 0.0.86

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 (83) hide show
  1. package/dist/{chunk-GJKNTX2T.mjs → chunk-AHORH5PH.mjs} +6 -4
  2. package/dist/{chunk-7LYJAJIS.mjs → chunk-EWKYBS7I.mjs} +13 -6
  3. package/dist/chunk-FRIK4CS7.mjs +83 -0
  4. package/dist/chunk-HH2LF2SU.mjs +113 -0
  5. package/dist/{chunk-H737LHAY.mjs → chunk-KA4L5SCT.mjs} +8 -8
  6. package/dist/{chunk-BHSCW5D6.mjs → chunk-LGELMZCN.mjs} +1 -1
  7. package/dist/{chunk-6U736HAX.mjs → chunk-PSXPOYLX.mjs} +1 -1
  8. package/dist/{chunk-WIKB37T7.mjs → chunk-QCOPD2HG.mjs} +1 -1
  9. package/dist/{chunk-TLYAFXE2.mjs → chunk-QURXBWKK.mjs} +1902 -746
  10. package/dist/{chunk-KWOLWE6I.mjs → chunk-RVGOARET.mjs} +2 -2
  11. package/dist/{chunk-FLJ4ZZXV.mjs → chunk-SQLRQTFC.mjs} +1 -1
  12. package/dist/chunk-ZOTHPHXA.mjs +41 -0
  13. package/dist/chunk-ZYIIXWVY.mjs +1 -0
  14. package/dist/components/accordion/accordionItem.js +1905 -749
  15. package/dist/components/accordion/accordionItem.mjs +4 -4
  16. package/dist/components/accordion/index.js +1905 -749
  17. package/dist/components/accordion/index.mjs +4 -4
  18. package/dist/components/icon/Icon.d.mts +499 -1
  19. package/dist/components/icon/Icon.d.ts +499 -1
  20. package/dist/components/icon/Icon.js +1940 -778
  21. package/dist/components/icon/Icon.mjs +6 -4
  22. package/dist/components/icon/index.d.mts +1 -1
  23. package/dist/components/icon/index.d.ts +1 -1
  24. package/dist/components/icon/index.js +1910 -751
  25. package/dist/components/icon/index.mjs +7 -5
  26. package/dist/components/icon/template.d.mts +98 -61
  27. package/dist/components/icon/template.d.ts +98 -61
  28. package/dist/components/icon/template.js +1902 -746
  29. package/dist/components/icon/template.mjs +1 -1
  30. package/dist/components/input/index.js +1912 -756
  31. package/dist/components/input/index.mjs +4 -4
  32. package/dist/components/input/input.js +1912 -756
  33. package/dist/components/input/input.mjs +4 -4
  34. package/dist/components/input/input.test.js +1919 -763
  35. package/dist/components/input/input.test.mjs +4 -4
  36. package/dist/components/modal/index.js +1942 -779
  37. package/dist/components/modal/index.mjs +3 -3
  38. package/dist/components/modal/modal.js +1942 -779
  39. package/dist/components/modal/modal.mjs +3 -3
  40. package/dist/components/modal/modal.test.js +1942 -779
  41. package/dist/components/modal/modal.test.mjs +3 -3
  42. package/dist/components/select/index.js +1905 -749
  43. package/dist/components/select/index.mjs +5 -5
  44. package/dist/components/select/option.js +1905 -749
  45. package/dist/components/select/option.mjs +4 -4
  46. package/dist/components/select/select.js +1905 -749
  47. package/dist/components/select/select.mjs +5 -5
  48. package/dist/components/select/select.test.js +1912 -756
  49. package/dist/components/select/select.test.mjs +5 -5
  50. package/dist/components/table/index.js +1905 -749
  51. package/dist/components/table/index.mjs +5 -5
  52. package/dist/components/table/table-body.js +1905 -749
  53. package/dist/components/table/table-body.mjs +4 -4
  54. package/dist/components/table/table.js +1905 -749
  55. package/dist/components/table/table.mjs +5 -5
  56. package/dist/components/table/table.test.js +1912 -756
  57. package/dist/components/table/table.test.mjs +5 -5
  58. package/dist/components/toast/index.d.mts +9 -0
  59. package/dist/components/toast/index.d.ts +9 -0
  60. package/dist/components/toast/index.js +3830 -0
  61. package/dist/components/toast/index.mjs +21 -0
  62. package/dist/components/toast/toast-utils.d.mts +9 -0
  63. package/dist/components/toast/toast-utils.d.ts +9 -0
  64. package/dist/components/toast/toast-utils.js +64 -0
  65. package/dist/components/toast/toast-utils.mjs +8 -0
  66. package/dist/components/toast/toast.d.mts +207 -0
  67. package/dist/components/toast/toast.d.ts +207 -0
  68. package/dist/components/toast/toast.js +3711 -0
  69. package/dist/components/toast/toast.mjs +13 -0
  70. package/dist/components/toast/toast.test.d.mts +2 -0
  71. package/dist/components/toast/toast.test.d.ts +2 -0
  72. package/dist/components/toast/toast.test.js +16594 -0
  73. package/dist/components/toast/toast.test.mjs +28 -0
  74. package/dist/components/toast/use-toast.d.mts +31 -0
  75. package/dist/components/toast/use-toast.d.ts +31 -0
  76. package/dist/components/toast/use-toast.js +3826 -0
  77. package/dist/components/toast/use-toast.mjs +17 -0
  78. package/dist/index.d.mts +4 -1
  79. package/dist/index.d.ts +4 -1
  80. package/dist/index.js +2244 -764
  81. package/dist/index.mjs +133 -19
  82. package/package.json +3 -2
  83. /package/dist/{chunk-M5PMA3CT.mjs → chunk-LUWGOKLG.mjs} +0 -0
@@ -1,10 +1,12 @@
1
1
  "use client";
2
- import "../../chunk-M5PMA3CT.mjs";
2
+ import "../../chunk-ZYIIXWVY.mjs";
3
3
  import {
4
- Icon_default
5
- } from "../../chunk-GJKNTX2T.mjs";
6
- import "../../chunk-TLYAFXE2.mjs";
4
+ Icon_default,
5
+ iconTemplate
6
+ } from "../../chunk-AHORH5PH.mjs";
7
+ import "../../chunk-QURXBWKK.mjs";
7
8
  import "../../chunk-IZ6II3QA.mjs";
8
9
  export {
9
- Icon_default as Icon
10
+ Icon_default as Icon,
11
+ iconTemplate
10
12
  };
@@ -5,93 +5,130 @@ type IconProps = {
5
5
  fill?: boolean;
6
6
  };
7
7
  declare const template: {
8
- add: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
9
- "add-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
8
+ plus: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
10
9
  close: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
10
+ check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
11
+ "plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
12
+ "minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
11
13
  "close-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
12
- "dot-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
13
- "dot-horizontal": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
14
- "dot-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
15
- home: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
16
- email: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
17
- contact: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
18
- tag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
19
- calendar: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
20
- clock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
21
- pencil: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
22
- "pencil-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
23
- chart: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
24
- "chart-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
14
+ "check-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
15
+ "info-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
16
+ "question-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
17
+ "exclamation-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
18
+ "exclamation-triangle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
19
+ "user-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
20
+ "user-plus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
21
+ "user-minus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
22
+ user: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
23
+ users: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
24
+ home: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
25
25
  camera: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
26
26
  photo: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
27
- setting: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
28
27
  "monitor-jaw": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
29
28
  "monitor-neck": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
30
- search: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
29
+ sun: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
30
+ moon: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
31
+ clock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
32
+ calendar: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
33
+ chart: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
34
+ "chart-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
35
+ "chart-table-bar": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
36
+ "chart-table-line": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
37
+ star: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
38
+ heart: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
39
+ ticket: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
40
+ tag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
41
+ clip: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
42
+ link: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
43
+ unlink: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
44
+ label: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
45
+ bookmark: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
46
+ "bookmark-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
47
+ eye: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
48
+ "eye-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
49
+ video: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
50
+ "video-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
51
+ sound: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
52
+ "sound-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
53
+ network: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
54
+ "network-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
55
+ bell: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
56
+ "bell-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
57
+ "bell-ring": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
58
+ email: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
59
+ "email-open": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
60
+ lock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
61
+ unlock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
62
+ pencil: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
63
+ "pencil-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
64
+ grid: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
65
+ list: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
66
+ "list-dot": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
67
+ copy: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
68
+ stack: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
31
69
  share: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
70
+ translate: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
71
+ print: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
32
72
  power: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
33
- day: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
34
- night: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
35
73
  trash: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
36
- copy: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
37
- grid: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
38
- "list-dot": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
74
+ setting: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
75
+ "dot-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
76
+ "dot-horizontal": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
77
+ "dot-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
78
+ upload: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
79
+ download: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
80
+ "upload-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
81
+ "download-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
82
+ search: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
39
83
  "zoom-in": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
40
84
  "zoom-out": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
41
85
  filter: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
86
+ sparkle: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
42
87
  "adjust-horizontal": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
43
88
  "adjust-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
44
- "convert-horizontal": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
45
- "convert-vertical": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
46
- sparkle: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
47
- user: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
48
- users: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
49
- "user-add": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
50
- "user-remove": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
51
- check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
52
- "check-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
53
- "info-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
54
- "question-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
55
- "exclamation-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
56
- "exclamation-triangle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
57
- "arrow-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
58
- "arrow-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
59
- "arrow-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
60
- "arrow-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
61
- "arrow-double-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
62
- "arrow-double-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
63
- "arrow-double-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
89
+ play: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
90
+ "play-pause": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
91
+ "play-back": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
92
+ "play-forward": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
64
93
  "arrow-triangle-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
65
94
  "arrow-triangle-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
66
95
  "arrow-triangle-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
67
96
  "arrow-triangle-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
68
- "arrow-double-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
97
+ "arrow-up-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
98
+ "arrow-down-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
99
+ "arrow-left-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
100
+ "arrow-right-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
101
+ "brace-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
102
+ "brace-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
103
+ "brace-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
104
+ "brace-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
105
+ "brace-double-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
106
+ "brace-double-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
107
+ "brace-double-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
108
+ "brace-double-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
69
109
  "arrow-uturn-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
70
110
  "arrow-uturn-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
71
111
  "arrow-uturn-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
72
112
  "arrow-uturn-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
113
+ "arrow-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
114
+ "arrow-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
115
+ "arrow-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
116
+ "arrow-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
117
+ "arrow-up-thin": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
118
+ "arrow-down-thin": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
119
+ "arrow-left-thin": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
120
+ "arrow-right-thin": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
121
+ "convert-horizontal": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
122
+ "convert-vertical": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
73
123
  "arrow-both-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
124
+ fullscreen: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
125
+ "fullscreen-exit": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
74
126
  undo: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
75
127
  redo: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
76
- upload: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
77
- download: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
78
- "upload-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
79
- "download-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
80
- video: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
81
- "video-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
82
- sound: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
83
- "sound-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
84
- eye: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
85
- "eye-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
128
+ reset: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
129
+ "sync-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
130
+ "sync-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
86
131
  google: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
87
- "modal-check": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
88
- "modal-danger": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
89
- "modal-warning": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
90
- "modal-info": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
91
- "modal-search": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
92
- "modal-photo": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
93
- "modal-add": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
94
- "modal-setting": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
95
132
  };
96
133
 
97
134
  export { template };
@@ -5,93 +5,130 @@ type IconProps = {
5
5
  fill?: boolean;
6
6
  };
7
7
  declare const template: {
8
- add: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
9
- "add-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
8
+ plus: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
10
9
  close: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
10
+ check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
11
+ "plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
12
+ "minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
11
13
  "close-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
12
- "dot-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
13
- "dot-horizontal": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
14
- "dot-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
15
- home: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
16
- email: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
17
- contact: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
18
- tag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
19
- calendar: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
20
- clock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
21
- pencil: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
22
- "pencil-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
23
- chart: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
24
- "chart-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
14
+ "check-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
15
+ "info-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
16
+ "question-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
17
+ "exclamation-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
18
+ "exclamation-triangle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
19
+ "user-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
20
+ "user-plus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
21
+ "user-minus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
22
+ user: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
23
+ users: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
24
+ home: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
25
25
  camera: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
26
26
  photo: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
27
- setting: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
28
27
  "monitor-jaw": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
29
28
  "monitor-neck": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
30
- search: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
29
+ sun: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
30
+ moon: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
31
+ clock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
32
+ calendar: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
33
+ chart: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
34
+ "chart-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
35
+ "chart-table-bar": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
36
+ "chart-table-line": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
37
+ star: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
38
+ heart: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
39
+ ticket: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
40
+ tag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
41
+ clip: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
42
+ link: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
43
+ unlink: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
44
+ label: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
45
+ bookmark: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
46
+ "bookmark-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
47
+ eye: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
48
+ "eye-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
49
+ video: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
50
+ "video-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
51
+ sound: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
52
+ "sound-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
53
+ network: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
54
+ "network-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
55
+ bell: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
56
+ "bell-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
57
+ "bell-ring": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
58
+ email: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
59
+ "email-open": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
60
+ lock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
61
+ unlock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
62
+ pencil: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
63
+ "pencil-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
64
+ grid: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
65
+ list: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
66
+ "list-dot": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
67
+ copy: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
68
+ stack: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
31
69
  share: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
70
+ translate: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
71
+ print: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
32
72
  power: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
33
- day: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
34
- night: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
35
73
  trash: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
36
- copy: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
37
- grid: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
38
- "list-dot": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
74
+ setting: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
75
+ "dot-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
76
+ "dot-horizontal": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
77
+ "dot-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
78
+ upload: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
79
+ download: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
80
+ "upload-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
81
+ "download-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
82
+ search: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
39
83
  "zoom-in": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
40
84
  "zoom-out": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
41
85
  filter: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
86
+ sparkle: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
42
87
  "adjust-horizontal": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
43
88
  "adjust-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
44
- "convert-horizontal": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
45
- "convert-vertical": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
46
- sparkle: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
47
- user: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
48
- users: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
49
- "user-add": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
50
- "user-remove": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
51
- check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
52
- "check-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
53
- "info-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
54
- "question-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
55
- "exclamation-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
56
- "exclamation-triangle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
57
- "arrow-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
58
- "arrow-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
59
- "arrow-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
60
- "arrow-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
61
- "arrow-double-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
62
- "arrow-double-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
63
- "arrow-double-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
89
+ play: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
90
+ "play-pause": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
91
+ "play-back": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
92
+ "play-forward": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
64
93
  "arrow-triangle-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
65
94
  "arrow-triangle-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
66
95
  "arrow-triangle-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
67
96
  "arrow-triangle-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
68
- "arrow-double-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
97
+ "arrow-up-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
98
+ "arrow-down-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
99
+ "arrow-left-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
100
+ "arrow-right-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
101
+ "brace-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
102
+ "brace-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
103
+ "brace-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
104
+ "brace-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
105
+ "brace-double-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
106
+ "brace-double-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
107
+ "brace-double-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
108
+ "brace-double-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
69
109
  "arrow-uturn-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
70
110
  "arrow-uturn-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
71
111
  "arrow-uturn-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
72
112
  "arrow-uturn-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
113
+ "arrow-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
114
+ "arrow-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
115
+ "arrow-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
116
+ "arrow-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
117
+ "arrow-up-thin": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
118
+ "arrow-down-thin": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
119
+ "arrow-left-thin": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
120
+ "arrow-right-thin": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
121
+ "convert-horizontal": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
122
+ "convert-vertical": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
73
123
  "arrow-both-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
124
+ fullscreen: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
125
+ "fullscreen-exit": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
74
126
  undo: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
75
127
  redo: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
76
- upload: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
77
- download: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
78
- "upload-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
79
- "download-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
80
- video: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
81
- "video-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
82
- sound: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
83
- "sound-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
84
- eye: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
85
- "eye-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
128
+ reset: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
129
+ "sync-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
130
+ "sync-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
86
131
  google: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
87
- "modal-check": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
88
- "modal-danger": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
89
- "modal-warning": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
90
- "modal-info": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
91
- "modal-search": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
92
- "modal-photo": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
93
- "modal-add": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
94
- "modal-setting": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
95
132
  };
96
133
 
97
134
  export { template };