@team-monolith/cds 0.6.2 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/index.d.ts +6 -1
  2. package/dist/index.js +6 -1
  3. package/dist/remixicons/Arrows/index.d.ts +0 -325
  4. package/dist/remixicons/Arrows/index.js +108 -216
  5. package/dist/remixicons/Buildings/index.d.ts +0 -175
  6. package/dist/remixicons/Buildings/index.js +58 -116
  7. package/dist/remixicons/Business/index.d.ts +0 -577
  8. package/dist/remixicons/Business/index.js +192 -384
  9. package/dist/remixicons/Communication/index.d.ts +0 -193
  10. package/dist/remixicons/Communication/index.js +64 -128
  11. package/dist/remixicons/Design/index.d.ts +0 -493
  12. package/dist/remixicons/Design/index.js +164 -328
  13. package/dist/remixicons/Development/index.d.ts +0 -151
  14. package/dist/remixicons/Development/index.js +50 -100
  15. package/dist/remixicons/Device/index.d.ts +0 -499
  16. package/dist/remixicons/Device/index.js +166 -332
  17. package/dist/remixicons/Document/index.d.ts +0 -607
  18. package/dist/remixicons/Document/index.js +202 -404
  19. package/dist/remixicons/Editor/index.d.ts +0 -343
  20. package/dist/remixicons/Editor/index.js +114 -228
  21. package/dist/remixicons/Finance/index.d.ts +0 -421
  22. package/dist/remixicons/Finance/index.js +140 -280
  23. package/dist/remixicons/Health & Medical/index.d.ts +0 -187
  24. package/dist/remixicons/Health & Medical/index.js +62 -124
  25. package/dist/remixicons/Logos/index.d.ts +0 -673
  26. package/dist/remixicons/Logos/index.js +224 -448
  27. package/dist/remixicons/Map/index.d.ts +0 -523
  28. package/dist/remixicons/Map/index.js +174 -348
  29. package/dist/remixicons/Media/index.d.ts +0 -655
  30. package/dist/remixicons/Media/index.js +218 -436
  31. package/dist/remixicons/Others/index.d.ts +0 -313
  32. package/dist/remixicons/Others/index.js +104 -208
  33. package/dist/remixicons/System/index.d.ts +0 -787
  34. package/dist/remixicons/System/index.js +262 -524
  35. package/dist/remixicons/User & Faces/index.d.ts +0 -337
  36. package/dist/remixicons/User & Faces/index.js +112 -224
  37. package/dist/remixicons/Weather/index.d.ts +0 -241
  38. package/dist/remixicons/Weather/index.js +80 -160
  39. package/package.json +2 -2
@@ -1,249 +1,62 @@
1
- /// <reference types="react" />
2
1
  export declare const brainFillSvg: string;
3
- export declare const BrainFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
- title?: string | undefined;
5
- }>;
6
2
  export declare const brainLineSvg: string;
7
- export declare const BrainLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
8
- title?: string | undefined;
9
- }>;
10
3
  export declare const capsuleFillSvg: string;
11
- export declare const CapsuleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
12
- title?: string | undefined;
13
- }>;
14
4
  export declare const capsuleLineSvg: string;
15
- export declare const CapsuleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
16
- title?: string | undefined;
17
- }>;
18
5
  export declare const dislikeFillSvg: string;
19
- export declare const DislikeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
20
- title?: string | undefined;
21
- }>;
22
6
  export declare const dislikeLineSvg: string;
23
- export declare const DislikeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
24
- title?: string | undefined;
25
- }>;
26
7
  export declare const dossierFillSvg: string;
27
- export declare const DossierFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
28
- title?: string | undefined;
29
- }>;
30
8
  export declare const dossierLineSvg: string;
31
- export declare const DossierLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
32
- title?: string | undefined;
33
- }>;
34
9
  export declare const empathizeFillSvg: string;
35
- export declare const EmpathizeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
36
- title?: string | undefined;
37
- }>;
38
10
  export declare const empathizeLineSvg: string;
39
- export declare const EmpathizeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
40
- title?: string | undefined;
41
- }>;
42
11
  export declare const firstAidKitFillSvg: string;
43
- export declare const FirstAidKitFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
44
- title?: string | undefined;
45
- }>;
46
12
  export declare const firstAidKitLineSvg: string;
47
- export declare const FirstAidKitLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
48
- title?: string | undefined;
49
- }>;
50
13
  export declare const flaskFillSvg: string;
51
- export declare const FlaskFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
52
- title?: string | undefined;
53
- }>;
54
14
  export declare const flaskLineSvg: string;
55
- export declare const FlaskLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
56
- title?: string | undefined;
57
- }>;
58
15
  export declare const handSanitizerFillSvg: string;
