@team-monolith/cds 0.6.2 → 0.6.4

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 (39) hide show
  1. package/dist/index.d.ts +6 -1
  2. package/dist/index.js +6 -1
  3. package/dist/remixicons/Arrows/index.d.ts +0 -325
  4. package/dist/remixicons/Arrows/index.js +108 -216
  5. package/dist/remixicons/Buildings/index.d.ts +0 -175
  6. package/dist/remixicons/Buildings/index.js +58 -116
  7. package/dist/remixicons/Business/index.d.ts +0 -577
  8. package/dist/remixicons/Business/index.js +192 -384
  9. package/dist/remixicons/Communication/index.d.ts +0 -193
  10. package/dist/remixicons/Communication/index.js +64 -128
  11. package/dist/remixicons/Design/index.d.ts +0 -493
  12. package/dist/remixicons/Design/index.js +164 -328
  13. package/dist/remixicons/Development/index.d.ts +0 -151
  14. package/dist/remixicons/Development/index.js +50 -100
  15. package/dist/remixicons/Device/index.d.ts +0 -499
  16. package/dist/remixicons/Device/index.js +166 -332
  17. package/dist/remixicons/Document/index.d.ts +0 -607
  18. package/dist/remixicons/Document/index.js +202 -404
  19. package/dist/remixicons/Editor/index.d.ts +0 -343
  20. package/dist/remixicons/Editor/index.js +114 -228
  21. package/dist/remixicons/Finance/index.d.ts +0 -421
  22. package/dist/remixicons/Finance/index.js +140 -280
  23. package/dist/remixicons/Health & Medical/index.d.ts +0 -187
  24. package/dist/remixicons/Health & Medical/index.js +62 -124
  25. package/dist/remixicons/Logos/index.d.ts +0 -673
  26. package/dist/remixicons/Logos/index.js +224 -448
  27. package/dist/remixicons/Map/index.d.ts +0 -523
  28. package/dist/remixicons/Map/index.js +174 -348
  29. package/dist/remixicons/Media/index.d.ts +0 -655
  30. package/dist/remixicons/Media/index.js +218 -436
  31. package/dist/remixicons/Others/index.d.ts +0 -313
  32. package/dist/remixicons/Others/index.js +104 -208
  33. package/dist/remixicons/System/index.d.ts +0 -787
  34. package/dist/remixicons/System/index.js +262 -524
  35. package/dist/remixicons/User & Faces/index.d.ts +0 -337
  36. package/dist/remixicons/User & Faces/index.js +112 -224
  37. package/dist/remixicons/Weather/index.d.ts +0 -241
  38. package/dist/remixicons/Weather/index.js +80 -160
  39. package/package.json +2 -2
@@ -1,257 +1,64 @@
1
- /// <reference types="react" />
2
1
  export declare const chat1FillSvg: string;
3
- export declare const Chat1FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
- title?: string | undefined;
5
- }>;
6
2
  export declare const chat1LineSvg: string;
7
- export declare const Chat1LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
8
- title?: string | undefined;
9
- }>;
10
3
  export declare const chat2FillSvg: string;
11
- export declare const Chat2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
12
- title?: string | undefined;
13
- }>;
14
4
  export declare const chat2LineSvg: string;
15
- export declare const Chat2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
16
- title?: string | undefined;
17
- }>;
18
5
  export declare const chat3FillSvg: string;
19
- export declare const Chat3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
20
- title?: string | undefined;
21
- }>;
22
6
  export declare const chat3LineSvg: string;
23
- export declare const Chat3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
24
- title?: string | undefined;
25
- }>;
26
7
  export declare const chat4FillSvg: string;
27
- export declare const Chat4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
28
- title?: string | undefined;
29
- }>;
30
8
  export declare const chat4LineSvg: string;
31
- export declare const Chat4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
32
- title?: string | undefined;
33
- }>;
34
9
  export declare const chatCheckFillSvg: string;
35
- export declare const ChatCheckFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
36
- title?: string | undefined;
37
- }>;
38
10
  export declare const chatCheckLineSvg: string;
39
- export declare const ChatCheckLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
40
- title?: string | undefined;
41
- }>;
42
11
  export declare const chatDeleteFillSvg: string;
43
- export declare const ChatDeleteFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
44
- title?: string | undefined;
45
- }>;
46
12
  export declare const chatDeleteLineSvg: string;
47
- export declare const ChatDeleteLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
48
- title?: string | undefined;
49
- }>;
50
13
  export declare const chatDownloadFillSvg: string;
51
- export declare const ChatDownloadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
52
- title?: string | undefined;
53
- }>;
54
14
  export declare const chatDownloadLineSvg: string;
55
- export declare const ChatDownloadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
56
- title?: string | undefined;
57
- }>;
58
15
  export declare const chatFollowUpFillSvg: string;
