@team-monolith/cds 0.8.1 → 0.8.3

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/icons/Arrows.d.ts +108 -108
  2. package/dist/icons/Arrows.js +216 -108
  3. package/dist/icons/Buildings.d.ts +58 -58
  4. package/dist/icons/Buildings.js +116 -58
  5. package/dist/icons/Business.d.ts +192 -192
  6. package/dist/icons/Business.js +384 -192
  7. package/dist/icons/Communication.d.ts +64 -64
  8. package/dist/icons/Communication.js +128 -64
  9. package/dist/icons/Custom.d.ts +3 -3
  10. package/dist/icons/Custom.js +6 -3
  11. package/dist/icons/Design.d.ts +164 -164
  12. package/dist/icons/Design.js +328 -164
  13. package/dist/icons/Development.d.ts +50 -50
  14. package/dist/icons/Development.js +100 -50
  15. package/dist/icons/Device.d.ts +166 -166
  16. package/dist/icons/Device.js +332 -166
  17. package/dist/icons/Document.d.ts +202 -202
  18. package/dist/icons/Document.js +404 -202
  19. package/dist/icons/Editor.d.ts +114 -114
  20. package/dist/icons/Editor.js +228 -114
  21. package/dist/icons/Finance.d.ts +140 -140
  22. package/dist/icons/Finance.js +280 -140
  23. package/dist/icons/Health & Medical.d.ts +62 -62
  24. package/dist/icons/Health & Medical.js +124 -62
  25. package/dist/icons/Logos.d.ts +224 -224
  26. package/dist/icons/Logos.js +448 -224
  27. package/dist/icons/Map.d.ts +174 -174
  28. package/dist/icons/Map.js +348 -174
  29. package/dist/icons/Media.d.ts +218 -218
  30. package/dist/icons/Media.js +436 -218
  31. package/dist/icons/Others.d.ts +104 -104
  32. package/dist/icons/Others.js +208 -104
  33. package/dist/icons/System.d.ts +262 -262
  34. package/dist/icons/System.js +524 -262
  35. package/dist/icons/User & Faces.d.ts +112 -112
  36. package/dist/icons/User & Faces.js +224 -112
  37. package/dist/icons/Weather.d.ts +80 -80
  38. package/dist/icons/Weather.js +160 -80
  39. package/package.json +1 -1
@@ -1,249 +1,249 @@
1
1
  /// <reference types="react" />
2
- export { default as brainFillSvg } from "remixicon/icons/Health & Medical/brain-fill.svg";
2
+ export declare const brainFillSvg: string;
3
3
  export declare const BrainFillIcon: (props: {
4
4
  className?: string;
5
5
  }) => JSX.Element;
6
- export { default as brainLineSvg } from "remixicon/icons/Health & Medical/brain-line.svg";
6
+ export declare const brainLineSvg: string;
7
7
  export declare const BrainLineIcon: (props: {
8
8
  className?: string;
9
9
  }) => JSX.Element;
10
- export { default as capsuleFillSvg } from "remixicon/icons/Health & Medical/capsule-fill.svg";
10
+ export declare const capsuleFillSvg: string;
11
11
  export declare const CapsuleFillIcon: (props: {
12
12
  className?: string;
13
13
  }) => JSX.Element;
14
- export { default as capsuleLineSvg } from "remixicon/icons/Health & Medical/capsule-line.svg";
14
+ export declare const capsuleLineSvg: string;
15
15
  export declare const CapsuleLineIcon: (props: {
16
16
  className?: string;
17
17
  }) => JSX.Element;
18
- export { default as dislikeFillSvg } from "remixicon/icons/Health & Medical/dislike-fill.svg";
18
+ export declare const dislikeFillSvg: string;
19
19
  export declare const DislikeFillIcon: (props: {
20
20
  className?: string;
21
21
  }) => JSX.Element;
22
- export { default as dislikeLineSvg } from "remixicon/icons/Health & Medical/dislike-line.svg";
22
+ export declare const dislikeLineSvg: string;
23
23
  export declare const DislikeLineIcon: (props: {
24
24
  className?: string;
25
25
  }) => JSX.Element;