59
- export declare const HandSanitizerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
60
- title?: string | undefined;
61
- }>;
62
16
  export declare const handSanitizerLineSvg: string;
63
- export declare const HandSanitizerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
64
- title?: string | undefined;
65
- }>;
66
17
  export declare const healthBookFillSvg: string;
67
- export declare const HealthBookFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
68
- title?: string | undefined;
69
- }>;
70
18
  export declare const healthBookLineSvg: string;
71
- export declare const HealthBookLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
72
- title?: string | undefined;
73
- }>;
74
19
  export declare const heart2FillSvg: string;
75
- export declare const Heart2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
76
- title?: string | undefined;
77
- }>;
78
20
  export declare const heart2LineSvg: string;
79
- export declare const Heart2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
80
- title?: string | undefined;
81
- }>;
82
21
  export declare const heart3FillSvg: string;
83
- export declare const Heart3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
84
- title?: string | undefined;
85
- }>;
86
22
  export declare const heart3LineSvg: string;
87
- export declare const Heart3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
88
- title?: string | undefined;
89
- }>;
90
23
  export declare const heartAddFillSvg: string;
91
- export declare const HeartAddFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
92
- title?: string | undefined;
93
- }>;
94
24
  export declare const heartAddLineSvg: string;
95
- export declare const HeartAddLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
96
- title?: string | undefined;
97
- }>;
98
25
  export declare const heartFillSvg: string;
99
- export declare const HeartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
100
- title?: string | undefined;
101
- }>;
102
26
  export declare const heartLineSvg: string;
103
- export declare const HeartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
104
- title?: string | undefined;
105
- }>;
106
27
  export declare const heartPulseFillSvg: string;
107
- export declare const HeartPulseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
108
- title?: string | undefined;
109
- }>;
110
28
  export declare const heartPulseLineSvg: string;
111
- export declare const HeartPulseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
112
- title?: string | undefined;
113
- }>;
114
29
  export declare const heartsFillSvg: string;
115
- export declare const HeartsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
116
- title?: string | undefined;
117
- }>;
118
30
  export declare const heartsLineSvg: string;
119
- export declare const HeartsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
120
- title?: string | undefined;
121
- }>;
122
31
  export declare const infraredThermometerFillSvg: string;
123
- export declare const InfraredThermometerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
124
- title?: string | undefined;
125
- }>;
126
32
  export declare const infraredThermometerLineSvg: string;
127
- export declare const InfraredThermometerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
128
- title?: string | undefined;
129
- }>;
130
33
  export declare const lungsFillSvg: string;
131
- export declare const LungsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
132
- title?: string | undefined;
133
- }>;
134
34
  export declare const lungsLineSvg: string;
135
- export declare const LungsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
136
- title?: string | undefined;
137
- }>;
138
35
  export declare const medicineBottleFillSvg: string;
139
- export declare const MedicineBottleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
140
- title?: string | undefined;
141
- }>;
142
36
  export declare const medicineBottleLineSvg: string;
143
- export declare const MedicineBottleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
144
- title?: string | undefined;
145
- }>;
146
37
  export declare const mentalHealthFillSvg: string;
147
- export declare const MentalHealthFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
148
- title?: string | undefined;
149
- }>;
150
38
  export declare const mentalHealthLineSvg: string;
151
- export declare const MentalHealthLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
152
- title?: string | undefined;
153
- }>;
154
39
  export declare const microscopeFillSvg: string;
155
- export declare const MicroscopeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
156
- title?: string | undefined;
157
- }>;
158
40
  export declare const microscopeLineSvg: string;
159
- export declare const MicroscopeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
160
- title?: string | undefined;
161
- }>;
162
41
  export declare const nurseFillSvg: string;
163
- export declare const NurseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
164
- title?: string | undefined;
165
- }>;
166
42
  export declare const nurseLineSvg: string;
167
- export declare const NurseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
168
- title?: string | undefined;
169
- }>;
170
43
  export declare const psychotherapyFillSvg: string;
171
- export declare const PsychotherapyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
172
- title?: string | undefined;
173
- }>;
174
44
  export declare const psychotherapyLineSvg: string;
175
- export declare const PsychotherapyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
176
- title?: string | undefined;
177
- }>;
178
45
  export declare const pulseFillSvg: string;
179
- export declare const PulseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
180
- title?: string | undefined;
181
- }>;
182
46
  export declare const pulseLineSvg: string;
183
- export declare const PulseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
184
- title?: string | undefined;
185
- }>;
186
47
  export declare const restTimeFillSvg: string;
187
- export declare const RestTimeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
188
- title?: string | undefined;
189
- }>;
190
48
  export declare const restTimeLineSvg: string;