59
- export declare const ChatFollowUpFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
60
- title?: string | undefined;
61
- }>;
62
16
  export declare const chatFollowUpLineSvg: string;
63
- export declare const ChatFollowUpLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
64
- title?: string | undefined;
65
- }>;
66
17
  export declare const chatForwardFillSvg: string;
67
- export declare const ChatForwardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
68
- title?: string | undefined;
69
- }>;
70
18
  export declare const chatForwardLineSvg: string;
71
- export declare const ChatForwardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
72
- title?: string | undefined;
73
- }>;
74
19
  export declare const chatHeartFillSvg: string;
75
- export declare const ChatHeartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
76
- title?: string | undefined;
77
- }>;
78
20
  export declare const chatHeartLineSvg: string;
79
- export declare const ChatHeartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
80
- title?: string | undefined;
81
- }>;
82
21
  export declare const chatHistoryFillSvg: string;
83
- export declare const ChatHistoryFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
84
- title?: string | undefined;
85
- }>;
86
22
  export declare const chatHistoryLineSvg: string;
87
- export declare const ChatHistoryLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
88
- title?: string | undefined;
89
- }>;
90
23
  export declare const chatNewFillSvg: string;
91
- export declare const ChatNewFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
92
- title?: string | undefined;
93
- }>;
94
24
  export declare const chatNewLineSvg: string;
95
- export declare const ChatNewLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
96
- title?: string | undefined;
97
- }>;
98
25
  export declare const chatOffFillSvg: string;
99
- export declare const ChatOffFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
100
- title?: string | undefined;
101
- }>;
102
26
  export declare const chatOffLineSvg: string;
103
- export declare const ChatOffLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
104
- title?: string | undefined;
105
- }>;
106
27
  export declare const chatPollFillSvg: string;
107
- export declare const ChatPollFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
108
- title?: string | undefined;
109
- }>;
110
28
  export declare const chatPollLineSvg: string;
111
- export declare const ChatPollLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
112
- title?: string | undefined;
113
- }>;
114
29
  export declare const chatPrivateFillSvg: string;
115
- export declare const ChatPrivateFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
116
- title?: string | undefined;
117
- }>;
118
30
  export declare const chatPrivateLineSvg: string;
119
- export declare const ChatPrivateLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
120
- title?: string | undefined;
121
- }>;
122
31
  export declare const chatQuoteFillSvg: string;
123
- export declare const ChatQuoteFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
124
- title?: string | undefined;
125
- }>;
126
32
  export declare const chatQuoteLineSvg: string;
127
- export declare const ChatQuoteLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
128
- title?: string | undefined;
129
- }>;
130
33
  export declare const chatSettingsFillSvg: string;
131
- export declare const ChatSettingsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
132
- title?: string | undefined;
133
- }>;
134
34
  export declare const chatSettingsLineSvg: string;
135
- export declare const ChatSettingsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
136
- title?: string | undefined;
137
- }>;
138
35
  export declare const chatSmile2FillSvg: string;
139
- export declare const ChatSmile2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
140
- title?: string | undefined;
141
- }>;
142
36
  export declare const chatSmile2LineSvg: string;
143
- export declare const ChatSmile2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
144
- title?: string | undefined;
145
- }>;
146
37
  export declare const chatSmile3FillSvg: string;
147
- export declare const ChatSmile3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
148
- title?: string | undefined;
149
- }>;
150
38
  export declare const chatSmile3LineSvg: string;
151
- export declare const ChatSmile3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
152
- title?: string | undefined;
153
- }>;
154
39
  export declare const chatSmileFillSvg: string;
155
- export declare const ChatSmileFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
156
- title?: string | undefined;
157
- }>;
158
40
  export declare const chatSmileLineSvg: string;
159
- export declare const ChatSmileLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
160
- title?: string | undefined;
161
- }>;
162
41
  export declare const chatUploadFillSvg: string;
163
- export declare const ChatUploadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
164
- title?: string | undefined;
165
- }>;
166
42
  export declare const chatUploadLineSvg: string;
167
- export declare const ChatUploadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
168
- title?: string | undefined;
169
- }>;
170
43
  export declare const chatVoiceFillSvg: string;
171
- export declare const ChatVoiceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
172
- title?: string | undefined;
173
- }>;
174
44
  export declare const chatVoiceLineSvg: string;
175
- export declare const ChatVoiceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
176
- title?: string | undefined;
177
- }>;
178
45
  export declare const discussFillSvg: string;
179
- export declare const DiscussFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
180
- title?: string | undefined;
181
- }>;
182
46
  export declare const discussLineSvg: string;
183
- export declare const DiscussLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
184
- title?: string | undefined;
185
- }>;
186
47
  export declare const emojiStickerFillSvg: string;
187
- export declare const EmojiStickerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
188
- title?: string | undefined;
189
- }>;
190
48
  export declare const emojiStickerLineSvg: string;