26
- export { default as dossierFillSvg } from "remixicon/icons/Health & Medical/dossier-fill.svg";
26
+ export declare const dossierFillSvg: string;
27
27
  export declare const DossierFillIcon: (props: {
28
28
  className?: string;
29
29
  }) => JSX.Element;
30
- export { default as dossierLineSvg } from "remixicon/icons/Health & Medical/dossier-line.svg";
30
+ export declare const dossierLineSvg: string;
31
31
  export declare const DossierLineIcon: (props: {
32
32
  className?: string;
33
33
  }) => JSX.Element;
34
- export { default as empathizeFillSvg } from "remixicon/icons/Health & Medical/empathize-fill.svg";
34
+ export declare const empathizeFillSvg: string;
35
35
  export declare const EmpathizeFillIcon: (props: {
36
36
  className?: string;
37
37
  }) => JSX.Element;
38
- export { default as empathizeLineSvg } from "remixicon/icons/Health & Medical/empathize-line.svg";
38
+ export declare const empathizeLineSvg: string;
39
39
  export declare const EmpathizeLineIcon: (props: {
40
40
  className?: string;
41
41
  }) => JSX.Element;
42
- export { default as firstAidKitFillSvg } from "remixicon/icons/Health & Medical/first-aid-kit-fill.svg";
42
+ export declare const firstAidKitFillSvg: string;
43
43
  export declare const FirstAidKitFillIcon: (props: {
44
44
  className?: string;
45
45
  }) => JSX.Element;
46
- export { default as firstAidKitLineSvg } from "remixicon/icons/Health & Medical/first-aid-kit-line.svg";
46
+ export declare const firstAidKitLineSvg: string;
47
47
  export declare const FirstAidKitLineIcon: (props: {
48
48
  className?: string;
49
49
  }) => JSX.Element;
50
- export { default as flaskFillSvg } from "remixicon/icons/Health & Medical/flask-fill.svg";
50
+ export declare const flaskFillSvg: string;
51
51
  export declare const FlaskFillIcon: (props: {
52
52
  className?: string;
53
53
  }) => JSX.Element;
54
- export { default as flaskLineSvg } from "remixicon/icons/Health & Medical/flask-line.svg";
54
+ export declare const flaskLineSvg: string;
55
55
  export declare const FlaskLineIcon: (props: {
56
56
  className?: string;
57
57
  }) => JSX.Element;
58
- export { default as handSanitizerFillSvg } from "remixicon/icons/Health & Medical/hand-sanitizer-fill.svg";
58
+ export declare const handSanitizerFillSvg: string;
59
59
  export declare const HandSanitizerFillIcon: (props: {
60
60
  className?: string;
61
61
  }) => JSX.Element;
62
- export { default as handSanitizerLineSvg } from "remixicon/icons/Health & Medical/hand-sanitizer-line.svg";
62
+ export declare const handSanitizerLineSvg: string;
63
63
  export declare const HandSanitizerLineIcon: (props: {
64
64
  className?: string;
65
65
  }) => JSX.Element;
66
- export { default as healthBookFillSvg } from "remixicon/icons/Health & Medical/health-book-fill.svg";
66
+ export declare const healthBookFillSvg: string;
67
67
  export declare const HealthBookFillIcon: (props: {
68
68
  className?: string;
69
69
  }) => JSX.Element;
70
- export { default as healthBookLineSvg } from "remixicon/icons/Health & Medical/health-book-line.svg";
70
+ export declare const healthBookLineSvg: string;
71
71
  export declare const HealthBookLineIcon: (props: {
72
72
  className?: string;
73
73
  }) => JSX.Element;
74
- export { default as heart2FillSvg } from "remixicon/icons/Health & Medical/heart-2-fill.svg";
74
+ export declare const heart2FillSvg: string;
75
75
  export declare const Heart2FillIcon: (props: {
76
76
  className?: string;
77
77
  }) => JSX.Element;
78
- export { default as heart2LineSvg } from "remixicon/icons/Health & Medical/heart-2-line.svg";
78
+ export declare const heart2LineSvg: string;
79
79
  export declare const Heart2LineIcon: (props: {
80
80
  className?: string;
81
81
  }) => JSX.Element;