191
- export declare const RestTimeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
192
- title?: string | undefined;
193
- }>;
194
49
  export declare const stethoscopeFillSvg: string;
195
- export declare const StethoscopeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
196
- title?: string | undefined;
197
- }>;
198
50
  export declare const stethoscopeLineSvg: string;
199
- export declare const StethoscopeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
200
- title?: string | undefined;
201
- }>;
202
51
  export declare const surgicalMaskFillSvg: string;
203
- export declare const SurgicalMaskFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
204
- title?: string | undefined;
205
- }>;
206
52
  export declare const surgicalMaskLineSvg: string;
207
- export declare const SurgicalMaskLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
208
- title?: string | undefined;
209
- }>;
210
53
  export declare const syringeFillSvg: string;
211
- export declare const SyringeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
212
- title?: string | undefined;
213
- }>;
214
54
  export declare const syringeLineSvg: string;
215
- export declare const SyringeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
216
- title?: string | undefined;
217
- }>;
218
55
  export declare const testTubeFillSvg: string;
219
- export declare const TestTubeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
220
- title?: string | undefined;
221
- }>;
222
56
  export declare const testTubeLineSvg: string;
223
- export declare const TestTubeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
224
- title?: string | undefined;
225
- }>;
226
57
  export declare const thermometerFillSvg: string;
227
- export declare const ThermometerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
228
- title?: string | undefined;
229
- }>;
230
58
  export declare const thermometerLineSvg: string;
231
- export declare const ThermometerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
232
- title?: string | undefined;
233
- }>;
234
59
  export declare const virusFillSvg: string;
235
- export declare const VirusFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
236
- title?: string | undefined;
237
- }>;
238
60
  export declare const virusLineSvg: string;
239
- export declare const VirusLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
240
- title?: string | undefined;
241
- }>;
242
61
  export declare const zzzFillSvg: string;
243
- export declare const ZzzFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
244
- title?: string | undefined;
245
- }>;
246
62
  export declare const zzzLineSvg: string;