191
- export declare const EmojiStickerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
192
- title?: string | undefined;
193
- }>;
194
49
  export declare const feedbackFillSvg: string;
195
- export declare const FeedbackFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
196
- title?: string | undefined;
197
- }>;
198
50
  export declare const feedbackLineSvg: string;
199
- export declare const FeedbackLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
200
- title?: string | undefined;
201
- }>;
202
51
  export declare const message2FillSvg: string;
203
- export declare const Message2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
204
- title?: string | undefined;
205
- }>;
206
52
  export declare const message2LineSvg: string;
207
- export declare const Message2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
208
- title?: string | undefined;
209
- }>;
210
53
  export declare const message3FillSvg: string;
211
- export declare const Message3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
212
- title?: string | undefined;
213
- }>;
214
54
  export declare const message3LineSvg: string;
215
- export declare const Message3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
216
- title?: string | undefined;
217
- }>;
218
55
  export declare const messageFillSvg: string;
219
- export declare const MessageFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
220
- title?: string | undefined;
221
- }>;
222
56
  export declare const messageLineSvg: string;
223
- export declare const MessageLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
224
- title?: string | undefined;
225
- }>;
226
57
  export declare const questionAnswerFillSvg: string;
227
- export declare const QuestionAnswerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
228
- title?: string | undefined;
229
- }>;
230
58
  export declare const questionAnswerLineSvg: string;
231
- export declare const QuestionAnswerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
232
- title?: string | undefined;
233
- }>;
234
59
  export declare const questionnaireFillSvg: string;
235
- export declare const QuestionnaireFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
236
- title?: string | undefined;
237
- }>;
238
60
  export declare const questionnaireLineSvg: string;
239
- export declare const QuestionnaireLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
240
- title?: string | undefined;
241
- }>;
242
61
  export declare const speakFillSvg: string;
243
- export declare const SpeakFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
244
- title?: string | undefined;
245
- }>;
246
62
  export declare const speakLineSvg: string;
247
- export declare const SpeakLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
248
- title?: string | undefined;
249
- }>;
250
63
  export declare const videoChatFillSvg: string;
251
- export declare const VideoChatFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
252
- title?: string | undefined;
253
- }>;
254
64
  export declare const videoChatLineSvg: string;
