@xipkg/icons 2.7.2 → 3.0.1
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.
- package/dist/index.d.mts +99 -97
- package/dist/index.mjs +947 -925
- package/package.json +6 -1
package/dist/index.d.mts
CHANGED
|
@@ -10,22 +10,6 @@ declare const svgVariants: (props?: ({
|
|
|
10
10
|
interface IconProps extends React.SVGProps<SVGSVGElement>, VariantProps<typeof svgVariants> {
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
declare const Diamond: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
14
|
-
|
|
15
|
-
declare const Rectangle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
16
|
-
|
|
17
|
-
declare const Circle: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
18
|
-
|
|
19
|
-
declare const Triangle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
20
|
-
|
|
21
|
-
declare const Star: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
22
|
-
|
|
23
|
-
declare const Trapezoid: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
24
|
-
|
|
25
|
-
declare const RoundedRectangle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
26
|
-
|
|
27
|
-
declare const Materials: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
28
|
-
|
|
29
13
|
declare const Account: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
30
14
|
|
|
31
15
|
declare const Activity: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -34,8 +18,12 @@ declare const Add: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
|
34
18
|
|
|
35
19
|
declare const Announce: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
36
20
|
|
|
21
|
+
declare const Arrow: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
22
|
+
|
|
37
23
|
declare const ArrowBottom: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
38
24
|
|
|
25
|
+
declare const ArrowDouble: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
26
|
+
|
|
39
27
|
declare const ArrowLeft: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
40
28
|
|
|
41
29
|
declare const ArrowRight: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -44,6 +32,8 @@ declare const ArrowUp: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Elemen
|
|
|
44
32
|
|
|
45
33
|
declare const Bold: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
46
34
|
|
|
35
|
+
declare const BookOpened: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
36
|
+
|
|
47
37
|
declare const Brush: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
48
38
|
|
|
49
39
|
declare const Burger: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -52,6 +42,12 @@ declare const Calendar: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Eleme
|
|
|
52
42
|
|
|
53
43
|
declare const Camera: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
54
44
|
|
|
45
|
+
declare const CameraOff: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
46
|
+
|
|
47
|
+
declare const Card: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
48
|
+
|
|
49
|
+
declare const CaretUp: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
50
|
+
|
|
55
51
|
declare const CategoryAdd: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
56
52
|
|
|
57
53
|
declare const ChannelAdd: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -66,8 +62,6 @@ declare const ChevronLeft: ({ ...props }: IconProps) => react_jsx_runtime.JSX.El
|
|
|
66
62
|
|
|
67
63
|
declare const ChevronRight: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
68
64
|
|
|
69
|
-
declare const ChevronUp: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
70
|
-
|
|
71
65
|
declare const ChevronSmallBottom: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
72
66
|
|
|
73
67
|
declare const ChevronSmallLeft: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -76,6 +70,10 @@ declare const ChevronSmallRight: ({ ...props }: IconProps) => react_jsx_runtime.
|
|
|
76
70
|
|
|
77
71
|
declare const ChevronSmallTop: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
78
72
|
|
|
73
|
+
declare const ChevronUp: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
74
|
+
|
|
75
|
+
declare const Circle: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
76
|
+
|
|
79
77
|
declare const Cite: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
80
78
|
|
|
81
79
|
declare const Clip: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -90,12 +88,26 @@ declare const Collapse: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Eleme
|
|
|
90
88
|
|
|
91
89
|
declare const ColorPicker: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
92
90
|
|
|
91
|
+
declare const Conference: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
92
|
+
|
|
93
93
|
declare const Copy: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
94
94
|
|
|
95
95
|
declare const CrossCircle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
96
96
|
|
|
97
|
+
declare const Crown: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
98
|
+
|
|
99
|
+
declare const Cursor: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
100
|
+
|
|
101
|
+
declare const DetailedAnswerTest: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
102
|
+
|
|
103
|
+
declare const Diamond: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
104
|
+
|
|
97
105
|
declare const Divider: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
98
106
|
|
|
107
|
+
declare const DoubleBottomArrows: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
108
|
+
|
|
109
|
+
declare const DoubleUpArrows: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
110
|
+
|
|
99
111
|
declare const Download: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
100
112
|
|
|
101
113
|
declare const Edit: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -104,6 +116,8 @@ declare const Emotions: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Eleme
|
|
|
104
116
|
|
|
105
117
|
declare const Endcall: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
106
118
|
|
|
119
|
+
declare const Eraser: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
120
|
+
|
|
107
121
|
declare const Exit: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
108
122
|
|
|
109
123
|
declare const External: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -112,6 +126,10 @@ declare const Eyeoff: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element
|
|
|
112
126
|
|
|
113
127
|
declare const Eyeon: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
114
128
|
|
|
129
|
+
declare const FAQ: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
130
|
+
|
|
131
|
+
declare const Figures: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
132
|
+
|
|
115
133
|
declare const File: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
116
134
|
|
|
117
135
|
declare const FileSmall: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -126,6 +144,8 @@ declare const Food: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
|
126
144
|
|
|
127
145
|
declare const Grid: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
128
146
|
|
|
147
|
+
declare const Group: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
148
|
+
|
|
129
149
|
declare const H1: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
130
150
|
|
|
131
151
|
declare const H2: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -136,8 +156,14 @@ declare const Hand: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
|
136
156
|
|
|
137
157
|
declare const Heart: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
138
158
|
|
|
159
|
+
declare const Hint: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
160
|
+
|
|
139
161
|
declare const Home: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
140
162
|
|
|
163
|
+
declare const Image: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
164
|
+
|
|
165
|
+
declare const InfoCircle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
166
|
+
|
|
141
167
|
declare const Italic: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
142
168
|
|
|
143
169
|
declare const Key: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -154,14 +180,20 @@ declare const Mail: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
|
154
180
|
|
|
155
181
|
declare const MailRounded: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
156
182
|
|
|
183
|
+
declare const Materials: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
184
|
+
|
|
157
185
|
declare const Maximize: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
158
186
|
|
|
159
187
|
declare const MenuDots: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
160
188
|
|
|
161
189
|
declare const Microphone: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
162
190
|
|
|
191
|
+
declare const MicrophoneOff: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
192
|
+
|
|
163
193
|
declare const Minimize: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
164
194
|
|
|
195
|
+
declare const Minus: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
196
|
+
|
|
165
197
|
declare const Moon: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
166
198
|
|
|
167
199
|
declare const MoreVert: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -180,24 +212,44 @@ declare const Objects: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Elemen
|
|
|
180
212
|
|
|
181
213
|
declare const Ol: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
182
214
|
|
|
215
|
+
declare const OptionSelectionTest: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
216
|
+
|
|
183
217
|
declare const Palette: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
184
218
|
|
|
219
|
+
declare const Payments: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
220
|
+
|
|
221
|
+
declare const Pen: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
222
|
+
|
|
185
223
|
declare const PeopleInvite: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
186
224
|
|
|
187
225
|
declare const Photo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
188
226
|
|
|
189
227
|
declare const Picture: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
190
228
|
|
|
229
|
+
declare const Pin: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
230
|
+
|
|
191
231
|
declare const Places: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
192
232
|
|
|
193
233
|
declare const Play: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
194
234
|
|
|
235
|
+
declare const Plus: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
236
|
+
|
|
195
237
|
declare const Presentation: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
196
238
|
|
|
197
239
|
declare const PushPin: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
198
240
|
|
|
241
|
+
declare const Rectangle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
242
|
+
|
|
243
|
+
declare const RedLine: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
244
|
+
|
|
245
|
+
declare const Redo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
246
|
+
|
|
199
247
|
declare const Reply: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
200
248
|
|
|
249
|
+
declare const RoundedRectangle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
250
|
+
|
|
251
|
+
declare const RubbleCircle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
252
|
+
|
|
201
253
|
declare const Screenshare: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
202
254
|
|
|
203
255
|
declare const Search: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -214,122 +266,72 @@ declare const Share: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
|
214
266
|
|
|
215
267
|
declare const SimpleAnswer: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
216
268
|
|
|
269
|
+
declare const SimpleAnswertTest: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
270
|
+
|
|
217
271
|
declare const Sort: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
218
272
|
|
|
219
|
-
declare const
|
|
273
|
+
declare const SoundOn: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
220
274
|
|
|
221
|
-
declare const
|
|
275
|
+
declare const SoundTwo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
222
276
|
|
|
223
|
-
declare const
|
|
277
|
+
declare const Soundoff: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
224
278
|
|
|
225
279
|
declare const Speaker: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
226
280
|
|
|
281
|
+
declare const SpeakerHorizontal: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
282
|
+
|
|
283
|
+
declare const Star: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
284
|
+
|
|
285
|
+
declare const Sticker: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
286
|
+
|
|
287
|
+
declare const Stroke: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
288
|
+
|
|
227
289
|
declare const Sun: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
228
290
|
|
|
291
|
+
declare const TText: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
292
|
+
|
|
229
293
|
declare const Task: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
230
294
|
|
|
231
295
|
declare const TaskFile: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
232
296
|
|
|
233
|
-
declare const ThinArrowRight: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
234
|
-
|
|
235
297
|
declare const Telegram: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
236
298
|
|
|
237
299
|
declare const TelegramFilled: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
238
300
|
|
|
239
301
|
declare const Text: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
240
302
|
|
|
303
|
+
declare const ThinArrowRight: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
304
|
+
|
|
305
|
+
declare const Trapezoid: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
306
|
+
|
|
241
307
|
declare const Trash: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
242
308
|
|
|
309
|
+
declare const Triangle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
310
|
+
|
|
243
311
|
declare const Ul: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
244
312
|
|
|
245
313
|
declare const Underline: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
246
314
|
|
|
247
|
-
declare const
|
|
315
|
+
declare const Undo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
248
316
|
|
|
249
|
-
declare const
|
|
317
|
+
declare const Unlocked: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
250
318
|
|
|
251
319
|
declare const Updates: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
252
320
|
|
|
321
|
+
declare const Upload: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
322
|
+
|
|
253
323
|
declare const Users: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
254
324
|
|
|
255
325
|
declare const VariantSelect: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
256
326
|
|
|
257
327
|
declare const Video: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
258
328
|
|
|
259
|
-
declare const Window: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
260
|
-
|
|
261
|
-
declare const SoundTwo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
262
|
-
|
|
263
|
-
declare const Plus: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
264
|
-
|
|
265
|
-
declare const CaretUp: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
266
|
-
|
|
267
|
-
declare const Conference: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
268
|
-
|
|
269
|
-
declare const Group: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
270
|
-
|
|
271
|
-
declare const WhiteBoard: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
272
|
-
|
|
273
|
-
declare const Crown: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
274
|
-
|
|
275
|
-
declare const MicrophoneOff: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
276
|
-
|
|
277
|
-
declare const CameraOff: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
278
|
-
|
|
279
|
-
declare const RedLine: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
280
|
-
|
|
281
|
-
declare const SpeakerHorizontal: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
282
|
-
|
|
283
|
-
declare const Minus: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
284
|
-
|
|
285
|
-
declare const Cursor: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
286
|
-
|
|
287
|
-
declare const Sticker: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
288
|
-
|
|
289
|
-
declare const TText: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
290
|
-
|
|
291
|
-
declare const Figures: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
292
|
-
|
|
293
|
-
declare const Arrow: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
294
|
-
|
|
295
|
-
declare const ArrowDouble: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
296
|
-
|
|
297
|
-
declare const Image: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
298
|
-
|
|
299
|
-
declare const Eraser: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
300
|
-
|
|
301
|
-
declare const Pen: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
302
|
-
|
|
303
|
-
declare const Undo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
304
|
-
|
|
305
|
-
declare const Redo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
306
|
-
|
|
307
|
-
declare const Pin: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
308
|
-
|
|
309
|
-
declare const Hint: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
310
|
-
|
|
311
|
-
declare const DoubleBottomArrows: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
312
|
-
|
|
313
|
-
declare const DoubleUpArrows: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
314
|
-
|
|
315
|
-
declare const SimpleAnswertTest: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
316
|
-
|
|
317
|
-
declare const DetailedAnswerTest: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
318
|
-
|
|
319
|
-
declare const OptionSelectionTest: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
320
|
-
|
|
321
|
-
declare const Payments: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
322
|
-
|
|
323
|
-
declare const FAQ: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
324
|
-
|
|
325
329
|
declare const WhatsAppFilled: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
326
330
|
|
|
327
|
-
declare const
|
|
328
|
-
|
|
329
|
-
declare const Card: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
331
|
+
declare const WhiteBoard: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
330
332
|
|
|
331
|
-
declare const
|
|
333
|
+
declare const Window: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
332
334
|
|
|
333
|
-
declare const icons: readonly ["Account", "Activity", "Add", "Announce", "ArrowBottom", "ArrowLeft", "ArrowRight", "ArrowUp", "Bold", "Brush", "Burger", "Calendar", "Camera", "Card", "CategoryAdd", "ChannelAdd", "Chat", "Check", "
|
|
335
|
+
declare const icons: readonly ["Account", "Activity", "Add", "Announce", "Arrow", "ArrowBottom", "ArrowDouble", "ArrowLeft", "ArrowRight", "ArrowUp", "Bold", "BookOpened", "Brush", "Burger", "Calendar", "Camera", "CameraOff", "Card", "CaretUp", "CategoryAdd", "ChannelAdd", "Chat", "Check", "ChevronBottom", "ChevronLeft", "ChevronRight", "ChevronSmallBottom", "ChevronSmallLeft", "ChevronSmallRight", "ChevronSmallTop", "ChevronUp", "Circle", "Cite", "Clip", "Clock", "Close", "Code", "Collapse", "ColorPicker", "Conference", "Copy", "CrossCircle", "Crown", "Cursor", "DetailedAnswerTest", "Diamond", "Divider", "DoubleBottomArrows", "DoubleUpArrows", "Download", "Edit", "Emotions", "Endcall", "Eraser", "Exit", "External", "Eyeoff", "Eyeon", "FAQ", "Figures", "File", "FileSmall", "Filter", "Flag", "Folder", "Food", "Grid", "Group", "H1", "H2", "H3", "Hand", "Heart", "Hint", "Home", "Image", "InfoCircle", "Italic", "Key", "Laptop", "Link", "Locked", "LongAnswer", "Mail", "MailRounded", "Materials", "Maximize", "MenuDots", "Microphone", "MicrophoneOff", "Minimize", "Minus", "Moon", "MoreVert", "Move", "Movie", "Music", "Nature", "Notification", "Objects", "Ol", "OptionSelectionTest", "Palette", "Payments", "Pen", "PeopleInvite", "Photo", "Picture", "Pin", "Places", "Play", "Plus", "Presentation", "PushPin", "Rectangle", "RedLine", "Redo", "Reply", "RoundedRectangle", "RubbleCircle", "Screenshare", "Search", "Section", "Send", "Settings", "Shape", "Share", "SimpleAnswer", "SimpleAnswertTest", "Sort", "SoundOn", "SoundTwo", "Soundoff", "Speaker", "SpeakerHorizontal", "Star", "Sticker", "Stroke", "Sun", "TText", "Task", "TaskFile", "Telegram", "TelegramFilled", "Text", "ThinArrowRight", "Trapezoid", "Trash", "Triangle", "Ul", "Underline", "Undo", "Unlocked", "Updates", "Upload", "Users", "VariantSelect", "Video", "WhatsAppFilled", "WhiteBoard", "Window"];
|
|
334
336
|
|
|
335
|
-
export { Account, Activity, Add, Announce, Arrow, ArrowBottom, ArrowDouble, ArrowLeft, ArrowRight, ArrowUp, Bold, Brush, Burger, Calendar, Camera, CameraOff, Card, CaretUp, CategoryAdd, ChannelAdd, Chat, Check, ChevronBottom, ChevronLeft, ChevronRight, ChevronSmallBottom, ChevronSmallLeft, ChevronSmallRight, ChevronSmallTop, ChevronUp, Circle, Cite, Clip, Clock, Close, Code, Collapse, ColorPicker, Conference, Copy, CrossCircle, Crown, Cursor, DetailedAnswerTest, Diamond, Divider, DoubleBottomArrows, DoubleUpArrows, Download, Edit, Emotions, Endcall, Eraser, Exit, External, Eyeoff, Eyeon, FAQ, Figures, File, FileSmall, Filter, Flag, Folder, Food, Grid, Group, H1, H2, H3, Hand, Heart, Hint, Home, type IconProps, Image, InfoCircle, Italic, Key, Laptop, Link, Locked, LongAnswer, Mail, MailRounded, Materials, Maximize, MenuDots, Microphone, MicrophoneOff, Minimize, Minus, Moon, MoreVert, Move, Movie, Music, Nature, Notification, Objects, Ol, OptionSelectionTest, Palette, Payments, Pen, PeopleInvite, Photo, Picture, Pin, Places, Play, Plus, Presentation, PushPin, Rectangle, RedLine, Redo, Reply, RoundedRectangle, RubbleCircle, Screenshare, Search, Section, Send, Settings, Shape, Share, SimpleAnswer, SimpleAnswertTest, Sort, SoundOn, SoundTwo, Soundoff, Speaker, SpeakerHorizontal, Star, Sticker, Stroke, Sun, TText, Task, TaskFile, Telegram, TelegramFilled, Text, ThinArrowRight, Trapezoid, Trash, Triangle, Ul, Underline, Undo, Unlocked, Updates, Upload, Users, VariantSelect, Video, WhatsAppFilled, WhiteBoard, Window, icons };
|
|
337
|
+
export { Account, Activity, Add, Announce, Arrow, ArrowBottom, ArrowDouble, ArrowLeft, ArrowRight, ArrowUp, Bold, BookOpened, Brush, Burger, Calendar, Camera, CameraOff, Card, CaretUp, CategoryAdd, ChannelAdd, Chat, Check, ChevronBottom, ChevronLeft, ChevronRight, ChevronSmallBottom, ChevronSmallLeft, ChevronSmallRight, ChevronSmallTop, ChevronUp, Circle, Cite, Clip, Clock, Close, Code, Collapse, ColorPicker, Conference, Copy, CrossCircle, Crown, Cursor, DetailedAnswerTest, Diamond, Divider, DoubleBottomArrows, DoubleUpArrows, Download, Edit, Emotions, Endcall, Eraser, Exit, External, Eyeoff, Eyeon, FAQ, Figures, File, FileSmall, Filter, Flag, Folder, Food, Grid, Group, H1, H2, H3, Hand, Heart, Hint, Home, type IconProps, Image, InfoCircle, Italic, Key, Laptop, Link, Locked, LongAnswer, Mail, MailRounded, Materials, Maximize, MenuDots, Microphone, MicrophoneOff, Minimize, Minus, Moon, MoreVert, Move, Movie, Music, Nature, Notification, Objects, Ol, OptionSelectionTest, Palette, Payments, Pen, PeopleInvite, Photo, Picture, Pin, Places, Play, Plus, Presentation, PushPin, Rectangle, RedLine, Redo, Reply, RoundedRectangle, RubbleCircle, Screenshare, Search, Section, Send, Settings, Shape, Share, SimpleAnswer, SimpleAnswertTest, Sort, SoundOn, SoundTwo, Soundoff, Speaker, SpeakerHorizontal, Star, Sticker, Stroke, Sun, TText, Task, TaskFile, Telegram, TelegramFilled, Text, ThinArrowRight, Trapezoid, Trash, Triangle, Ul, Underline, Undo, Unlocked, Updates, Upload, Users, VariantSelect, Video, WhatsAppFilled, WhiteBoard, Window, icons };
|