247
- export declare const ZzzLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
248
- title?: string | undefined;
249
- }>;
@@ -1,186 +1,124 @@
1
- import brainFillSvgImport, { ReactComponent as BrainFillIconImport } from "remixicon/icons/Health & Medical/brain-fill.svg";
2
- import brainLineSvgImport, { ReactComponent as BrainLineIconImport } from "remixicon/icons/Health & Medical/brain-line.svg";
3
- import capsuleFillSvgImport, { ReactComponent as CapsuleFillIconImport } from "remixicon/icons/Health & Medical/capsule-fill.svg";
4
- import capsuleLineSvgImport, { ReactComponent as CapsuleLineIconImport } from "remixicon/icons/Health & Medical/capsule-line.svg";
5
- import dislikeFillSvgImport, { ReactComponent as DislikeFillIconImport } from "remixicon/icons/Health & Medical/dislike-fill.svg";
6
- import dislikeLineSvgImport, { ReactComponent as DislikeLineIconImport } from "remixicon/icons/Health & Medical/dislike-line.svg";
7
- import dossierFillSvgImport, { ReactComponent as DossierFillIconImport } from "remixicon/icons/Health & Medical/dossier-fill.svg";
8
- import dossierLineSvgImport, { ReactComponent as DossierLineIconImport } from "remixicon/icons/Health & Medical/dossier-line.svg";
9
- import empathizeFillSvgImport, { ReactComponent as EmpathizeFillIconImport } from "remixicon/icons/Health & Medical/empathize-fill.svg";
10
- import empathizeLineSvgImport, { ReactComponent as EmpathizeLineIconImport } from "remixicon/icons/Health & Medical/empathize-line.svg";
11
- import firstAidKitFillSvgImport, { ReactComponent as FirstAidKitFillIconImport } from "remixicon/icons/Health & Medical/first-aid-kit-fill.svg";
12
- import firstAidKitLineSvgImport, { ReactComponent as FirstAidKitLineIconImport } from "remixicon/icons/Health & Medical/first-aid-kit-line.svg";
13
- import flaskFillSvgImport, { ReactComponent as FlaskFillIconImport } from "remixicon/icons/Health & Medical/flask-fill.svg";
14
- import flaskLineSvgImport, { ReactComponent as FlaskLineIconImport } from "remixicon/icons/Health & Medical/flask-line.svg";
15
- import handSanitizerFillSvgImport, { ReactComponent as HandSanitizerFillIconImport } from "remixicon/icons/Health & Medical/hand-sanitizer-fill.svg";
16
- import handSanitizerLineSvgImport, { ReactComponent as HandSanitizerLineIconImport } from "remixicon/icons/Health & Medical/hand-sanitizer-line.svg";
17
- import healthBookFillSvgImport, { ReactComponent as HealthBookFillIconImport } from "remixicon/icons/Health & Medical/health-book-fill.svg";
18
- import healthBookLineSvgImport, { ReactComponent as HealthBookLineIconImport } from "remixicon/icons/Health & Medical/health-book-line.svg";
19
- import heart2FillSvgImport, { ReactComponent as Heart2FillIconImport } from "remixicon/icons/Health & Medical/heart-2-fill.svg";
20
- import heart2LineSvgImport, { ReactComponent as Heart2LineIconImport } from "remixicon/icons/Health & Medical/heart-2-line.svg";
21
- import heart3FillSvgImport, { ReactComponent as Heart3FillIconImport } from "remixicon/icons/Health & Medical/heart-3-fill.svg";
22
- import heart3LineSvgImport, { ReactComponent as Heart3LineIconImport } from "remixicon/icons/Health & Medical/heart-3-line.svg";
23
- import heartAddFillSvgImport, { ReactComponent as HeartAddFillIconImport } from "remixicon/icons/Health & Medical/heart-add-fill.svg";
24
- import heartAddLineSvgImport, { ReactComponent as HeartAddLineIconImport } from "remixicon/icons/Health & Medical/heart-add-line.svg";
25
- import heartFillSvgImport, { ReactComponent as HeartFillIconImport } from "remixicon/icons/Health & Medical/heart-fill.svg";
26
- import heartLineSvgImport, { ReactComponent as HeartLineIconImport } from "remixicon/icons/Health & Medical/heart-line.svg";
27
- import heartPulseFillSvgImport, { ReactComponent as HeartPulseFillIconImport } from "remixicon/icons/Health & Medical/heart-pulse-fill.svg";
28
- import heartPulseLineSvgImport, { ReactComponent as HeartPulseLineIconImport } from "remixicon/icons/Health & Medical/heart-pulse-line.svg";
29
- import heartsFillSvgImport, { ReactComponent as HeartsFillIconImport } from "remixicon/icons/Health & Medical/hearts-fill.svg";
30
- import heartsLineSvgImport, { ReactComponent as HeartsLineIconImport } from "remixicon/icons/Health & Medical/hearts-line.svg";
31
- import infraredThermometerFillSvgImport, { ReactComponent as InfraredThermometerFillIconImport } from "remixicon/icons/Health & Medical/infrared-thermometer-fill.svg";
32
- import infraredThermometerLineSvgImport, { ReactComponent as InfraredThermometerLineIconImport } from "remixicon/icons/Health & Medical/infrared-thermometer-line.svg";
33
- import lungsFillSvgImport, { ReactComponent as LungsFillIconImport } from "remixicon/icons/Health & Medical/lungs-fill.svg";
34
- import lungsLineSvgImport, { ReactComponent as LungsLineIconImport } from "remixicon/icons/Health & Medical/lungs-line.svg";
35
- import medicineBottleFillSvgImport, { ReactComponent as MedicineBottleFillIconImport } from "remixicon/icons/Health & Medical/medicine-bottle-fill.svg";
36
- import medicineBottleLineSvgImport, { ReactComponent as MedicineBottleLineIconImport } from "remixicon/icons/Health & Medical/medicine-bottle-line.svg";
37
- import mentalHealthFillSvgImport, { ReactComponent as MentalHealthFillIconImport } from "remixicon/icons/Health & Medical/mental-health-fill.svg";
38
- import mentalHealthLineSvgImport, { ReactComponent as MentalHealthLineIconImport } from "remixicon/icons/Health & Medical/mental-health-line.svg";
39
- import microscopeFillSvgImport, { ReactComponent as MicroscopeFillIconImport } from "remixicon/icons/Health & Medical/microscope-fill.svg";
40
- import microscopeLineSvgImport, { ReactComponent as MicroscopeLineIconImport } from "remixicon/icons/Health & Medical/microscope-line.svg";
41
- import nurseFillSvgImport, { ReactComponent as NurseFillIconImport } from "remixicon/icons/Health & Medical/nurse-fill.svg";
42
- import nurseLineSvgImport, { ReactComponent as NurseLineIconImport } from "remixicon/icons/Health & Medical/nurse-line.svg";
43
- import psychotherapyFillSvgImport, { ReactComponent as PsychotherapyFillIconImport } from "remixicon/icons/Health & Medical/psychotherapy-fill.svg";
44
- import psychotherapyLineSvgImport, { ReactComponent as PsychotherapyLineIconImport } from "remixicon/icons/Health & Medical/psychotherapy-line.svg";
45
- import pulseFillSvgImport, { ReactComponent as PulseFillIconImport } from "remixicon/icons/Health & Medical/pulse-fill.svg";
46
- import pulseLineSvgImport, { ReactComponent as PulseLineIconImport } from "remixicon/icons/Health & Medical/pulse-line.svg";
47
- import restTimeFillSvgImport, { ReactComponent as RestTimeFillIconImport } from "remixicon/icons/Health & Medical/rest-time-fill.svg";
48
- import restTimeLineSvgImport, { ReactComponent as RestTimeLineIconImport } from "remixicon/icons/Health & Medical/rest-time-line.svg";
49
- import stethoscopeFillSvgImport, { ReactComponent as StethoscopeFillIconImport } from "remixicon/icons/Health & Medical/stethoscope-fill.svg";
50
- import stethoscopeLineSvgImport, { ReactComponent as StethoscopeLineIconImport } from "remixicon/icons/Health & Medical/stethoscope-line.svg";
51
- import surgicalMaskFillSvgImport, { ReactComponent as SurgicalMaskFillIconImport } from "remixicon/icons/Health & Medical/surgical-mask-fill.svg";
52
- import surgicalMaskLineSvgImport, { ReactComponent as SurgicalMaskLineIconImport } from "remixicon/icons/Health & Medical/surgical-mask-line.svg";
53
- import syringeFillSvgImport, { ReactComponent as SyringeFillIconImport } from "remixicon/icons/Health & Medical/syringe-fill.svg";
54
- import syringeLineSvgImport, { ReactComponent as SyringeLineIconImport } from "remixicon/icons/Health & Medical/syringe-line.svg";
55
- import testTubeFillSvgImport, { ReactComponent as TestTubeFillIconImport } from "remixicon/icons/Health & Medical/test-tube-fill.svg";
56
- import testTubeLineSvgImport, { ReactComponent as TestTubeLineIconImport } from "remixicon/icons/Health & Medical/test-tube-line.svg";
57
- import thermometerFillSvgImport, { ReactComponent as ThermometerFillIconImport } from "remixicon/icons/Health & Medical/thermometer-fill.svg";
58
- import thermometerLineSvgImport, { ReactComponent as ThermometerLineIconImport } from "remixicon/icons/Health & Medical/thermometer-line.svg";
59
- import virusFillSvgImport, { ReactComponent as VirusFillIconImport } from "remixicon/icons/Health & Medical/virus-fill.svg";
60
- import virusLineSvgImport, { ReactComponent as VirusLineIconImport } from "remixicon/icons/Health & Medical/virus-line.svg";
61
- import zzzFillSvgImport, { ReactComponent as ZzzFillIconImport } from "remixicon/icons/Health & Medical/zzz-fill.svg";
62
- import zzzLineSvgImport, { ReactComponent as ZzzLineIconImport } from "remixicon/icons/Health & Medical/zzz-line.svg";
1
+ import brainFillSvgImport from "remixicon/icons/Health & Medical/brain-fill.svg";
2
+ import brainLineSvgImport from "remixicon/icons/Health & Medical/brain-line.svg";
3
+ import capsuleFillSvgImport from "remixicon/icons/Health & Medical/capsule-fill.svg";
4
+ import capsuleLineSvgImport from "remixicon/icons/Health & Medical/capsule-line.svg";
5
+ import dislikeFillSvgImport from "remixicon/icons/Health & Medical/dislike-fill.svg";
6
+ import dislikeLineSvgImport from "remixicon/icons/Health & Medical/dislike-line.svg";
7
+ import dossierFillSvgImport from "remixicon/icons/Health & Medical/dossier-fill.svg";
8
+ import dossierLineSvgImport from "remixicon/icons/Health & Medical/dossier-line.svg";
9
+ import empathizeFillSvgImport from "remixicon/icons/Health & Medical/empathize-fill.svg";
10
+ import empathizeLineSvgImport from "remixicon/icons/Health & Medical/empathize-line.svg";
11
+ import firstAidKitFillSvgImport from "remixicon/icons/Health & Medical/first-aid-kit-fill.svg";
12
+ import firstAidKitLineSvgImport from "remixicon/icons/Health & Medical/first-aid-kit-line.svg";
13
+ import flaskFillSvgImport from "remixicon/icons/Health & Medical/flask-fill.svg";
14
+ import flaskLineSvgImport from "remixicon/icons/Health & Medical/flask-line.svg";
15
+ import handSanitizerFillSvgImport from "remixicon/icons/Health & Medical/hand-sanitizer-fill.svg";
16
+ import handSanitizerLineSvgImport from "remixicon/icons/Health & Medical/hand-sanitizer-line.svg";
17
+ import healthBookFillSvgImport from "remixicon/icons/Health & Medical/health-book-fill.svg";
18
+ import healthBookLineSvgImport from "remixicon/icons/Health & Medical/health-book-line.svg";
19
+ import heart2FillSvgImport from "remixicon/icons/Health & Medical/heart-2-fill.svg";
20
+ import heart2LineSvgImport from "remixicon/icons/Health & Medical/heart-2-line.svg";
21
+ import heart3FillSvgImport from "remixicon/icons/Health & Medical/heart-3-fill.svg";
22
+ import heart3LineSvgImport from "remixicon/icons/Health & Medical/heart-3-line.svg";
23
+ import heartAddFillSvgImport from "remixicon/icons/Health & Medical/heart-add-fill.svg";
24
+ import heartAddLineSvgImport from "remixicon/icons/Health & Medical/heart-add-line.svg";
25
+ import heartFillSvgImport from "remixicon/icons/Health & Medical/heart-fill.svg";
26
+ import heartLineSvgImport from "remixicon/icons/Health & Medical/heart-line.svg";
27
+ import heartPulseFillSvgImport from "remixicon/icons/Health & Medical/heart-pulse-fill.svg";
28
+ import heartPulseLineSvgImport from "remixicon/icons/Health & Medical/heart-pulse-line.svg";
29
+ import heartsFillSvgImport from "remixicon/icons/Health & Medical/hearts-fill.svg";
30
+ import heartsLineSvgImport from "remixicon/icons/Health & Medical/hearts-line.svg";
31
+ import infraredThermometerFillSvgImport from "remixicon/icons/Health & Medical/infrared-thermometer-fill.svg";
32
+ import infraredThermometerLineSvgImport from "remixicon/icons/Health & Medical/infrared-thermometer-line.svg";
33
+ import lungsFillSvgImport from "remixicon/icons/Health & Medical/lungs-fill.svg";
34
+ import lungsLineSvgImport from "remixicon/icons/Health & Medical/lungs-line.svg";
35
+ import medicineBottleFillSvgImport from "remixicon/icons/Health & Medical/medicine-bottle-fill.svg";
36
+ import medicineBottleLineSvgImport from "remixicon/icons/Health & Medical/medicine-bottle-line.svg";
37
+ import mentalHealthFillSvgImport from "remixicon/icons/Health & Medical/mental-health-fill.svg";
38
+ import mentalHealthLineSvgImport from "remixicon/icons/Health & Medical/mental-health-line.svg";
39
+ import microscopeFillSvgImport from "remixicon/icons/Health & Medical/microscope-fill.svg";
40
+ import microscopeLineSvgImport from "remixicon/icons/Health & Medical/microscope-line.svg";
41
+ import nurseFillSvgImport from "remixicon/icons/Health & Medical/nurse-fill.svg";
42
+ import nurseLineSvgImport from "remixicon/icons/Health & Medical/nurse-line.svg";
43
+ import psychotherapyFillSvgImport from "remixicon/icons/Health & Medical/psychotherapy-fill.svg";
44
+ import psychotherapyLineSvgImport from "remixicon/icons/Health & Medical/psychotherapy-line.svg";
45
+ import pulseFillSvgImport from "remixicon/icons/Health & Medical/pulse-fill.svg";
46
+ import pulseLineSvgImport from "remixicon/icons/Health & Medical/pulse-line.svg";
47
+ import restTimeFillSvgImport from "remixicon/icons/Health & Medical/rest-time-fill.svg";
48
+ import restTimeLineSvgImport from "remixicon/icons/Health & Medical/rest-time-line.svg";
49
+ import stethoscopeFillSvgImport from "remixicon/icons/Health & Medical/stethoscope-fill.svg";
50
+ import stethoscopeLineSvgImport from "remixicon/icons/Health & Medical/stethoscope-line.svg";
51
+ import surgicalMaskFillSvgImport from "remixicon/icons/Health & Medical/surgical-mask-fill.svg";
52
+ import surgicalMaskLineSvgImport from "remixicon/icons/Health & Medical/surgical-mask-line.svg";
53
+ import syringeFillSvgImport from "remixicon/icons/Health & Medical/syringe-fill.svg";
54
+ import syringeLineSvgImport from "remixicon/icons/Health & Medical/syringe-line.svg";
55
+ import testTubeFillSvgImport from "remixicon/icons/Health & Medical/test-tube-fill.svg";
56
+ import testTubeLineSvgImport from "remixicon/icons/Health & Medical/test-tube-line.svg";
57
+ import thermometerFillSvgImport from "remixicon/icons/Health & Medical/thermometer-fill.svg";
58
+ import thermometerLineSvgImport from "remixicon/icons/Health & Medical/thermometer-line.svg";
59
+ import virusFillSvgImport from "remixicon/icons/Health & Medical/virus-fill.svg";
60
+ import virusLineSvgImport from "remixicon/icons/Health & Medical/virus-line.svg";
61
+ import zzzFillSvgImport from "remixicon/icons/Health & Medical/zzz-fill.svg";
62
+ import zzzLineSvgImport from "remixicon/icons/Health & Medical/zzz-line.svg";
63
63
  export var brainFillSvg = brainFillSvgImport;