255
- export declare const VideoChatLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
256
- title?: string | undefined;
257
- }>;
@@ -1,192 +1,128 @@
1
- import chat1FillSvgImport, { ReactComponent as Chat1FillIconImport } from "remixicon/icons/Communication/chat-1-fill.svg";
2
- import chat1LineSvgImport, { ReactComponent as Chat1LineIconImport } from "remixicon/icons/Communication/chat-1-line.svg";
3
- import chat2FillSvgImport, { ReactComponent as Chat2FillIconImport } from "remixicon/icons/Communication/chat-2-fill.svg";
4
- import chat2LineSvgImport, { ReactComponent as Chat2LineIconImport } from "remixicon/icons/Communication/chat-2-line.svg";
5
- import chat3FillSvgImport, { ReactComponent as Chat3FillIconImport } from "remixicon/icons/Communication/chat-3-fill.svg";
6
- import chat3LineSvgImport, { ReactComponent as Chat3LineIconImport } from "remixicon/icons/Communication/chat-3-line.svg";
7
- import chat4FillSvgImport, { ReactComponent as Chat4FillIconImport } from "remixicon/icons/Communication/chat-4-fill.svg";
8
- import chat4LineSvgImport, { ReactComponent as Chat4LineIconImport } from "remixicon/icons/Communication/chat-4-line.svg";
9
- import chatCheckFillSvgImport, { ReactComponent as ChatCheckFillIconImport } from "remixicon/icons/Communication/chat-check-fill.svg";
10
- import chatCheckLineSvgImport, { ReactComponent as ChatCheckLineIconImport } from "remixicon/icons/Communication/chat-check-line.svg";
11
- import chatDeleteFillSvgImport, { ReactComponent as ChatDeleteFillIconImport } from "remixicon/icons/Communication/chat-delete-fill.svg";
12
- import chatDeleteLineSvgImport, { ReactComponent as ChatDeleteLineIconImport } from "remixicon/icons/Communication/chat-delete-line.svg";
13
- import chatDownloadFillSvgImport, { ReactComponent as ChatDownloadFillIconImport } from "remixicon/icons/Communication/chat-download-fill.svg";
14
- import chatDownloadLineSvgImport, { ReactComponent as ChatDownloadLineIconImport } from "remixicon/icons/Communication/chat-download-line.svg";
15
- import chatFollowUpFillSvgImport, { ReactComponent as ChatFollowUpFillIconImport } from "remixicon/icons/Communication/chat-follow-up-fill.svg";
16
- import chatFollowUpLineSvgImport, { ReactComponent as ChatFollowUpLineIconImport } from "remixicon/icons/Communication/chat-follow-up-line.svg";
17
- import chatForwardFillSvgImport, { ReactComponent as ChatForwardFillIconImport } from "remixicon/icons/Communication/chat-forward-fill.svg";
18
- import chatForwardLineSvgImport, { ReactComponent as ChatForwardLineIconImport } from "remixicon/icons/Communication/chat-forward-line.svg";
19
- import chatHeartFillSvgImport, { ReactComponent as ChatHeartFillIconImport } from "remixicon/icons/Communication/chat-heart-fill.svg";
20
- import chatHeartLineSvgImport, { ReactComponent as ChatHeartLineIconImport } from "remixicon/icons/Communication/chat-heart-line.svg";
21
- import chatHistoryFillSvgImport, { ReactComponent as ChatHistoryFillIconImport } from "remixicon/icons/Communication/chat-history-fill.svg";
22
- import chatHistoryLineSvgImport, { ReactComponent as ChatHistoryLineIconImport } from "remixicon/icons/Communication/chat-history-line.svg";
23
- import chatNewFillSvgImport, { ReactComponent as ChatNewFillIconImport } from "remixicon/icons/Communication/chat-new-fill.svg";
24
- import chatNewLineSvgImport, { ReactComponent as ChatNewLineIconImport } from "remixicon/icons/Communication/chat-new-line.svg";
25
- import chatOffFillSvgImport, { ReactComponent as ChatOffFillIconImport } from "remixicon/icons/Communication/chat-off-fill.svg";
26
- import chatOffLineSvgImport, { ReactComponent as ChatOffLineIconImport } from "remixicon/icons/Communication/chat-off-line.svg";
27
- import chatPollFillSvgImport, { ReactComponent as ChatPollFillIconImport } from "remixicon/icons/Communication/chat-poll-fill.svg";
28
- import chatPollLineSvgImport, { ReactComponent as ChatPollLineIconImport } from "remixicon/icons/Communication/chat-poll-line.svg";
29
- import chatPrivateFillSvgImport, { ReactComponent as ChatPrivateFillIconImport } from "remixicon/icons/Communication/chat-private-fill.svg";
30
- import chatPrivateLineSvgImport, { ReactComponent as ChatPrivateLineIconImport } from "remixicon/icons/Communication/chat-private-line.svg";
31
- import chatQuoteFillSvgImport, { ReactComponent as ChatQuoteFillIconImport } from "remixicon/icons/Communication/chat-quote-fill.svg";
32
- import chatQuoteLineSvgImport, { ReactComponent as ChatQuoteLineIconImport } from "remixicon/icons/Communication/chat-quote-line.svg";
33
- import chatSettingsFillSvgImport, { ReactComponent as ChatSettingsFillIconImport } from "remixicon/icons/Communication/chat-settings-fill.svg";
34
- import chatSettingsLineSvgImport, { ReactComponent as ChatSettingsLineIconImport } from "remixicon/icons/Communication/chat-settings-line.svg";
35
- import chatSmile2FillSvgImport, { ReactComponent as ChatSmile2FillIconImport } from "remixicon/icons/Communication/chat-smile-2-fill.svg";
36
- import chatSmile2LineSvgImport, { ReactComponent as ChatSmile2LineIconImport } from "remixicon/icons/Communication/chat-smile-2-line.svg";
37
- import chatSmile3FillSvgImport, { ReactComponent as ChatSmile3FillIconImport } from "remixicon/icons/Communication/chat-smile-3-fill.svg";
38
- import chatSmile3LineSvgImport, { ReactComponent as ChatSmile3LineIconImport } from "remixicon/icons/Communication/chat-smile-3-line.svg";
39
- import chatSmileFillSvgImport, { ReactComponent as ChatSmileFillIconImport } from "remixicon/icons/Communication/chat-smile-fill.svg";
40
- import chatSmileLineSvgImport, { ReactComponent as ChatSmileLineIconImport } from "remixicon/icons/Communication/chat-smile-line.svg";
41
- import chatUploadFillSvgImport, { ReactComponent as ChatUploadFillIconImport } from "remixicon/icons/Communication/chat-upload-fill.svg";
42
- import chatUploadLineSvgImport, { ReactComponent as ChatUploadLineIconImport } from "remixicon/icons/Communication/chat-upload-line.svg";
43
- import chatVoiceFillSvgImport, { ReactComponent as ChatVoiceFillIconImport } from "remixicon/icons/Communication/chat-voice-fill.svg";
44
- import chatVoiceLineSvgImport, { ReactComponent as ChatVoiceLineIconImport } from "remixicon/icons/Communication/chat-voice-line.svg";
45
- import discussFillSvgImport, { ReactComponent as DiscussFillIconImport } from "remixicon/icons/Communication/discuss-fill.svg";
46
- import discussLineSvgImport, { ReactComponent as DiscussLineIconImport } from "remixicon/icons/Communication/discuss-line.svg";
47
- import emojiStickerFillSvgImport, { ReactComponent as EmojiStickerFillIconImport } from "remixicon/icons/Communication/emoji-sticker-fill.svg";
48
- import emojiStickerLineSvgImport, { ReactComponent as EmojiStickerLineIconImport } from "remixicon/icons/Communication/emoji-sticker-line.svg";
49
- import feedbackFillSvgImport, { ReactComponent as FeedbackFillIconImport } from "remixicon/icons/Communication/feedback-fill.svg";
50
- import feedbackLineSvgImport, { ReactComponent as FeedbackLineIconImport } from "remixicon/icons/Communication/feedback-line.svg";
51
- import message2FillSvgImport, { ReactComponent as Message2FillIconImport } from "remixicon/icons/Communication/message-2-fill.svg";
52
- import message2LineSvgImport, { ReactComponent as Message2LineIconImport } from "remixicon/icons/Communication/message-2-line.svg";
53
- import message3FillSvgImport, { ReactComponent as Message3FillIconImport } from "remixicon/icons/Communication/message-3-fill.svg";
54
- import message3LineSvgImport, { ReactComponent as Message3LineIconImport } from "remixicon/icons/Communication/message-3-line.svg";
55
- import messageFillSvgImport, { ReactComponent as MessageFillIconImport } from "remixicon/icons/Communication/message-fill.svg";
56
- import messageLineSvgImport, { ReactComponent as MessageLineIconImport } from "remixicon/icons/Communication/message-line.svg";
57
- import questionAnswerFillSvgImport, { ReactComponent as QuestionAnswerFillIconImport } from "remixicon/icons/Communication/question-answer-fill.svg";
58
- import questionAnswerLineSvgImport, { ReactComponent as QuestionAnswerLineIconImport } from "remixicon/icons/Communication/question-answer-line.svg";
59
- import questionnaireFillSvgImport, { ReactComponent as QuestionnaireFillIconImport } from "remixicon/icons/Communication/questionnaire-fill.svg";
60
- import questionnaireLineSvgImport, { ReactComponent as QuestionnaireLineIconImport } from "remixicon/icons/Communication/questionnaire-line.svg";
61
- import speakFillSvgImport, { ReactComponent as SpeakFillIconImport } from "remixicon/icons/Communication/speak-fill.svg";
62
- import speakLineSvgImport, { ReactComponent as SpeakLineIconImport } from "remixicon/icons/Communication/speak-line.svg";
63
- import videoChatFillSvgImport, { ReactComponent as VideoChatFillIconImport } from "remixicon/icons/Communication/video-chat-fill.svg";
64
- import videoChatLineSvgImport, { ReactComponent as VideoChatLineIconImport } from "remixicon/icons/Communication/video-chat-line.svg";
1
+ import chat1FillSvgImport from "remixicon/icons/Communication/chat-1-fill.svg";
2
+ import chat1LineSvgImport from "remixicon/icons/Communication/chat-1-line.svg";
3
+ import chat2FillSvgImport from "remixicon/icons/Communication/chat-2-fill.svg";
4
+ import chat2LineSvgImport from "remixicon/icons/Communication/chat-2-line.svg";
5
+ import chat3FillSvgImport from "remixicon/icons/Communication/chat-3-fill.svg";
6
+ import chat3LineSvgImport from "remixicon/icons/Communication/chat-3-line.svg";
7
+ import chat4FillSvgImport from "remixicon/icons/Communication/chat-4-fill.svg";
8
+ import chat4LineSvgImport from "remixicon/icons/Communication/chat-4-line.svg";
9
+ import chatCheckFillSvgImport from "remixicon/icons/Communication/chat-check-fill.svg";
10
+ import chatCheckLineSvgImport from "remixicon/icons/Communication/chat-check-line.svg";
11
+ import chatDeleteFillSvgImport from "remixicon/icons/Communication/chat-delete-fill.svg";
12
+ import chatDeleteLineSvgImport from "remixicon/icons/Communication/chat-delete-line.svg";
13
+ import chatDownloadFillSvgImport from "remixicon/icons/Communication/chat-download-fill.svg";
14
+ import chatDownloadLineSvgImport from "remixicon/icons/Communication/chat-download-line.svg";
15
+ import chatFollowUpFillSvgImport from "remixicon/icons/Communication/chat-follow-up-fill.svg";
16
+ import chatFollowUpLineSvgImport from "remixicon/icons/Communication/chat-follow-up-line.svg";
17
+ import chatForwardFillSvgImport from "remixicon/icons/Communication/chat-forward-fill.svg";
18
+ import chatForwardLineSvgImport from "remixicon/icons/Communication/chat-forward-line.svg";
19
+ import chatHeartFillSvgImport from "remixicon/icons/Communication/chat-heart-fill.svg";
20
+ import chatHeartLineSvgImport from "remixicon/icons/Communication/chat-heart-line.svg";
21
+ import chatHistoryFillSvgImport from "remixicon/icons/Communication/chat-history-fill.svg";
22
+ import chatHistoryLineSvgImport from "remixicon/icons/Communication/chat-history-line.svg";
23
+ import chatNewFillSvgImport from "remixicon/icons/Communication/chat-new-fill.svg";
24
+ import chatNewLineSvgImport from "remixicon/icons/Communication/chat-new-line.svg";
25
+ import chatOffFillSvgImport from "remixicon/icons/Communication/chat-off-fill.svg";
26
+ import chatOffLineSvgImport from "remixicon/icons/Communication/chat-off-line.svg";
27
+ import chatPollFillSvgImport from "remixicon/icons/Communication/chat-poll-fill.svg";
28
+ import chatPollLineSvgImport from "remixicon/icons/Communication/chat-poll-line.svg";
29
+ import chatPrivateFillSvgImport from "remixicon/icons/Communication/chat-private-fill.svg";
30
+ import chatPrivateLineSvgImport from "remixicon/icons/Communication/chat-private-line.svg";
31
+ import chatQuoteFillSvgImport from "remixicon/icons/Communication/chat-quote-fill.svg";
32
+ import chatQuoteLineSvgImport from "remixicon/icons/Communication/chat-quote-line.svg";
33
+ import chatSettingsFillSvgImport from "remixicon/icons/Communication/chat-settings-fill.svg";
34
+ import chatSettingsLineSvgImport from "remixicon/icons/Communication/chat-settings-line.svg";
35
+ import chatSmile2FillSvgImport from "remixicon/icons/Communication/chat-smile-2-fill.svg";
36
+ import chatSmile2LineSvgImport from "remixicon/icons/Communication/chat-smile-2-line.svg";
37
+ import chatSmile3FillSvgImport from "remixicon/icons/Communication/chat-smile-3-fill.svg";
38
+ import chatSmile3LineSvgImport from "remixicon/icons/Communication/chat-smile-3-line.svg";
39
+ import chatSmileFillSvgImport from "remixicon/icons/Communication/chat-smile-fill.svg";
40
+ import chatSmileLineSvgImport from "remixicon/icons/Communication/chat-smile-line.svg";
41
+ import chatUploadFillSvgImport from "remixicon/icons/Communication/chat-upload-fill.svg";
42
+ import chatUploadLineSvgImport from "remixicon/icons/Communication/chat-upload-line.svg";
43
+ import chatVoiceFillSvgImport from "remixicon/icons/Communication/chat-voice-fill.svg";
44
+ import chatVoiceLineSvgImport from "remixicon/icons/Communication/chat-voice-line.svg";
45
+ import discussFillSvgImport from "remixicon/icons/Communication/discuss-fill.svg";
46
+ import discussLineSvgImport from "remixicon/icons/Communication/discuss-line.svg";
47
+ import emojiStickerFillSvgImport from "remixicon/icons/Communication/emoji-sticker-fill.svg";
48
+ import emojiStickerLineSvgImport from "remixicon/icons/Communication/emoji-sticker-line.svg";
49
+ import feedbackFillSvgImport from "remixicon/icons/Communication/feedback-fill.svg";
50
+ import feedbackLineSvgImport from "remixicon/icons/Communication/feedback-line.svg";
51
+ import message2FillSvgImport from "remixicon/icons/Communication/message-2-fill.svg";
52
+ import message2LineSvgImport from "remixicon/icons/Communication/message-2-line.svg";
53
+ import message3FillSvgImport from "remixicon/icons/Communication/message-3-fill.svg";
54
+ import message3LineSvgImport from "remixicon/icons/Communication/message-3-line.svg";
55
+ import messageFillSvgImport from "remixicon/icons/Communication/message-fill.svg";
56
+ import messageLineSvgImport from "remixicon/icons/Communication/message-line.svg";
57
+ import questionAnswerFillSvgImport from "remixicon/icons/Communication/question-answer-fill.svg";
58
+ import questionAnswerLineSvgImport from "remixicon/icons/Communication/question-answer-line.svg";
59
+ import questionnaireFillSvgImport from "remixicon/icons/Communication/questionnaire-fill.svg";
60
+ import questionnaireLineSvgImport from "remixicon/icons/Communication/questionnaire-line.svg";
61
+ import speakFillSvgImport from "remixicon/icons/Communication/speak-fill.svg";
62
+ import speakLineSvgImport from "remixicon/icons/Communication/speak-line.svg";
63
+ import videoChatFillSvgImport from "remixicon/icons/Communication/video-chat-fill.svg";
64
+ import videoChatLineSvgImport from "remixicon/icons/Communication/video-chat-line.svg";
65
65
  export var chat1FillSvg = chat1FillSvgImport;
