@team-monolith/cds 0.5.2 → 0.6.0
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.ts +1 -7
- package/dist/index.js +1 -7
- package/dist/remixicons/Arrows/index.d.ts +433 -0
- package/dist/remixicons/Arrows/index.js +324 -0
- package/dist/remixicons/Buildings/index.d.ts +233 -0
- package/dist/remixicons/Buildings/index.js +174 -0
- package/dist/remixicons/Business/index.d.ts +769 -0
- package/dist/remixicons/Business/index.js +576 -0
- package/dist/remixicons/Communication/index.d.ts +257 -0
- package/dist/remixicons/Communication/index.js +192 -0
- package/dist/remixicons/Design/index.d.ts +657 -0
- package/dist/remixicons/Design/index.js +492 -0
- package/dist/remixicons/Development/index.d.ts +201 -0
- package/dist/remixicons/Development/index.js +150 -0
- package/dist/remixicons/Device/index.d.ts +665 -0
- package/dist/remixicons/Device/index.js +498 -0
- package/dist/remixicons/Document/index.d.ts +809 -0
- package/dist/remixicons/Document/index.js +606 -0
- package/dist/remixicons/Editor/index.d.ts +457 -0
- package/dist/remixicons/Editor/index.js +342 -0
- package/dist/remixicons/Finance/index.d.ts +561 -0
- package/dist/remixicons/Finance/index.js +420 -0
- package/dist/remixicons/Health & Medical/index.d.ts +249 -0
- package/dist/remixicons/Health & Medical/index.js +186 -0
- package/dist/remixicons/Logos/index.d.ts +897 -0
- package/dist/remixicons/Logos/index.js +672 -0
- package/dist/remixicons/Map/index.d.ts +697 -0
- package/dist/remixicons/Map/index.js +522 -0
- package/dist/remixicons/Media/index.d.ts +873 -0
- package/dist/remixicons/Media/index.js +654 -0
- package/dist/remixicons/Others/index.d.ts +417 -0
- package/dist/remixicons/Others/index.js +312 -0
- package/dist/remixicons/System/index.d.ts +1049 -0
- package/dist/remixicons/System/index.js +786 -0
- package/dist/remixicons/User & Faces/index.d.ts +449 -0
- package/dist/remixicons/User & Faces/index.js +336 -0
- package/dist/remixicons/Weather/index.d.ts +321 -0
- package/dist/remixicons/Weather/index.js +240 -0
- package/dist/remixicons/index.d.ts +18 -0
- package/dist/remixicons/index.js +18 -0
- package/package.json +7 -3
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Chat1FillSvg: string;
|
|
3
|
+
export declare const Chat1FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
4
|
+
title?: string | undefined;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const Chat1LineSvg: string;
|
|
7
|
+
export declare const Chat1LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
|
+
title?: string | undefined;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const Chat2FillSvg: string;
|
|
11
|
+
export declare const Chat2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
12
|
+
title?: string | undefined;
|
|
13
|
+
}>;
|
|
14
|
+
export declare const Chat2LineSvg: string;
|
|
15
|
+
export declare const Chat2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
16
|
+
title?: string | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export declare const Chat3FillSvg: string;
|
|
19
|
+
export declare const Chat3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
|
+
title?: string | undefined;
|
|
21
|
+
}>;
|
|
22
|
+
export declare const Chat3LineSvg: string;
|
|
23
|
+
export declare const Chat3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
24
|
+
title?: string | undefined;
|
|
25
|
+
}>;
|
|
26
|
+
export declare const Chat4FillSvg: string;
|
|
27
|
+
export declare const Chat4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
28
|
+
title?: string | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
export declare const Chat4LineSvg: string;
|
|
31
|
+
export declare const Chat4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
|
+
title?: string | undefined;
|
|
33
|
+
}>;
|
|
34
|
+
export declare const ChatCheckFillSvg: string;
|
|
35
|
+
export declare const ChatCheckFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
36
|
+
title?: string | undefined;
|
|
37
|
+
}>;
|
|
38
|
+
export declare const ChatCheckLineSvg: string;
|
|
39
|
+
export declare const ChatCheckLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
40
|
+
title?: string | undefined;
|
|
41
|
+
}>;
|
|
42
|
+
export declare const ChatDeleteFillSvg: string;
|
|
43
|
+
export declare const ChatDeleteFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
|
+
title?: string | undefined;
|
|
45
|
+
}>;
|
|
46
|
+
export declare const ChatDeleteLineSvg: string;
|
|
47
|
+
export declare const ChatDeleteLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
48
|
+
title?: string | undefined;
|
|
49
|
+
}>;
|
|
50
|
+
export declare const ChatDownloadFillSvg: string;
|
|
51
|
+
export declare const ChatDownloadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
52
|
+
title?: string | undefined;
|
|
53
|
+
}>;
|
|
54
|
+
export declare const ChatDownloadLineSvg: string;
|
|
55
|
+
export declare const ChatDownloadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
|
+
title?: string | undefined;
|
|
57
|
+
}>;
|
|
58
|
+
export declare const ChatFollowUpFillSvg: string;
|
|
59
|
+
export declare const ChatFollowUpFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
60
|
+
title?: string | undefined;
|
|
61
|
+
}>;
|
|
62
|
+
export declare const ChatFollowUpLineSvg: string;
|
|
63
|
+
export declare const ChatFollowUpLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
|
+
title?: string | undefined;
|
|
65
|
+
}>;
|
|
66
|
+
export declare const ChatForwardFillSvg: string;
|
|
67
|
+
export declare const ChatForwardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
|
+
title?: string | undefined;
|
|
69
|
+
}>;
|
|
70
|
+
export declare const ChatForwardLineSvg: string;
|
|
71
|
+
export declare const ChatForwardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
72
|
+
title?: string | undefined;
|
|
73
|
+
}>;
|
|
74
|
+
export declare const ChatHeartFillSvg: string;
|
|
75
|
+
export declare const ChatHeartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
|
+
title?: string | undefined;
|
|
77
|
+
}>;
|
|
78
|
+
export declare const ChatHeartLineSvg: string;
|
|
79
|
+
export declare const ChatHeartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
|
+
title?: string | undefined;
|
|
81
|
+
}>;
|
|
82
|
+
export declare const ChatHistoryFillSvg: string;
|
|
83
|
+
export declare const ChatHistoryFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
84
|
+
title?: string | undefined;
|
|
85
|
+
}>;
|
|
86
|
+
export declare const ChatHistoryLineSvg: string;
|
|
87
|
+
export declare const ChatHistoryLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
|
+
title?: string | undefined;
|
|
89
|
+
}>;
|
|
90
|
+
export declare const ChatNewFillSvg: string;
|
|
91
|
+
export declare const ChatNewFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
|
+
title?: string | undefined;
|
|
93
|
+
}>;
|
|
94
|
+
export declare const ChatNewLineSvg: string;
|
|
95
|
+
export declare const ChatNewLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
96
|
+
title?: string | undefined;
|
|
97
|
+
}>;
|
|
98
|
+
export declare const ChatOffFillSvg: string;
|
|
99
|
+
export declare const ChatOffFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
|
+
title?: string | undefined;
|
|
101
|
+
}>;
|
|
102
|
+
export declare const ChatOffLineSvg: string;
|
|
103
|
+
export declare const ChatOffLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
|
+
title?: string | undefined;
|
|
105
|
+
}>;
|
|
106
|
+
export declare const ChatPollFillSvg: string;
|
|
107
|
+
export declare const ChatPollFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
108
|
+
title?: string | undefined;
|
|
109
|
+
}>;
|
|
110
|
+
export declare const ChatPollLineSvg: string;
|
|
111
|
+
export declare const ChatPollLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
|
+
title?: string | undefined;
|
|
113
|
+
}>;
|
|
114
|
+
export declare const ChatPrivateFillSvg: string;
|
|
115
|
+
export declare const ChatPrivateFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
|
+
title?: string | undefined;
|
|
117
|
+
}>;
|
|
118
|
+
export declare const ChatPrivateLineSvg: string;
|
|
119
|
+
export declare const ChatPrivateLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
120
|
+
title?: string | undefined;
|
|
121
|
+
}>;
|
|
122
|
+
export declare const ChatQuoteFillSvg: string;
|
|
123
|
+
export declare const ChatQuoteFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
|
+
title?: string | undefined;
|
|
125
|
+
}>;
|
|
126
|
+
export declare const ChatQuoteLineSvg: string;
|
|
127
|
+
export declare const ChatQuoteLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
|
+
title?: string | undefined;
|
|
129
|
+
}>;
|
|
130
|
+
export declare const ChatSettingsFillSvg: string;
|
|
131
|
+
export declare const ChatSettingsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
132
|
+
title?: string | undefined;
|
|
133
|
+
}>;
|
|
134
|
+
export declare const ChatSettingsLineSvg: string;
|
|
135
|
+
export declare const ChatSettingsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
|
+
title?: string | undefined;
|
|
137
|
+
}>;
|
|
138
|
+
export declare const ChatSmile2FillSvg: string;
|
|
139
|
+
export declare const ChatSmile2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
140
|
+
title?: string | undefined;
|
|
141
|
+
}>;
|
|
142
|
+
export declare const ChatSmile2LineSvg: string;
|
|
143
|
+
export declare const ChatSmile2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
|
+
title?: string | undefined;
|
|
145
|
+
}>;
|
|
146
|
+
export declare const ChatSmile3FillSvg: string;
|
|
147
|
+
export declare const ChatSmile3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
|
+
title?: string | undefined;
|
|
149
|
+
}>;
|
|
150
|
+
export declare const ChatSmile3LineSvg: string;
|
|
151
|
+
export declare const ChatSmile3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
152
|
+
title?: string | undefined;
|
|
153
|
+
}>;
|
|
154
|
+
export declare const ChatSmileFillSvg: string;
|
|
155
|
+
export declare const ChatSmileFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
156
|
+
title?: string | undefined;
|
|
157
|
+
}>;
|
|
158
|
+
export declare const ChatSmileLineSvg: string;
|
|
159
|
+
export declare const ChatSmileLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
|
+
title?: string | undefined;
|
|
161
|
+
}>;
|
|
162
|
+
export declare const ChatUploadFillSvg: string;
|
|
163
|
+
export declare const ChatUploadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
164
|
+
title?: string | undefined;
|
|
165
|
+
}>;
|
|
166
|
+
export declare const ChatUploadLineSvg: string;
|
|
167
|
+
export declare const ChatUploadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
168
|
+
title?: string | undefined;
|
|
169
|
+
}>;
|
|
170
|
+
export declare const ChatVoiceFillSvg: string;
|
|
171
|
+
export declare const ChatVoiceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
|
+
title?: string | undefined;
|
|
173
|
+
}>;
|
|
174
|
+
export declare const ChatVoiceLineSvg: string;
|
|
175
|
+
export declare const ChatVoiceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
176
|
+
title?: string | undefined;
|
|
177
|
+
}>;
|
|
178
|
+
export declare const DiscussFillSvg: string;
|
|
179
|
+
export declare const DiscussFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
180
|
+
title?: string | undefined;
|
|
181
|
+
}>;
|
|
182
|
+
export declare const DiscussLineSvg: string;
|
|
183
|
+
export declare const DiscussLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
|
+
title?: string | undefined;
|
|
185
|
+
}>;
|
|
186
|
+
export declare const EmojiStickerFillSvg: string;
|
|
187
|
+
export declare const EmojiStickerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
188
|
+
title?: string | undefined;
|
|
189
|
+
}>;
|
|
190
|
+
export declare const EmojiStickerLineSvg: string;
|
|
191
|
+
export declare const EmojiStickerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
192
|
+
title?: string | undefined;
|
|
193
|
+
}>;
|
|
194
|
+
export declare const FeedbackFillSvg: string;
|
|
195
|
+
export declare const FeedbackFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
|
+
title?: string | undefined;
|
|
197
|
+
}>;
|
|
198
|
+
export declare const FeedbackLineSvg: string;
|
|
199
|
+
export declare const FeedbackLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
200
|
+
title?: string | undefined;
|
|
201
|
+
}>;
|
|
202
|
+
export declare const Message2FillSvg: string;
|
|
203
|
+
export declare const Message2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
204
|
+
title?: string | undefined;
|
|
205
|
+
}>;
|
|
206
|
+
export declare const Message2LineSvg: string;
|
|
207
|
+
export declare const Message2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
|
+
title?: string | undefined;
|
|
209
|
+
}>;
|
|
210
|
+
export declare const Message3FillSvg: string;
|
|
211
|
+
export declare const Message3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
212
|
+
title?: string | undefined;
|
|
213
|
+
}>;
|
|
214
|
+
export declare const Message3LineSvg: string;
|
|
215
|
+
export declare const Message3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
216
|
+
title?: string | undefined;
|
|
217
|
+
}>;
|
|
218
|
+
export declare const MessageFillSvg: string;
|
|
219
|
+
export declare const MessageFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
|
+
title?: string | undefined;
|
|
221
|
+
}>;
|
|
222
|
+
export declare const MessageLineSvg: string;
|
|
223
|
+
export declare const MessageLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
224
|
+
title?: string | undefined;
|
|
225
|
+
}>;
|
|
226
|
+
export declare const QuestionAnswerFillSvg: string;
|
|
227
|
+
export declare const QuestionAnswerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
228
|
+
title?: string | undefined;
|
|
229
|
+
}>;
|
|
230
|
+
export declare const QuestionAnswerLineSvg: string;
|
|
231
|
+
export declare const QuestionAnswerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
|
+
title?: string | undefined;
|
|
233
|
+
}>;
|
|
234
|
+
export declare const QuestionnaireFillSvg: string;
|
|
235
|
+
export declare const QuestionnaireFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
236
|
+
title?: string | undefined;
|
|
237
|
+
}>;
|
|
238
|
+
export declare const QuestionnaireLineSvg: string;
|
|
239
|
+
export declare const QuestionnaireLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
240
|
+
title?: string | undefined;
|
|
241
|
+
}>;
|
|
242
|
+
export declare const SpeakFillSvg: string;
|
|
243
|
+
export declare const SpeakFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
244
|
+
title?: string | undefined;
|
|
245
|
+
}>;
|
|
246
|
+
export declare const SpeakLineSvg: string;
|
|
247
|
+
export declare const SpeakLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
248
|
+
title?: string | undefined;
|
|
249
|
+
}>;
|
|
250
|
+
export declare const VideoChatFillSvg: string;
|
|
251
|
+
export declare const VideoChatFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
252
|
+
title?: string | undefined;
|
|
253
|
+
}>;
|
|
254
|
+
export declare const VideoChatLineSvg: string;
|
|
255
|
+
export declare const VideoChatLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
256
|
+
title?: string | undefined;
|
|
257
|
+
}>;
|
|
@@ -0,0 +1,192 @@
|
|
|
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";
|
|
65
|
+
export var Chat1FillSvg = Chat1FillSvgImport;
|
|
66
|
+
export var Chat1FillIcon = Chat1FillIconImport;
|
|
67
|
+
export var Chat1LineSvg = Chat1LineSvgImport;
|
|
68
|
+
export var Chat1LineIcon = Chat1LineIconImport;
|
|
69
|
+
export var Chat2FillSvg = Chat2FillSvgImport;
|
|
70
|
+
export var Chat2FillIcon = Chat2FillIconImport;
|
|
71
|
+
export var Chat2LineSvg = Chat2LineSvgImport;
|
|
72
|
+
export var Chat2LineIcon = Chat2LineIconImport;
|
|
73
|
+
export var Chat3FillSvg = Chat3FillSvgImport;
|
|
74
|
+
export var Chat3FillIcon = Chat3FillIconImport;
|
|
75
|
+
export var Chat3LineSvg = Chat3LineSvgImport;
|
|
76
|
+
export var Chat3LineIcon = Chat3LineIconImport;
|
|
77
|
+
export var Chat4FillSvg = Chat4FillSvgImport;
|
|
78
|
+
export var Chat4FillIcon = Chat4FillIconImport;
|
|
79
|
+
export var Chat4LineSvg = Chat4LineSvgImport;
|
|
80
|
+
export var Chat4LineIcon = Chat4LineIconImport;
|
|
81
|
+
export var ChatCheckFillSvg = ChatCheckFillSvgImport;
|
|
82
|
+
export var ChatCheckFillIcon = ChatCheckFillIconImport;
|
|
83
|
+
export var ChatCheckLineSvg = ChatCheckLineSvgImport;
|
|
84
|
+
export var ChatCheckLineIcon = ChatCheckLineIconImport;
|
|
85
|
+
export var ChatDeleteFillSvg = ChatDeleteFillSvgImport;
|
|
86
|
+
export var ChatDeleteFillIcon = ChatDeleteFillIconImport;
|
|
87
|
+
export var ChatDeleteLineSvg = ChatDeleteLineSvgImport;
|
|
88
|
+
export var ChatDeleteLineIcon = ChatDeleteLineIconImport;
|
|
89
|
+
export var ChatDownloadFillSvg = ChatDownloadFillSvgImport;
|
|
90
|
+
export var ChatDownloadFillIcon = ChatDownloadFillIconImport;
|
|
91
|
+
export var ChatDownloadLineSvg = ChatDownloadLineSvgImport;
|
|
92
|
+
export var ChatDownloadLineIcon = ChatDownloadLineIconImport;
|
|
93
|
+
export var ChatFollowUpFillSvg = ChatFollowUpFillSvgImport;
|
|
94
|
+
export var ChatFollowUpFillIcon = ChatFollowUpFillIconImport;
|
|
95
|
+
export var ChatFollowUpLineSvg = ChatFollowUpLineSvgImport;
|
|
96
|
+
export var ChatFollowUpLineIcon = ChatFollowUpLineIconImport;
|
|
97
|
+
export var ChatForwardFillSvg = ChatForwardFillSvgImport;
|
|
98
|
+
export var ChatForwardFillIcon = ChatForwardFillIconImport;
|
|
99
|
+
export var ChatForwardLineSvg = ChatForwardLineSvgImport;
|
|
100
|
+
export var ChatForwardLineIcon = ChatForwardLineIconImport;
|
|
101
|
+
export var ChatHeartFillSvg = ChatHeartFillSvgImport;
|
|
102
|
+
export var ChatHeartFillIcon = ChatHeartFillIconImport;
|
|
103
|
+
export var ChatHeartLineSvg = ChatHeartLineSvgImport;
|
|
104
|
+
export var ChatHeartLineIcon = ChatHeartLineIconImport;
|
|
105
|
+
export var ChatHistoryFillSvg = ChatHistoryFillSvgImport;
|
|
106
|
+
export var ChatHistoryFillIcon = ChatHistoryFillIconImport;
|
|
107
|
+
export var ChatHistoryLineSvg = ChatHistoryLineSvgImport;
|
|
108
|
+
export var ChatHistoryLineIcon = ChatHistoryLineIconImport;
|
|
109
|
+
export var ChatNewFillSvg = ChatNewFillSvgImport;
|
|
110
|
+
export var ChatNewFillIcon = ChatNewFillIconImport;
|
|
111
|
+
export var ChatNewLineSvg = ChatNewLineSvgImport;
|
|
112
|
+
export var ChatNewLineIcon = ChatNewLineIconImport;
|
|
113
|
+
export var ChatOffFillSvg = ChatOffFillSvgImport;
|
|
114
|
+
export var ChatOffFillIcon = ChatOffFillIconImport;
|
|
115
|
+
export var ChatOffLineSvg = ChatOffLineSvgImport;
|
|
116
|
+
export var ChatOffLineIcon = ChatOffLineIconImport;
|
|
117
|
+
export var ChatPollFillSvg = ChatPollFillSvgImport;
|
|
118
|
+
export var ChatPollFillIcon = ChatPollFillIconImport;
|
|
119
|
+
export var ChatPollLineSvg = ChatPollLineSvgImport;
|
|
120
|
+
export var ChatPollLineIcon = ChatPollLineIconImport;
|
|
121
|
+
export var ChatPrivateFillSvg = ChatPrivateFillSvgImport;
|
|
122
|
+
export var ChatPrivateFillIcon = ChatPrivateFillIconImport;
|
|
123
|
+
export var ChatPrivateLineSvg = ChatPrivateLineSvgImport;
|
|
124
|
+
export var ChatPrivateLineIcon = ChatPrivateLineIconImport;
|
|
125
|
+
export var ChatQuoteFillSvg = ChatQuoteFillSvgImport;
|
|
126
|
+
export var ChatQuoteFillIcon = ChatQuoteFillIconImport;
|
|
127
|
+
export var ChatQuoteLineSvg = ChatQuoteLineSvgImport;
|
|
128
|
+
export var ChatQuoteLineIcon = ChatQuoteLineIconImport;
|
|
129
|
+
export var ChatSettingsFillSvg = ChatSettingsFillSvgImport;
|
|
130
|
+
export var ChatSettingsFillIcon = ChatSettingsFillIconImport;
|
|
131
|
+
export var ChatSettingsLineSvg = ChatSettingsLineSvgImport;
|
|
132
|
+
export var ChatSettingsLineIcon = ChatSettingsLineIconImport;
|
|
133
|
+
export var ChatSmile2FillSvg = ChatSmile2FillSvgImport;
|
|
134
|
+
export var ChatSmile2FillIcon = ChatSmile2FillIconImport;
|
|
135
|
+
export var ChatSmile2LineSvg = ChatSmile2LineSvgImport;
|
|
136
|
+
export var ChatSmile2LineIcon = ChatSmile2LineIconImport;
|
|
137
|
+
export var ChatSmile3FillSvg = ChatSmile3FillSvgImport;
|
|
138
|
+
export var ChatSmile3FillIcon = ChatSmile3FillIconImport;
|
|
139
|
+
export var ChatSmile3LineSvg = ChatSmile3LineSvgImport;
|
|
140
|
+
export var ChatSmile3LineIcon = ChatSmile3LineIconImport;
|
|
141
|
+
export var ChatSmileFillSvg = ChatSmileFillSvgImport;
|
|
142
|
+
export var ChatSmileFillIcon = ChatSmileFillIconImport;
|
|
143
|
+
export var ChatSmileLineSvg = ChatSmileLineSvgImport;
|
|
144
|
+
export var ChatSmileLineIcon = ChatSmileLineIconImport;
|
|
145
|
+
export var ChatUploadFillSvg = ChatUploadFillSvgImport;
|
|
146
|
+
export var ChatUploadFillIcon = ChatUploadFillIconImport;
|
|
147
|
+
export var ChatUploadLineSvg = ChatUploadLineSvgImport;
|
|
148
|
+
export var ChatUploadLineIcon = ChatUploadLineIconImport;
|
|
149
|
+
export var ChatVoiceFillSvg = ChatVoiceFillSvgImport;
|
|
150
|
+
export var ChatVoiceFillIcon = ChatVoiceFillIconImport;
|
|
151
|
+
export var ChatVoiceLineSvg = ChatVoiceLineSvgImport;
|
|
152
|
+
export var ChatVoiceLineIcon = ChatVoiceLineIconImport;
|
|
153
|
+
export var DiscussFillSvg = DiscussFillSvgImport;
|
|
154
|
+
export var DiscussFillIcon = DiscussFillIconImport;
|
|
155
|
+
export var DiscussLineSvg = DiscussLineSvgImport;
|
|
156
|
+
export var DiscussLineIcon = DiscussLineIconImport;
|
|
157
|
+
export var EmojiStickerFillSvg = EmojiStickerFillSvgImport;
|
|
158
|
+
export var EmojiStickerFillIcon = EmojiStickerFillIconImport;
|
|
159
|
+
export var EmojiStickerLineSvg = EmojiStickerLineSvgImport;
|
|
160
|
+
export var EmojiStickerLineIcon = EmojiStickerLineIconImport;
|
|
161
|
+
export var FeedbackFillSvg = FeedbackFillSvgImport;
|
|
162
|
+
export var FeedbackFillIcon = FeedbackFillIconImport;
|
|
163
|
+
export var FeedbackLineSvg = FeedbackLineSvgImport;
|
|
164
|
+
export var FeedbackLineIcon = FeedbackLineIconImport;
|
|
165
|
+
export var Message2FillSvg = Message2FillSvgImport;
|
|
166
|
+
export var Message2FillIcon = Message2FillIconImport;
|
|
167
|
+
export var Message2LineSvg = Message2LineSvgImport;
|
|
168
|
+
export var Message2LineIcon = Message2LineIconImport;
|
|
169
|
+
export var Message3FillSvg = Message3FillSvgImport;
|
|
170
|
+
export var Message3FillIcon = Message3FillIconImport;
|
|
171
|
+
export var Message3LineSvg = Message3LineSvgImport;
|
|
172
|
+
export var Message3LineIcon = Message3LineIconImport;
|
|
173
|
+
export var MessageFillSvg = MessageFillSvgImport;
|
|
174
|
+
export var MessageFillIcon = MessageFillIconImport;
|
|
175
|
+
export var MessageLineSvg = MessageLineSvgImport;
|
|
176
|
+
export var MessageLineIcon = MessageLineIconImport;
|
|
177
|
+
export var QuestionAnswerFillSvg = QuestionAnswerFillSvgImport;
|
|
178
|
+
export var QuestionAnswerFillIcon = QuestionAnswerFillIconImport;
|
|
179
|
+
export var QuestionAnswerLineSvg = QuestionAnswerLineSvgImport;
|
|
180
|
+
export var QuestionAnswerLineIcon = QuestionAnswerLineIconImport;
|
|
181
|
+
export var QuestionnaireFillSvg = QuestionnaireFillSvgImport;
|
|
182
|
+
export var QuestionnaireFillIcon = QuestionnaireFillIconImport;
|
|
183
|
+
export var QuestionnaireLineSvg = QuestionnaireLineSvgImport;
|
|
184
|
+
export var QuestionnaireLineIcon = QuestionnaireLineIconImport;
|
|
185
|
+
export var SpeakFillSvg = SpeakFillSvgImport;
|
|
186
|
+
export var SpeakFillIcon = SpeakFillIconImport;
|
|
187
|
+
export var SpeakLineSvg = SpeakLineSvgImport;
|
|
188
|
+
export var SpeakLineIcon = SpeakLineIconImport;
|
|
189
|
+
export var VideoChatFillSvg = VideoChatFillSvgImport;
|
|
190
|
+
export var VideoChatFillIcon = VideoChatFillIconImport;
|
|
191
|
+
export var VideoChatLineSvg = VideoChatLineSvgImport;
|
|
192
|
+
export var VideoChatLineIcon = VideoChatLineIconImport;
|