64
- export var BrainFillIcon = BrainFillIconImport;
65
64
  export var brainLineSvg = brainLineSvgImport;
66
- export var BrainLineIcon = BrainLineIconImport;
67
65
  export var capsuleFillSvg = capsuleFillSvgImport;
68
- export var CapsuleFillIcon = CapsuleFillIconImport;
69
66
  export var capsuleLineSvg = capsuleLineSvgImport;
70
- export var CapsuleLineIcon = CapsuleLineIconImport;
71
67
  export var dislikeFillSvg = dislikeFillSvgImport;
72
- export var DislikeFillIcon = DislikeFillIconImport;
73
68
  export var dislikeLineSvg = dislikeLineSvgImport;
74
- export var DislikeLineIcon = DislikeLineIconImport;
75
69
  export var dossierFillSvg = dossierFillSvgImport;
76
- export var DossierFillIcon = DossierFillIconImport;
77
70
  export var dossierLineSvg = dossierLineSvgImport;
78
- export var DossierLineIcon = DossierLineIconImport;
79
71
  export var empathizeFillSvg = empathizeFillSvgImport;
80
- export var EmpathizeFillIcon = EmpathizeFillIconImport;
81
72
  export var empathizeLineSvg = empathizeLineSvgImport;
82
- export var EmpathizeLineIcon = EmpathizeLineIconImport;
83
73
  export var firstAidKitFillSvg = firstAidKitFillSvgImport;