66
- export var Chat1FillIcon = Chat1FillIconImport;
67
66
  export var chat1LineSvg = chat1LineSvgImport;
68
- export var Chat1LineIcon = Chat1LineIconImport;
69
67
  export var chat2FillSvg = chat2FillSvgImport;
70
- export var Chat2FillIcon = Chat2FillIconImport;
71
68
  export var chat2LineSvg = chat2LineSvgImport;
72
- export var Chat2LineIcon = Chat2LineIconImport;
73
69
  export var chat3FillSvg = chat3FillSvgImport;
74
- export var Chat3FillIcon = Chat3FillIconImport;
75
70
  export var chat3LineSvg = chat3LineSvgImport;
76
- export var Chat3LineIcon = Chat3LineIconImport;
77
71
  export var chat4FillSvg = chat4FillSvgImport;
78
- export var Chat4FillIcon = Chat4FillIconImport;
79
72
  export var chat4LineSvg = chat4LineSvgImport;
80
- export var Chat4LineIcon = Chat4LineIconImport;
81
73
  export var chatCheckFillSvg = chatCheckFillSvgImport;
82
- export var ChatCheckFillIcon = ChatCheckFillIconImport;
83
74
  export var chatCheckLineSvg = chatCheckLineSvgImport;
84
- export var ChatCheckLineIcon = ChatCheckLineIconImport;
85
75
  export var chatDeleteFillSvg = chatDeleteFillSvgImport;