82
- export { default as heart3FillSvg } from "remixicon/icons/Health & Medical/heart-3-fill.svg";
82
+ export declare const heart3FillSvg: string;
83
83
  export declare const Heart3FillIcon: (props: {
84
84
  className?: string;
85
85
  }) => JSX.Element;
86
- export { default as heart3LineSvg } from "remixicon/icons/Health & Medical/heart-3-line.svg";
86
+ export declare const heart3LineSvg: string;
87
87
  export declare const Heart3LineIcon: (props: {
88
88
  className?: string;
89
89
  }) => JSX.Element;
90
- export { default as heartAddFillSvg } from "remixicon/icons/Health & Medical/heart-add-fill.svg";
90
+ export declare const heartAddFillSvg: string;
91
91
  export declare const HeartAddFillIcon: (props: {
92
92
  className?: string;
93
93
  }) => JSX.Element;
94
- export { default as heartAddLineSvg } from "remixicon/icons/Health & Medical/heart-add-line.svg";
94
+ export declare const heartAddLineSvg: string;
95
95
  export declare const HeartAddLineIcon: (props: {
96
96
  className?: string;
97
97
  }) => JSX.Element;
98
- export { default as heartFillSvg } from "remixicon/icons/Health & Medical/heart-fill.svg";
98
+ export declare const heartFillSvg: string;
99
99
  export declare const HeartFillIcon: (props: {
100
100
  className?: string;
101
101
  }) => JSX.Element;
102
- export { default as heartLineSvg } from "remixicon/icons/Health & Medical/heart-line.svg";
102
+ export declare const heartLineSvg: string;
103
103
  export declare const HeartLineIcon: (props: {
104
104
  className?: string;
105
105
  }) => JSX.Element;
106
- export { default as heartPulseFillSvg } from "remixicon/icons/Health & Medical/heart-pulse-fill.svg";
106
+ export declare const heartPulseFillSvg: string;
107
107
  export declare const HeartPulseFillIcon: (props: {
108
108
  className?: string;
109
109
  }) => JSX.Element;
110
- export { default as heartPulseLineSvg } from "remixicon/icons/Health & Medical/heart-pulse-line.svg";
110
+ export declare const heartPulseLineSvg: string;
111
111
  export declare const HeartPulseLineIcon: (props: {
112
112
  className?: string;
113
113
  }) => JSX.Element;
114
- export { default as heartsFillSvg } from "remixicon/icons/Health & Medical/hearts-fill.svg";
114
+ export declare const heartsFillSvg: string;
115
115
  export declare const HeartsFillIcon: (props: {
116
116
  className?: string;
117
117
  }) => JSX.Element;
118
- export { default as heartsLineSvg } from "remixicon/icons/Health & Medical/hearts-line.svg";
118
+ export declare const heartsLineSvg: string;
119
119
  export declare const HeartsLineIcon: (props: {
120
120
  className?: string;
121
121
  }) => JSX.Element;
122
- export { default as infraredThermometerFillSvg } from "remixicon/icons/Health & Medical/infrared-thermometer-fill.svg";
122
+ export declare const infraredThermometerFillSvg: string;
123
123
  export declare const InfraredThermometerFillIcon: (props: {
124
124
  className?: string;
125
125
  }) => JSX.Element;
126
- export { default as infraredThermometerLineSvg } from "remixicon/icons/Health & Medical/infrared-thermometer-line.svg";
126
+ export declare const infraredThermometerLineSvg: string;
127
127
  export declare const InfraredThermometerLineIcon: (props: {
128
128
  className?: string;
129
129
  }) => JSX.Element;
130
- export { default as lungsFillSvg } from "remixicon/icons/Health & Medical/lungs-fill.svg";
130
+ export declare const lungsFillSvg: string;
131
131
  export declare const LungsFillIcon: (props: {
132
132
  className?: string;
133
133
  }) => JSX.Element;
134
- export { default as lungsLineSvg } from "remixicon/icons/Health & Medical/lungs-line.svg";
134
+ export declare const lungsLineSvg: string;
135
135
  export declare const LungsLineIcon: (props: {
136
136
  className?: string;
137
137
  }) => JSX.Element;