84
- export var FirstAidKitFillIcon = FirstAidKitFillIconImport;
85
74
  export var firstAidKitLineSvg = firstAidKitLineSvgImport;
86
- export var FirstAidKitLineIcon = FirstAidKitLineIconImport;
87
75
  export var flaskFillSvg = flaskFillSvgImport;
88
- export var FlaskFillIcon = FlaskFillIconImport;
89
76
  export var flaskLineSvg = flaskLineSvgImport;
90
- export var FlaskLineIcon = FlaskLineIconImport;
91
77
  export var handSanitizerFillSvg = handSanitizerFillSvgImport;
92
- export var HandSanitizerFillIcon = HandSanitizerFillIconImport;
93
78
  export var handSanitizerLineSvg = handSanitizerLineSvgImport;
94
- export var HandSanitizerLineIcon = HandSanitizerLineIconImport;
95
79
  export var healthBookFillSvg = healthBookFillSvgImport;
96
- export var HealthBookFillIcon = HealthBookFillIconImport;
97
80
  export var healthBookLineSvg = healthBookLineSvgImport;
98
- export var HealthBookLineIcon = HealthBookLineIconImport;
99
81
  export var heart2FillSvg = heart2FillSvgImport;
100
- export var Heart2FillIcon = Heart2FillIconImport;
101
82
  export var heart2LineSvg = heart2LineSvgImport;