86
- export var ChatDeleteFillIcon = ChatDeleteFillIconImport;
87
76
  export var chatDeleteLineSvg = chatDeleteLineSvgImport;
88
- export var ChatDeleteLineIcon = ChatDeleteLineIconImport;
89
77
  export var chatDownloadFillSvg = chatDownloadFillSvgImport;
90
- export var ChatDownloadFillIcon = ChatDownloadFillIconImport;
91
78
  export var chatDownloadLineSvg = chatDownloadLineSvgImport;
92
- export var ChatDownloadLineIcon = ChatDownloadLineIconImport;
93
79
  export var chatFollowUpFillSvg = chatFollowUpFillSvgImport;
94
- export var ChatFollowUpFillIcon = ChatFollowUpFillIconImport;
95
80
  export var chatFollowUpLineSvg = chatFollowUpLineSvgImport;
96
- export var ChatFollowUpLineIcon = ChatFollowUpLineIconImport;
97
81
  export var chatForwardFillSvg = chatForwardFillSvgImport;
98
- export var ChatForwardFillIcon = ChatForwardFillIconImport;
99
82
  export var chatForwardLineSvg = chatForwardLineSvgImport;
100
- export var ChatForwardLineIcon = ChatForwardLineIconImport;
101
83
  export var chatHeartFillSvg = chatHeartFillSvgImport;
