@team-monolith/cds 0.6.0 → 0.6.2
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/remixicons/Arrows/index.d.ts +108 -108
- package/dist/remixicons/Arrows/index.js +216 -216
- package/dist/remixicons/Buildings/index.d.ts +58 -58
- package/dist/remixicons/Buildings/index.js +116 -116
- package/dist/remixicons/Business/index.d.ts +192 -192
- package/dist/remixicons/Business/index.js +384 -384
- package/dist/remixicons/Communication/index.d.ts +64 -64
- package/dist/remixicons/Communication/index.js +128 -128
- package/dist/remixicons/Design/index.d.ts +164 -164
- package/dist/remixicons/Design/index.js +328 -328
- package/dist/remixicons/Development/index.d.ts +50 -50
- package/dist/remixicons/Development/index.js +100 -100
- package/dist/remixicons/Device/index.d.ts +166 -166
- package/dist/remixicons/Device/index.js +332 -332
- package/dist/remixicons/Document/index.d.ts +202 -202
- package/dist/remixicons/Document/index.js +404 -404
- package/dist/remixicons/Editor/index.d.ts +114 -114
- package/dist/remixicons/Editor/index.js +228 -228
- package/dist/remixicons/Finance/index.d.ts +140 -140
- package/dist/remixicons/Finance/index.js +280 -280
- package/dist/remixicons/Health & Medical/index.d.ts +62 -62
- package/dist/remixicons/Health & Medical/index.js +124 -124
- package/dist/remixicons/Logos/index.d.ts +224 -224
- package/dist/remixicons/Logos/index.js +448 -448
- package/dist/remixicons/Map/index.d.ts +174 -174
- package/dist/remixicons/Map/index.js +348 -348
- package/dist/remixicons/Media/index.d.ts +218 -218
- package/dist/remixicons/Media/index.js +436 -436
- package/dist/remixicons/Others/index.d.ts +104 -104
- package/dist/remixicons/Others/index.js +208 -208
- package/dist/remixicons/System/index.d.ts +262 -262
- package/dist/remixicons/System/index.js +524 -524
- package/dist/remixicons/User & Faces/index.d.ts +112 -112
- package/dist/remixicons/User & Faces/index.js +224 -224
- package/dist/remixicons/Weather/index.d.ts +80 -80
- package/dist/remixicons/Weather/index.js +160 -160
- package/package.json +1 -2
|
@@ -1,192 +1,192 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
export var
|
|
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
66
|
export var Chat1FillIcon = Chat1FillIconImport;
|
|
67
|
-
export var
|
|
67
|
+
export var chat1LineSvg = chat1LineSvgImport;
|
|
68
68
|
export var Chat1LineIcon = Chat1LineIconImport;
|
|
69
|
-
export var
|
|
69
|
+
export var chat2FillSvg = chat2FillSvgImport;
|
|
70
70
|
export var Chat2FillIcon = Chat2FillIconImport;
|
|
71
|
-
export var
|
|
71
|
+
export var chat2LineSvg = chat2LineSvgImport;
|
|
72
72
|
export var Chat2LineIcon = Chat2LineIconImport;
|
|
73
|
-
export var
|
|
73
|
+
export var chat3FillSvg = chat3FillSvgImport;
|
|
74
74
|
export var Chat3FillIcon = Chat3FillIconImport;
|
|
75
|
-
export var
|
|
75
|
+
export var chat3LineSvg = chat3LineSvgImport;
|
|
76
76
|
export var Chat3LineIcon = Chat3LineIconImport;
|
|
77
|
-
export var
|
|
77
|
+
export var chat4FillSvg = chat4FillSvgImport;
|
|
78
78
|
export var Chat4FillIcon = Chat4FillIconImport;
|
|
79
|
-
export var
|
|
79
|
+
export var chat4LineSvg = chat4LineSvgImport;
|
|
80
80
|
export var Chat4LineIcon = Chat4LineIconImport;
|
|
81
|
-
export var
|
|
81
|
+
export var chatCheckFillSvg = chatCheckFillSvgImport;
|
|
82
82
|
export var ChatCheckFillIcon = ChatCheckFillIconImport;
|
|
83
|
-
export var
|
|
83
|
+
export var chatCheckLineSvg = chatCheckLineSvgImport;
|
|
84
84
|
export var ChatCheckLineIcon = ChatCheckLineIconImport;
|
|
85
|
-
export var
|
|
85
|
+
export var chatDeleteFillSvg = chatDeleteFillSvgImport;
|
|
86
86
|
export var ChatDeleteFillIcon = ChatDeleteFillIconImport;
|
|
87
|
-
export var
|
|
87
|
+
export var chatDeleteLineSvg = chatDeleteLineSvgImport;
|
|
88
88
|
export var ChatDeleteLineIcon = ChatDeleteLineIconImport;
|
|
89
|
-
export var
|
|
89
|
+
export var chatDownloadFillSvg = chatDownloadFillSvgImport;
|
|
90
90
|
export var ChatDownloadFillIcon = ChatDownloadFillIconImport;
|
|
91
|
-
export var
|
|
91
|
+
export var chatDownloadLineSvg = chatDownloadLineSvgImport;
|
|
92
92
|
export var ChatDownloadLineIcon = ChatDownloadLineIconImport;
|
|
93
|
-
export var
|
|
93
|
+
export var chatFollowUpFillSvg = chatFollowUpFillSvgImport;
|
|
94
94
|
export var ChatFollowUpFillIcon = ChatFollowUpFillIconImport;
|
|
95
|
-
export var
|
|
95
|
+
export var chatFollowUpLineSvg = chatFollowUpLineSvgImport;
|
|
96
96
|
export var ChatFollowUpLineIcon = ChatFollowUpLineIconImport;
|
|
97
|
-
export var
|
|
97
|
+
export var chatForwardFillSvg = chatForwardFillSvgImport;
|
|
98
98
|
export var ChatForwardFillIcon = ChatForwardFillIconImport;
|
|
99
|
-
export var
|
|
99
|
+
export var chatForwardLineSvg = chatForwardLineSvgImport;
|
|
100
100
|
export var ChatForwardLineIcon = ChatForwardLineIconImport;
|
|
101
|
-
export var
|
|
101
|
+
export var chatHeartFillSvg = chatHeartFillSvgImport;
|
|
102
102
|
export var ChatHeartFillIcon = ChatHeartFillIconImport;
|
|
103
|
-
export var
|
|
103
|
+
export var chatHeartLineSvg = chatHeartLineSvgImport;
|
|
104
104
|
export var ChatHeartLineIcon = ChatHeartLineIconImport;
|
|
105
|
-
export var
|
|
105
|
+
export var chatHistoryFillSvg = chatHistoryFillSvgImport;
|
|
106
106
|
export var ChatHistoryFillIcon = ChatHistoryFillIconImport;
|
|
107
|
-
export var
|
|
107
|
+
export var chatHistoryLineSvg = chatHistoryLineSvgImport;
|
|
108
108
|
export var ChatHistoryLineIcon = ChatHistoryLineIconImport;
|
|
109
|
-
export var
|
|
109
|
+
export var chatNewFillSvg = chatNewFillSvgImport;
|
|
110
110
|
export var ChatNewFillIcon = ChatNewFillIconImport;
|
|
111
|
-
export var
|
|
111
|
+
export var chatNewLineSvg = chatNewLineSvgImport;
|
|
112
112
|
export var ChatNewLineIcon = ChatNewLineIconImport;
|
|
113
|
-
export var
|
|
113
|
+
export var chatOffFillSvg = chatOffFillSvgImport;
|
|
114
114
|
export var ChatOffFillIcon = ChatOffFillIconImport;
|
|
115
|
-
export var
|
|
115
|
+
export var chatOffLineSvg = chatOffLineSvgImport;
|
|
116
116
|
export var ChatOffLineIcon = ChatOffLineIconImport;
|
|
117
|
-
export var
|
|
117
|
+
export var chatPollFillSvg = chatPollFillSvgImport;
|
|
118
118
|
export var ChatPollFillIcon = ChatPollFillIconImport;
|
|
119
|
-
export var
|
|
119
|
+
export var chatPollLineSvg = chatPollLineSvgImport;
|
|
120
120
|
export var ChatPollLineIcon = ChatPollLineIconImport;
|
|
121
|
-
export var
|
|
121
|
+
export var chatPrivateFillSvg = chatPrivateFillSvgImport;
|
|
122
122
|
export var ChatPrivateFillIcon = ChatPrivateFillIconImport;
|
|
123
|
-
export var
|
|
123
|
+
export var chatPrivateLineSvg = chatPrivateLineSvgImport;
|
|
124
124
|
export var ChatPrivateLineIcon = ChatPrivateLineIconImport;
|
|
125
|
-
export var
|
|
125
|
+
export var chatQuoteFillSvg = chatQuoteFillSvgImport;
|
|
126
126
|
export var ChatQuoteFillIcon = ChatQuoteFillIconImport;
|
|
127
|
-
export var
|
|
127
|
+
export var chatQuoteLineSvg = chatQuoteLineSvgImport;
|
|
128
128
|
export var ChatQuoteLineIcon = ChatQuoteLineIconImport;
|
|
129
|
-
export var
|
|
129
|
+
export var chatSettingsFillSvg = chatSettingsFillSvgImport;
|
|
130
130
|
export var ChatSettingsFillIcon = ChatSettingsFillIconImport;
|
|
131
|
-
export var
|
|
131
|
+
export var chatSettingsLineSvg = chatSettingsLineSvgImport;
|
|
132
132
|
export var ChatSettingsLineIcon = ChatSettingsLineIconImport;
|
|
133
|
-
export var
|
|
133
|
+
export var chatSmile2FillSvg = chatSmile2FillSvgImport;
|
|
134
134
|
export var ChatSmile2FillIcon = ChatSmile2FillIconImport;
|
|
135
|
-
export var
|
|
135
|
+
export var chatSmile2LineSvg = chatSmile2LineSvgImport;
|
|
136
136
|
export var ChatSmile2LineIcon = ChatSmile2LineIconImport;
|
|
137
|
-
export var
|
|
137
|
+
export var chatSmile3FillSvg = chatSmile3FillSvgImport;
|
|
138
138
|
export var ChatSmile3FillIcon = ChatSmile3FillIconImport;
|
|
139
|
-
export var
|
|
139
|
+
export var chatSmile3LineSvg = chatSmile3LineSvgImport;
|
|
140
140
|
export var ChatSmile3LineIcon = ChatSmile3LineIconImport;
|
|
141
|
-
export var
|
|
141
|
+
export var chatSmileFillSvg = chatSmileFillSvgImport;
|
|
142
142
|
export var ChatSmileFillIcon = ChatSmileFillIconImport;
|
|
143
|
-
export var
|
|
143
|
+
export var chatSmileLineSvg = chatSmileLineSvgImport;
|
|
144
144
|
export var ChatSmileLineIcon = ChatSmileLineIconImport;
|
|
145
|
-
export var
|
|
145
|
+
export var chatUploadFillSvg = chatUploadFillSvgImport;
|
|
146
146
|
export var ChatUploadFillIcon = ChatUploadFillIconImport;
|
|
147
|
-
export var
|
|
147
|
+
export var chatUploadLineSvg = chatUploadLineSvgImport;
|
|
148
148
|
export var ChatUploadLineIcon = ChatUploadLineIconImport;
|
|
149
|
-
export var
|
|
149
|
+
export var chatVoiceFillSvg = chatVoiceFillSvgImport;
|
|
150
150
|
export var ChatVoiceFillIcon = ChatVoiceFillIconImport;
|
|
151
|
-
export var
|
|
151
|
+
export var chatVoiceLineSvg = chatVoiceLineSvgImport;
|
|
152
152
|
export var ChatVoiceLineIcon = ChatVoiceLineIconImport;
|
|
153
|
-
export var
|
|
153
|
+
export var discussFillSvg = discussFillSvgImport;
|
|
154
154
|
export var DiscussFillIcon = DiscussFillIconImport;
|
|
155
|
-
export var
|
|
155
|
+
export var discussLineSvg = discussLineSvgImport;
|
|
156
156
|
export var DiscussLineIcon = DiscussLineIconImport;
|
|
157
|
-
export var
|
|
157
|
+
export var emojiStickerFillSvg = emojiStickerFillSvgImport;
|
|
158
158
|
export var EmojiStickerFillIcon = EmojiStickerFillIconImport;
|
|
159
|
-
export var
|
|
159
|
+
export var emojiStickerLineSvg = emojiStickerLineSvgImport;
|
|
160
160
|
export var EmojiStickerLineIcon = EmojiStickerLineIconImport;
|
|
161
|
-
export var
|
|
161
|
+
export var feedbackFillSvg = feedbackFillSvgImport;
|
|
162
162
|
export var FeedbackFillIcon = FeedbackFillIconImport;
|
|
163
|
-
export var
|
|
163
|
+
export var feedbackLineSvg = feedbackLineSvgImport;
|
|
164
164
|
export var FeedbackLineIcon = FeedbackLineIconImport;
|
|
165
|
-
export var
|
|
165
|
+
export var message2FillSvg = message2FillSvgImport;
|
|
166
166
|
export var Message2FillIcon = Message2FillIconImport;
|
|
167
|
-
export var
|
|
167
|
+
export var message2LineSvg = message2LineSvgImport;
|
|
168
168
|
export var Message2LineIcon = Message2LineIconImport;
|
|
169
|
-
export var
|
|
169
|
+
export var message3FillSvg = message3FillSvgImport;
|
|
170
170
|
export var Message3FillIcon = Message3FillIconImport;
|
|
171
|
-
export var
|
|
171
|
+
export var message3LineSvg = message3LineSvgImport;
|
|
172
172
|
export var Message3LineIcon = Message3LineIconImport;
|
|
173
|
-
export var
|
|
173
|
+
export var messageFillSvg = messageFillSvgImport;
|
|
174
174
|
export var MessageFillIcon = MessageFillIconImport;
|
|
175
|
-
export var
|
|
175
|
+
export var messageLineSvg = messageLineSvgImport;
|
|
176
176
|
export var MessageLineIcon = MessageLineIconImport;
|
|
177
|
-
export var
|
|
177
|
+
export var questionAnswerFillSvg = questionAnswerFillSvgImport;
|
|
178
178
|
export var QuestionAnswerFillIcon = QuestionAnswerFillIconImport;
|
|
179
|
-
export var
|
|
179
|
+
export var questionAnswerLineSvg = questionAnswerLineSvgImport;
|
|
180
180
|
export var QuestionAnswerLineIcon = QuestionAnswerLineIconImport;
|
|
181
|
-
export var
|
|
181
|
+
export var questionnaireFillSvg = questionnaireFillSvgImport;
|
|
182
182
|
export var QuestionnaireFillIcon = QuestionnaireFillIconImport;
|
|
183
|
-
export var
|
|
183
|
+
export var questionnaireLineSvg = questionnaireLineSvgImport;
|
|
184
184
|
export var QuestionnaireLineIcon = QuestionnaireLineIconImport;
|
|
185
|
-
export var
|
|
185
|
+
export var speakFillSvg = speakFillSvgImport;
|
|
186
186
|
export var SpeakFillIcon = SpeakFillIconImport;
|
|
187
|
-
export var
|
|
187
|
+
export var speakLineSvg = speakLineSvgImport;
|
|
188
188
|
export var SpeakLineIcon = SpeakLineIconImport;
|
|
189
|
-
export var
|
|
189
|
+
export var videoChatFillSvg = videoChatFillSvgImport;
|
|
190
190
|
export var VideoChatFillIcon = VideoChatFillIconImport;
|
|
191
|
-
export var
|
|
191
|
+
export var videoChatLineSvg = videoChatLineSvgImport;
|
|
192
192
|
export var VideoChatLineIcon = VideoChatLineIconImport;
|