102
- export var Heart2LineIcon = Heart2LineIconImport;
103
83
  export var heart3FillSvg = heart3FillSvgImport;
104
- export var Heart3FillIcon = Heart3FillIconImport;
105
84
  export var heart3LineSvg = heart3LineSvgImport;
106
- export var Heart3LineIcon = Heart3LineIconImport;
107
85
  export var heartAddFillSvg = heartAddFillSvgImport;
108
- export var HeartAddFillIcon = HeartAddFillIconImport;
109
86
  export var heartAddLineSvg = heartAddLineSvgImport;
110
- export var HeartAddLineIcon = HeartAddLineIconImport;
111
87
  export var heartFillSvg = heartFillSvgImport;
112
- export var HeartFillIcon = HeartFillIconImport;
113
88
  export var heartLineSvg = heartLineSvgImport;
114
- export var HeartLineIcon = HeartLineIconImport;
115
89
  export var heartPulseFillSvg = heartPulseFillSvgImport;
116
- export var HeartPulseFillIcon = HeartPulseFillIconImport;
117
90
  export var heartPulseLineSvg = heartPulseLineSvgImport;
118
- export var HeartPulseLineIcon = HeartPulseLineIconImport;
119
91
  export var heartsFillSvg = heartsFillSvgImport;
120
- export var HeartsFillIcon = HeartsFillIconImport;
121
92
  export var heartsLineSvg = heartsLineSvgImport;
122
- export var HeartsLineIcon = HeartsLineIconImport;
123
93
  export var infraredThermometerFillSvg = infraredThermometerFillSvgImport;