138
- export { default as medicineBottleFillSvg } from "remixicon/icons/Health & Medical/medicine-bottle-fill.svg";
138
+ export declare const medicineBottleFillSvg: string;
139
139
  export declare const MedicineBottleFillIcon: (props: {
140
140
  className?: string;
141
141
  }) => JSX.Element;
142
- export { default as medicineBottleLineSvg } from "remixicon/icons/Health & Medical/medicine-bottle-line.svg";
142
+ export declare const medicineBottleLineSvg: string;
143
143
  export declare const MedicineBottleLineIcon: (props: {
144
144
  className?: string;
145
145
  }) => JSX.Element;
146
- export { default as mentalHealthFillSvg } from "remixicon/icons/Health & Medical/mental-health-fill.svg";
146
+ export declare const mentalHealthFillSvg: string;
147
147
  export declare const MentalHealthFillIcon: (props: {
148
148
  className?: string;
149
149
  }) => JSX.Element;
150
- export { default as mentalHealthLineSvg } from "remixicon/icons/Health & Medical/mental-health-line.svg";
150
+ export declare const mentalHealthLineSvg: string;
151
151
  export declare const MentalHealthLineIcon: (props: {
152
152
  className?: string;
153
153
  }) => JSX.Element;
154
- export { default as microscopeFillSvg } from "remixicon/icons/Health & Medical/microscope-fill.svg";
154
+ export declare const microscopeFillSvg: string;
155
155
  export declare const MicroscopeFillIcon: (props: {
156
156
  className?: string;
157
157
  }) => JSX.Element;
158
- export { default as microscopeLineSvg } from "remixicon/icons/Health & Medical/microscope-line.svg";
158
+ export declare const microscopeLineSvg: string;
159
159
  export declare const MicroscopeLineIcon: (props: {
160
160
  className?: string;
161
161
  }) => JSX.Element;
162
- export { default as nurseFillSvg } from "remixicon/icons/Health & Medical/nurse-fill.svg";
162
+ export declare const nurseFillSvg: string;
163
163
  export declare const NurseFillIcon: (props: {
164
164
  className?: string;
165
165
  }) => JSX.Element;
166
- export { default as nurseLineSvg } from "remixicon/icons/Health & Medical/nurse-line.svg";
166
+ export declare const nurseLineSvg: string;
167
167
  export declare const NurseLineIcon: (props: {
168
168
  className?: string;
169
169
  }) => JSX.Element;
170
- export { default as psychotherapyFillSvg } from "remixicon/icons/Health & Medical/psychotherapy-fill.svg";
170
+ export declare const psychotherapyFillSvg: string;
171
171
  export declare const PsychotherapyFillIcon: (props: {
172
172
  className?: string;
173
173
  }) => JSX.Element;
174
- export { default as psychotherapyLineSvg } from "remixicon/icons/Health & Medical/psychotherapy-line.svg";
174
+ export declare const psychotherapyLineSvg: string;
175
175
  export declare const PsychotherapyLineIcon: (props: {
176
176
  className?: string;
177
177
  }) => JSX.Element;
178
- export { default as pulseFillSvg } from "remixicon/icons/Health & Medical/pulse-fill.svg";
178
+ export declare const pulseFillSvg: string;
179
179
  export declare const PulseFillIcon: (props: {
180
180
  className?: string;
181
181
  }) => JSX.Element;
182
- export { default as pulseLineSvg } from "remixicon/icons/Health & Medical/pulse-line.svg";
182
+ export declare const pulseLineSvg: string;
183
183
  export declare const PulseLineIcon: (props: {
184
184
  className?: string;
185
185
  }) => JSX.Element;
186
- export { default as restTimeFillSvg } from "remixicon/icons/Health & Medical/rest-time-fill.svg";
186
+ export declare const restTimeFillSvg: string;
187
187
  export declare const RestTimeFillIcon: (props: {
188
188
  className?: string;
189
189
  }) => JSX.Element;
190
- export { default as restTimeLineSvg } from "remixicon/icons/Health & Medical/rest-time-line.svg";
190
+ export declare const restTimeLineSvg: string;
191
191
  export declare const RestTimeLineIcon: (props: {
192
192
  className?: string;
193
193
  }) => JSX.Element;