102
- export var ChatHeartFillIcon = ChatHeartFillIconImport;
103
84
  export var chatHeartLineSvg = chatHeartLineSvgImport;
104
- export var ChatHeartLineIcon = ChatHeartLineIconImport;
105
85
  export var chatHistoryFillSvg = chatHistoryFillSvgImport;
106
- export var ChatHistoryFillIcon = ChatHistoryFillIconImport;
107
86
  export var chatHistoryLineSvg = chatHistoryLineSvgImport;
108
- export var ChatHistoryLineIcon = ChatHistoryLineIconImport;
109
87
  export var chatNewFillSvg = chatNewFillSvgImport;
110
- export var ChatNewFillIcon = ChatNewFillIconImport;
111
88
  export var chatNewLineSvg = chatNewLineSvgImport;
112
- export var ChatNewLineIcon = ChatNewLineIconImport;
113
89
  export var chatOffFillSvg = chatOffFillSvgImport;
114
- export var ChatOffFillIcon = ChatOffFillIconImport;
115
90
  export var chatOffLineSvg = chatOffLineSvgImport;
116
- export var ChatOffLineIcon = ChatOffLineIconImport;
117
91
  export var chatPollFillSvg = chatPollFillSvgImport;
118
- export var ChatPollFillIcon = ChatPollFillIconImport;
119
92
  export var chatPollLineSvg = chatPollLineSvgImport;
120
- export var ChatPollLineIcon = ChatPollLineIconImport;
121
93
  export var chatPrivateFillSvg = chatPrivateFillSvgImport;
122
- export var ChatPrivateFillIcon = ChatPrivateFillIconImport;
123
94
  export var chatPrivateLineSvg = chatPrivateLineSvgImport;
124
- export var ChatPrivateLineIcon = ChatPrivateLineIconImport;
125
95
  export var chatQuoteFillSvg = chatQuoteFillSvgImport;
126
- export var ChatQuoteFillIcon = ChatQuoteFillIconImport;
127
96
  export var chatQuoteLineSvg = chatQuoteLineSvgImport;
128
- export var ChatQuoteLineIcon = ChatQuoteLineIconImport;
129
97
  export var chatSettingsFillSvg = chatSettingsFillSvgImport;
