@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,257 +1,257 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const chat1FillSvg: string;
|
|
3
3
|
export declare const Chat1FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
4
4
|
title?: string | undefined;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const chat1LineSvg: string;
|
|
7
7
|
export declare const Chat1LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
8
|
title?: string | undefined;
|
|
9
9
|
}>;
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const chat2FillSvg: string;
|
|
11
11
|
export declare const Chat2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
12
12
|
title?: string | undefined;
|
|
13
13
|
}>;
|
|
14
|
-
export declare const
|
|
14
|
+
export declare const chat2LineSvg: string;
|
|
15
15
|
export declare const Chat2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
16
16
|
title?: string | undefined;
|
|
17
17
|
}>;
|
|
18
|
-
export declare const
|
|
18
|
+
export declare const chat3FillSvg: string;
|
|
19
19
|
export declare const Chat3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
20
|
title?: string | undefined;
|
|
21
21
|
}>;
|
|
22
|
-
export declare const
|
|
22
|
+
export declare const chat3LineSvg: string;
|
|
23
23
|
export declare const Chat3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
24
24
|
title?: string | undefined;
|
|
25
25
|
}>;
|
|
26
|
-
export declare const
|
|
26
|
+
export declare const chat4FillSvg: string;
|
|
27
27
|
export declare const Chat4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
28
28
|
title?: string | undefined;
|
|
29
29
|
}>;
|
|
30
|
-
export declare const
|
|
30
|
+
export declare const chat4LineSvg: string;
|
|
31
31
|
export declare const Chat4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
32
|
title?: string | undefined;
|
|
33
33
|
}>;
|
|
34
|
-
export declare const
|
|
34
|
+
export declare const chatCheckFillSvg: string;
|
|
35
35
|
export declare const ChatCheckFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
36
36
|
title?: string | undefined;
|
|
37
37
|
}>;
|
|
38
|
-
export declare const
|
|
38
|
+
export declare const chatCheckLineSvg: string;
|
|
39
39
|
export declare const ChatCheckLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
40
40
|
title?: string | undefined;
|
|
41
41
|
}>;
|
|
42
|
-
export declare const
|
|
42
|
+
export declare const chatDeleteFillSvg: string;
|
|
43
43
|
export declare const ChatDeleteFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
44
|
title?: string | undefined;
|
|
45
45
|
}>;
|
|
46
|
-
export declare const
|
|
46
|
+
export declare const chatDeleteLineSvg: string;
|
|
47
47
|
export declare const ChatDeleteLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
48
48
|
title?: string | undefined;
|
|
49
49
|
}>;
|
|
50
|
-
export declare const
|
|
50
|
+
export declare const chatDownloadFillSvg: string;
|
|
51
51
|
export declare const ChatDownloadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
52
52
|
title?: string | undefined;
|
|
53
53
|
}>;
|
|
54
|
-
export declare const
|
|
54
|
+
export declare const chatDownloadLineSvg: string;
|
|
55
55
|
export declare const ChatDownloadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
56
|
title?: string | undefined;
|
|
57
57
|
}>;
|
|
58
|
-
export declare const
|
|
58
|
+
export declare const chatFollowUpFillSvg: string;
|
|
59
59
|
export declare const ChatFollowUpFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
60
60
|
title?: string | undefined;
|
|
61
61
|
}>;
|
|
62
|
-
export declare const
|
|
62
|
+
export declare const chatFollowUpLineSvg: string;
|
|
63
63
|
export declare const ChatFollowUpLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
64
|
title?: string | undefined;
|
|
65
65
|
}>;
|
|
66
|
-
export declare const
|
|
66
|
+
export declare const chatForwardFillSvg: string;
|
|
67
67
|
export declare const ChatForwardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
68
|
title?: string | undefined;
|
|
69
69
|
}>;
|
|
70
|
-
export declare const
|
|
70
|
+
export declare const chatForwardLineSvg: string;
|
|
71
71
|
export declare const ChatForwardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
72
72
|
title?: string | undefined;
|
|
73
73
|
}>;
|
|
74
|
-
export declare const
|
|
74
|
+
export declare const chatHeartFillSvg: string;
|
|
75
75
|
export declare const ChatHeartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
76
|
title?: string | undefined;
|
|
77
77
|
}>;
|
|
78
|
-
export declare const
|
|
78
|
+
export declare const chatHeartLineSvg: string;
|
|
79
79
|
export declare const ChatHeartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
80
|
title?: string | undefined;
|
|
81
81
|
}>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const chatHistoryFillSvg: string;
|
|
83
83
|
export declare const ChatHistoryFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
84
84
|
title?: string | undefined;
|
|
85
85
|
}>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const chatHistoryLineSvg: string;
|
|
87
87
|
export declare const ChatHistoryLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
88
|
title?: string | undefined;
|
|
89
89
|
}>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const chatNewFillSvg: string;
|
|
91
91
|
export declare const ChatNewFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
92
|
title?: string | undefined;
|
|
93
93
|
}>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const chatNewLineSvg: string;
|
|
95
95
|
export declare const ChatNewLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
96
96
|
title?: string | undefined;
|
|
97
97
|
}>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const chatOffFillSvg: string;
|
|
99
99
|
export declare const ChatOffFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
100
|
title?: string | undefined;
|
|
101
101
|
}>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const chatOffLineSvg: string;
|
|
103
103
|
export declare const ChatOffLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
104
|
title?: string | undefined;
|
|
105
105
|
}>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const chatPollFillSvg: string;
|
|
107
107
|
export declare const ChatPollFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
108
108
|
title?: string | undefined;
|
|
109
109
|
}>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const chatPollLineSvg: string;
|
|
111
111
|
export declare const ChatPollLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
112
|
title?: string | undefined;
|
|
113
113
|
}>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const chatPrivateFillSvg: string;
|
|
115
115
|
export declare const ChatPrivateFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
116
|
title?: string | undefined;
|
|
117
117
|
}>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const chatPrivateLineSvg: string;
|
|
119
119
|
export declare const ChatPrivateLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
120
120
|
title?: string | undefined;
|
|
121
121
|
}>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const chatQuoteFillSvg: string;
|
|
123
123
|
export declare const ChatQuoteFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
124
|
title?: string | undefined;
|
|
125
125
|
}>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const chatQuoteLineSvg: string;
|
|
127
127
|
export declare const ChatQuoteLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
128
|
title?: string | undefined;
|
|
129
129
|
}>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const chatSettingsFillSvg: string;
|
|
131
131
|
export declare const ChatSettingsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
132
132
|
title?: string | undefined;
|
|
133
133
|
}>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const chatSettingsLineSvg: string;
|
|
135
135
|
export declare const ChatSettingsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
136
|
title?: string | undefined;
|
|
137
137
|
}>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const chatSmile2FillSvg: string;
|
|
139
139
|
export declare const ChatSmile2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
140
140
|
title?: string | undefined;
|
|
141
141
|
}>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const chatSmile2LineSvg: string;
|
|
143
143
|
export declare const ChatSmile2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
144
|
title?: string | undefined;
|
|
145
145
|
}>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const chatSmile3FillSvg: string;
|
|
147
147
|
export declare const ChatSmile3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
148
|
title?: string | undefined;
|
|
149
149
|
}>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const chatSmile3LineSvg: string;
|
|
151
151
|
export declare const ChatSmile3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
152
152
|
title?: string | undefined;
|
|
153
153
|
}>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const chatSmileFillSvg: string;
|
|
155
155
|
export declare const ChatSmileFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
156
156
|
title?: string | undefined;
|
|
157
157
|
}>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const chatSmileLineSvg: string;
|
|
159
159
|
export declare const ChatSmileLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
160
|
title?: string | undefined;
|
|
161
161
|
}>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const chatUploadFillSvg: string;
|
|
163
163
|
export declare const ChatUploadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
164
164
|
title?: string | undefined;
|
|
165
165
|
}>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const chatUploadLineSvg: string;
|
|
167
167
|
export declare const ChatUploadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
168
168
|
title?: string | undefined;
|
|
169
169
|
}>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const chatVoiceFillSvg: string;
|
|
171
171
|
export declare const ChatVoiceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
172
|
title?: string | undefined;
|
|
173
173
|
}>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const chatVoiceLineSvg: string;
|
|
175
175
|
export declare const ChatVoiceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
176
176
|
title?: string | undefined;
|
|
177
177
|
}>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const discussFillSvg: string;
|
|
179
179
|
export declare const DiscussFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
180
180
|
title?: string | undefined;
|
|
181
181
|
}>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const discussLineSvg: string;
|
|
183
183
|
export declare const DiscussLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
184
|
title?: string | undefined;
|
|
185
185
|
}>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const emojiStickerFillSvg: string;
|
|
187
187
|
export declare const EmojiStickerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
188
188
|
title?: string | undefined;
|
|
189
189
|
}>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const emojiStickerLineSvg: string;
|
|
191
191
|
export declare const EmojiStickerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
192
192
|
title?: string | undefined;
|
|
193
193
|
}>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const feedbackFillSvg: string;
|
|
195
195
|
export declare const FeedbackFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
196
|
title?: string | undefined;
|
|
197
197
|
}>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const feedbackLineSvg: string;
|
|
199
199
|
export declare const FeedbackLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
200
200
|
title?: string | undefined;
|
|
201
201
|
}>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const message2FillSvg: string;
|
|
203
203
|
export declare const Message2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
204
204
|
title?: string | undefined;
|
|
205
205
|
}>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const message2LineSvg: string;
|
|
207
207
|
export declare const Message2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
208
|
title?: string | undefined;
|
|
209
209
|
}>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const message3FillSvg: string;
|
|
211
211
|
export declare const Message3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
212
212
|
title?: string | undefined;
|
|
213
213
|
}>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const message3LineSvg: string;
|
|
215
215
|
export declare const Message3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
216
216
|
title?: string | undefined;
|
|
217
217
|
}>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const messageFillSvg: string;
|
|
219
219
|
export declare const MessageFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
220
|
title?: string | undefined;
|
|
221
221
|
}>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const messageLineSvg: string;
|
|
223
223
|
export declare const MessageLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
224
224
|
title?: string | undefined;
|
|
225
225
|
}>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const questionAnswerFillSvg: string;
|
|
227
227
|
export declare const QuestionAnswerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
228
228
|
title?: string | undefined;
|
|
229
229
|
}>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const questionAnswerLineSvg: string;
|
|
231
231
|
export declare const QuestionAnswerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
232
|
title?: string | undefined;
|
|
233
233
|
}>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const questionnaireFillSvg: string;
|
|
235
235
|
export declare const QuestionnaireFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
236
236
|
title?: string | undefined;
|
|
237
237
|
}>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const questionnaireLineSvg: string;
|
|
239
239
|
export declare const QuestionnaireLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
240
240
|
title?: string | undefined;
|
|
241
241
|
}>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const speakFillSvg: string;
|
|
243
243
|
export declare const SpeakFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
244
244
|
title?: string | undefined;
|
|
245
245
|
}>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const speakLineSvg: string;
|
|
247
247
|
export declare const SpeakLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
248
248
|
title?: string | undefined;
|
|
249
249
|
}>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const videoChatFillSvg: string;
|
|
251
251
|
export declare const VideoChatFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
252
252
|
title?: string | undefined;
|
|
253
253
|
}>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const videoChatLineSvg: string;
|
|
255
255
|
export declare const VideoChatLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
256
256
|
title?: string | undefined;
|
|
257
257
|
}>;
|