194
- export { default as stethoscopeFillSvg } from "remixicon/icons/Health & Medical/stethoscope-fill.svg";
194
+ export declare const stethoscopeFillSvg: string;
195
195
  export declare const StethoscopeFillIcon: (props: {
196
196
  className?: string;
197
197
  }) => JSX.Element;
198
- export { default as stethoscopeLineSvg } from "remixicon/icons/Health & Medical/stethoscope-line.svg";
198
+ export declare const stethoscopeLineSvg: string;
199
199
  export declare const StethoscopeLineIcon: (props: {
200
200
  className?: string;
201
201
  }) => JSX.Element;
202
- export { default as surgicalMaskFillSvg } from "remixicon/icons/Health & Medical/surgical-mask-fill.svg";
202
+ export declare const surgicalMaskFillSvg: string;
203
203
  export declare const SurgicalMaskFillIcon: (props: {
204
204
  className?: string;
205
205
  }) => JSX.Element;
206
- export { default as surgicalMaskLineSvg } from "remixicon/icons/Health & Medical/surgical-mask-line.svg";
206
+ export declare const surgicalMaskLineSvg: string;
207
207
  export declare const SurgicalMaskLineIcon: (props: {
208
208
  className?: string;
209
209
  }) => JSX.Element;
210
- export { default as syringeFillSvg } from "remixicon/icons/Health & Medical/syringe-fill.svg";
210
+ export declare const syringeFillSvg: string;
211
211
  export declare const SyringeFillIcon: (props: {
212
212
  className?: string;
213
213
  }) => JSX.Element;
214
- export { default as syringeLineSvg } from "remixicon/icons/Health & Medical/syringe-line.svg";
214
+ export declare const syringeLineSvg: string;
215
215
  export declare const SyringeLineIcon: (props: {
216
216
  className?: string;
217
217
  }) => JSX.Element;
218
- export { default as testTubeFillSvg } from "remixicon/icons/Health & Medical/test-tube-fill.svg";
218
+ export declare const testTubeFillSvg: string;
219
219
  export declare const TestTubeFillIcon: (props: {
220
220
  className?: string;
221
221
  }) => JSX.Element;
222
- export { default as testTubeLineSvg } from "remixicon/icons/Health & Medical/test-tube-line.svg";
222
+ export declare const testTubeLineSvg: string;
223
223
  export declare const TestTubeLineIcon: (props: {
224
224
  className?: string;
225
225
  }) => JSX.Element;
226
- export { default as thermometerFillSvg } from "remixicon/icons/Health & Medical/thermometer-fill.svg";
226
+ export declare const thermometerFillSvg: string;
227
227
  export declare const ThermometerFillIcon: (props: {
228
228
  className?: string;
229
229
  }) => JSX.Element;
230
- export { default as thermometerLineSvg } from "remixicon/icons/Health & Medical/thermometer-line.svg";
230
+ export declare const thermometerLineSvg: string;
231
231
  export declare const ThermometerLineIcon: (props: {
232
232
  className?: string;
233
233
  }) => JSX.Element;
234
- export { default as virusFillSvg } from "remixicon/icons/Health & Medical/virus-fill.svg";
234
+ export declare const virusFillSvg: string;
235
235
  export declare const VirusFillIcon: (props: {
236
236
  className?: string;
237
237
  }) => JSX.Element;
238
- export { default as virusLineSvg } from "remixicon/icons/Health & Medical/virus-line.svg";
238
+ export declare const virusLineSvg: string;
239
239
  export declare const VirusLineIcon: (props: {
240
240
  className?: string;
241
241
  }) => JSX.Element;
242
- export { default as zzzFillSvg } from "remixicon/icons/Health & Medical/zzz-fill.svg";
242
+ export declare const zzzFillSvg: string;
243
243
  export declare const ZzzFillIcon: (props: {
244
244
  className?: string;
245
245
  }) => JSX.Element;
246
- export { default as zzzLineSvg } from "remixicon/icons/Health & Medical/zzz-line.svg";
246
+ export declare const zzzLineSvg: string;
247
247
  export declare const ZzzLineIcon: (props: {
248
248
  className?: string;
249
249
  }) => JSX.Element;