130
- export var ChatSettingsFillIcon = ChatSettingsFillIconImport;
131
98
  export var chatSettingsLineSvg = chatSettingsLineSvgImport;
132
- export var ChatSettingsLineIcon = ChatSettingsLineIconImport;
133
99
  export var chatSmile2FillSvg = chatSmile2FillSvgImport;
134
- export var ChatSmile2FillIcon = ChatSmile2FillIconImport;
135
100
  export var chatSmile2LineSvg = chatSmile2LineSvgImport;
136
- export var ChatSmile2LineIcon = ChatSmile2LineIconImport;
137
101
  export var chatSmile3FillSvg = chatSmile3FillSvgImport;
138
- export var ChatSmile3FillIcon = ChatSmile3FillIconImport;
139
102
  export var chatSmile3LineSvg = chatSmile3LineSvgImport;
140
- export var ChatSmile3LineIcon = ChatSmile3LineIconImport;
141
103
  export var chatSmileFillSvg = chatSmileFillSvgImport;
142
- export var ChatSmileFillIcon = ChatSmileFillIconImport;
143
104
  export var chatSmileLineSvg = chatSmileLineSvgImport;
144
- export var ChatSmileLineIcon = ChatSmileLineIconImport;
145
105
  export var chatUploadFillSvg = chatUploadFillSvgImport;
146
- export var ChatUploadFillIcon = ChatUploadFillIconImport;
147
106
  export var chatUploadLineSvg = chatUploadLineSvgImport;
148
- export var ChatUploadLineIcon = ChatUploadLineIconImport;
149
107
  export var chatVoiceFillSvg = chatVoiceFillSvgImport;
150
- export var ChatVoiceFillIcon = ChatVoiceFillIconImport;
151
108
  export var chatVoiceLineSvg = chatVoiceLineSvgImport;
152
- export var ChatVoiceLineIcon = ChatVoiceLineIconImport;
153
109
  export var discussFillSvg = discussFillSvgImport;
154
- export var DiscussFillIcon = DiscussFillIconImport;
155
110
  export var discussLineSvg = discussLineSvgImport;
156
- export var DiscussLineIcon = DiscussLineIconImport;
157
111
  export var emojiStickerFillSvg = emojiStickerFillSvgImport;
158
- export var EmojiStickerFillIcon = EmojiStickerFillIconImport;
159
112
  export var emojiStickerLineSvg = emojiStickerLineSvgImport;
160
- export var EmojiStickerLineIcon = EmojiStickerLineIconImport;
161
113
  export var feedbackFillSvg = feedbackFillSvgImport;
162
- export var FeedbackFillIcon = FeedbackFillIconImport;
163
114
  export var feedbackLineSvg = feedbackLineSvgImport;
164
- export var FeedbackLineIcon = FeedbackLineIconImport;
165
115
  export var message2FillSvg = message2FillSvgImport;
166
- export var Message2FillIcon = Message2FillIconImport;
167
116
  export var message2LineSvg = message2LineSvgImport;
168
- export var Message2LineIcon = Message2LineIconImport;
169
117
  export var message3FillSvg = message3FillSvgImport;
170
- export var Message3FillIcon = Message3FillIconImport;
171
118
  export var message3LineSvg = message3LineSvgImport;
172
- export var Message3LineIcon = Message3LineIconImport;
173
119
  export var messageFillSvg = messageFillSvgImport;
174
- export var MessageFillIcon = MessageFillIconImport;
175
120
  export var messageLineSvg = messageLineSvgImport;
176
- export var MessageLineIcon = MessageLineIconImport;
177
121
  export var questionAnswerFillSvg = questionAnswerFillSvgImport;
178
- export var QuestionAnswerFillIcon = QuestionAnswerFillIconImport;
179
122
  export var questionAnswerLineSvg = questionAnswerLineSvgImport;
180
- export var QuestionAnswerLineIcon = QuestionAnswerLineIconImport;
181
123
  export var questionnaireFillSvg = questionnaireFillSvgImport;
182
- export var QuestionnaireFillIcon = QuestionnaireFillIconImport;
183
124
  export var questionnaireLineSvg = questionnaireLineSvgImport;
184
- export var QuestionnaireLineIcon = QuestionnaireLineIconImport;
185
125
  export var speakFillSvg = speakFillSvgImport;
186
- export var SpeakFillIcon = SpeakFillIconImport;
187
126
  export var speakLineSvg = speakLineSvgImport;
188
- export var SpeakLineIcon = SpeakLineIconImport;
189
127
  export var videoChatFillSvg = videoChatFillSvgImport;
190
- export var VideoChatFillIcon = VideoChatFillIconImport;
191
128
  export var videoChatLineSvg = videoChatLineSvgImport;
192
- export var VideoChatLineIcon = VideoChatLineIconImport;