124
- export var InfraredThermometerFillIcon = InfraredThermometerFillIconImport;
125
94
  export var infraredThermometerLineSvg = infraredThermometerLineSvgImport;
126
- export var InfraredThermometerLineIcon = InfraredThermometerLineIconImport;
127
95
  export var lungsFillSvg = lungsFillSvgImport;
128
- export var LungsFillIcon = LungsFillIconImport;
129
96
  export var lungsLineSvg = lungsLineSvgImport;
130
- export var LungsLineIcon = LungsLineIconImport;
131
97
  export var medicineBottleFillSvg = medicineBottleFillSvgImport;
132
- export var MedicineBottleFillIcon = MedicineBottleFillIconImport;
133
98
  export var medicineBottleLineSvg = medicineBottleLineSvgImport;
134
- export var MedicineBottleLineIcon = MedicineBottleLineIconImport;
135
99
  export var mentalHealthFillSvg = mentalHealthFillSvgImport;
136
- export var MentalHealthFillIcon = MentalHealthFillIconImport;
137
100
  export var mentalHealthLineSvg = mentalHealthLineSvgImport;
138
- export var MentalHealthLineIcon = MentalHealthLineIconImport;
139
101
  export var microscopeFillSvg = microscopeFillSvgImport;
140
- export var MicroscopeFillIcon = MicroscopeFillIconImport;
141
102
  export var microscopeLineSvg = microscopeLineSvgImport;
142
- export var MicroscopeLineIcon = MicroscopeLineIconImport;
143
103
  export var nurseFillSvg = nurseFillSvgImport;
144
- export var NurseFillIcon = NurseFillIconImport;
145
104
  export var nurseLineSvg = nurseLineSvgImport;
146
- export var NurseLineIcon = NurseLineIconImport;
147
105
  export var psychotherapyFillSvg = psychotherapyFillSvgImport;
148
- export var PsychotherapyFillIcon = PsychotherapyFillIconImport;
149
106
  export var psychotherapyLineSvg = psychotherapyLineSvgImport;
150
- export var PsychotherapyLineIcon = PsychotherapyLineIconImport;
151
107
  export var pulseFillSvg = pulseFillSvgImport;
152
- export var PulseFillIcon = PulseFillIconImport;
153
108
  export var pulseLineSvg = pulseLineSvgImport;
154
- export var PulseLineIcon = PulseLineIconImport;
155
109
  export var restTimeFillSvg = restTimeFillSvgImport;
156
- export var RestTimeFillIcon = RestTimeFillIconImport;
157
110
  export var restTimeLineSvg = restTimeLineSvgImport;
158
- export var RestTimeLineIcon = RestTimeLineIconImport;
159
111
  export var stethoscopeFillSvg = stethoscopeFillSvgImport;
160
- export var StethoscopeFillIcon = StethoscopeFillIconImport;
161
112
  export var stethoscopeLineSvg = stethoscopeLineSvgImport;
162
- export var StethoscopeLineIcon = StethoscopeLineIconImport;
163
113
  export var surgicalMaskFillSvg = surgicalMaskFillSvgImport;
164
- export var SurgicalMaskFillIcon = SurgicalMaskFillIconImport;
165
114
  export var surgicalMaskLineSvg = surgicalMaskLineSvgImport;
166
- export var SurgicalMaskLineIcon = SurgicalMaskLineIconImport;
167
115
  export var syringeFillSvg = syringeFillSvgImport;
168
- export var SyringeFillIcon = SyringeFillIconImport;
169
116
  export var syringeLineSvg = syringeLineSvgImport;
170
- export var SyringeLineIcon = SyringeLineIconImport;
171
117
  export var testTubeFillSvg = testTubeFillSvgImport;
172
- export var TestTubeFillIcon = TestTubeFillIconImport;
173
118
  export var testTubeLineSvg = testTubeLineSvgImport;
174
- export var TestTubeLineIcon = TestTubeLineIconImport;
175
119
  export var thermometerFillSvg = thermometerFillSvgImport;
176
- export var ThermometerFillIcon = ThermometerFillIconImport;
177
120
  export var thermometerLineSvg = thermometerLineSvgImport;
178
- export var ThermometerLineIcon = ThermometerLineIconImport;
179
121
  export var virusFillSvg = virusFillSvgImport;
180
- export var VirusFillIcon = VirusFillIconImport;
181
122
  export var virusLineSvg = virusLineSvgImport;
182
- export var VirusLineIcon = VirusLineIconImport;
183
123
  export var zzzFillSvg = zzzFillSvgImport;
184
- export var ZzzFillIcon = ZzzFillIconImport;
185
124
  export var zzzLineSvg = zzzLineSvgImport;
186
- export var ZzzLineIcon = ZzzLineIconImport;