@team-monolith/cds 0.5.2 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/index.d.ts +1 -7
  2. package/dist/index.js +1 -7
  3. package/dist/remixicons/Arrows/index.d.ts +433 -0
  4. package/dist/remixicons/Arrows/index.js +324 -0
  5. package/dist/remixicons/Buildings/index.d.ts +233 -0
  6. package/dist/remixicons/Buildings/index.js +174 -0
  7. package/dist/remixicons/Business/index.d.ts +769 -0
  8. package/dist/remixicons/Business/index.js +576 -0
  9. package/dist/remixicons/Communication/index.d.ts +257 -0
  10. package/dist/remixicons/Communication/index.js +192 -0
  11. package/dist/remixicons/Design/index.d.ts +657 -0
  12. package/dist/remixicons/Design/index.js +492 -0
  13. package/dist/remixicons/Development/index.d.ts +201 -0
  14. package/dist/remixicons/Development/index.js +150 -0
  15. package/dist/remixicons/Device/index.d.ts +665 -0
  16. package/dist/remixicons/Device/index.js +498 -0
  17. package/dist/remixicons/Document/index.d.ts +809 -0
  18. package/dist/remixicons/Document/index.js +606 -0
  19. package/dist/remixicons/Editor/index.d.ts +457 -0
  20. package/dist/remixicons/Editor/index.js +342 -0
  21. package/dist/remixicons/Finance/index.d.ts +561 -0
  22. package/dist/remixicons/Finance/index.js +420 -0
  23. package/dist/remixicons/Health & Medical/index.d.ts +249 -0
  24. package/dist/remixicons/Health & Medical/index.js +186 -0
  25. package/dist/remixicons/Logos/index.d.ts +897 -0
  26. package/dist/remixicons/Logos/index.js +672 -0
  27. package/dist/remixicons/Map/index.d.ts +697 -0
  28. package/dist/remixicons/Map/index.js +522 -0
  29. package/dist/remixicons/Media/index.d.ts +873 -0
  30. package/dist/remixicons/Media/index.js +654 -0
  31. package/dist/remixicons/Others/index.d.ts +417 -0
  32. package/dist/remixicons/Others/index.js +312 -0
  33. package/dist/remixicons/System/index.d.ts +1049 -0
  34. package/dist/remixicons/System/index.js +786 -0
  35. package/dist/remixicons/User & Faces/index.d.ts +449 -0
  36. package/dist/remixicons/User & Faces/index.js +336 -0
  37. package/dist/remixicons/Weather/index.d.ts +321 -0
  38. package/dist/remixicons/Weather/index.js +240 -0
  39. package/dist/remixicons/index.d.ts +18 -0
  40. package/dist/remixicons/index.js +18 -0
  41. package/package.json +7 -3
@@ -0,0 +1,249 @@
1
+ /// <reference types="react" />
2
+ export declare const BrainFillSvg: string;
3
+ export declare const BrainFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
+ title?: string | undefined;
5
+ }>;
6
+ export declare const BrainLineSvg: string;
7
+ export declare const BrainLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
8
+ title?: string | undefined;
9
+ }>;
10
+ export declare const CapsuleFillSvg: string;
11
+ export declare const CapsuleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
12
+ title?: string | undefined;
13
+ }>;
14
+ export declare const CapsuleLineSvg: string;
15
+ export declare const CapsuleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
16
+ title?: string | undefined;
17
+ }>;
18
+ export declare const DislikeFillSvg: string;
19
+ export declare const DislikeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
20
+ title?: string | undefined;
21
+ }>;
22
+ export declare const DislikeLineSvg: string;
23
+ export declare const DislikeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
24
+ title?: string | undefined;
25
+ }>;
26
+ export declare const DossierFillSvg: string;
27
+ export declare const DossierFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
28
+ title?: string | undefined;
29
+ }>;
30
+ export declare const DossierLineSvg: string;
31
+ export declare const DossierLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
32
+ title?: string | undefined;
33
+ }>;
34
+ export declare const EmpathizeFillSvg: string;
35
+ export declare const EmpathizeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
36
+ title?: string | undefined;
37
+ }>;
38
+ export declare const EmpathizeLineSvg: string;
39
+ export declare const EmpathizeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
40
+ title?: string | undefined;
41
+ }>;
42
+ export declare const FirstAidKitFillSvg: string;
43
+ export declare const FirstAidKitFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
44
+ title?: string | undefined;
45
+ }>;
46
+ export declare const FirstAidKitLineSvg: string;
47
+ export declare const FirstAidKitLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
48
+ title?: string | undefined;
49
+ }>;
50
+ export declare const FlaskFillSvg: string;
51
+ export declare const FlaskFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
52
+ title?: string | undefined;
53
+ }>;
54
+ export declare const FlaskLineSvg: string;
55
+ export declare const FlaskLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
56
+ title?: string | undefined;
57
+ }>;
58
+ export declare const HandSanitizerFillSvg: string;
59
+ export declare const HandSanitizerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
60
+ title?: string | undefined;
61
+ }>;
62
+ export declare const HandSanitizerLineSvg: string;
63
+ export declare const HandSanitizerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
64
+ title?: string | undefined;
65
+ }>;
66
+ export declare const HealthBookFillSvg: string;
67
+ export declare const HealthBookFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
68
+ title?: string | undefined;
69
+ }>;
70
+ export declare const HealthBookLineSvg: string;
71
+ export declare const HealthBookLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
72
+ title?: string | undefined;
73
+ }>;
74
+ export declare const Heart2FillSvg: string;
75
+ export declare const Heart2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
76
+ title?: string | undefined;
77
+ }>;
78
+ export declare const Heart2LineSvg: string;
79
+ export declare const Heart2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
80
+ title?: string | undefined;
81
+ }>;
82
+ export declare const Heart3FillSvg: string;
83
+ export declare const Heart3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
84
+ title?: string | undefined;
85
+ }>;
86
+ export declare const Heart3LineSvg: string;
87
+ export declare const Heart3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
88
+ title?: string | undefined;
89
+ }>;
90
+ export declare const HeartAddFillSvg: string;
91
+ export declare const HeartAddFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
92
+ title?: string | undefined;
93
+ }>;
94
+ export declare const HeartAddLineSvg: string;
95
+ export declare const HeartAddLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
96
+ title?: string | undefined;
97
+ }>;
98
+ export declare const HeartFillSvg: string;
99
+ export declare const HeartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
100
+ title?: string | undefined;
101
+ }>;
102
+ export declare const HeartLineSvg: string;
103
+ export declare const HeartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
104
+ title?: string | undefined;
105
+ }>;
106
+ export declare const HeartPulseFillSvg: string;
107
+ export declare const HeartPulseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
108
+ title?: string | undefined;
109
+ }>;
110
+ export declare const HeartPulseLineSvg: string;
111
+ export declare const HeartPulseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
112
+ title?: string | undefined;
113
+ }>;
114
+ export declare const HeartsFillSvg: string;
115
+ export declare const HeartsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
116
+ title?: string | undefined;
117
+ }>;
118
+ export declare const HeartsLineSvg: string;
119
+ export declare const HeartsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
120
+ title?: string | undefined;
121
+ }>;
122
+ export declare const InfraredThermometerFillSvg: string;
123
+ export declare const InfraredThermometerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
124
+ title?: string | undefined;
125
+ }>;
126
+ export declare const InfraredThermometerLineSvg: string;
127
+ export declare const InfraredThermometerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
128
+ title?: string | undefined;
129
+ }>;
130
+ export declare const LungsFillSvg: string;
131
+ export declare const LungsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
132
+ title?: string | undefined;
133
+ }>;
134
+ export declare const LungsLineSvg: string;
135
+ export declare const LungsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
136
+ title?: string | undefined;
137
+ }>;
138
+ export declare const MedicineBottleFillSvg: string;
139
+ export declare const MedicineBottleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
140
+ title?: string | undefined;
141
+ }>;
142
+ export declare const MedicineBottleLineSvg: string;
143
+ export declare const MedicineBottleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
144
+ title?: string | undefined;
145
+ }>;
146
+ export declare const MentalHealthFillSvg: string;
147
+ export declare const MentalHealthFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
148
+ title?: string | undefined;
149
+ }>;
150
+ export declare const MentalHealthLineSvg: string;
151
+ export declare const MentalHealthLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
152
+ title?: string | undefined;
153
+ }>;
154
+ export declare const MicroscopeFillSvg: string;
155
+ export declare const MicroscopeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
156
+ title?: string | undefined;
157
+ }>;
158
+ export declare const MicroscopeLineSvg: string;
159
+ export declare const MicroscopeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
160
+ title?: string | undefined;
161
+ }>;
162
+ export declare const NurseFillSvg: string;
163
+ export declare const NurseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
164
+ title?: string | undefined;
165
+ }>;
166
+ export declare const NurseLineSvg: string;
167
+ export declare const NurseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
168
+ title?: string | undefined;
169
+ }>;
170
+ export declare const PsychotherapyFillSvg: string;
171
+ export declare const PsychotherapyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
172
+ title?: string | undefined;
173
+ }>;
174
+ export declare const PsychotherapyLineSvg: string;
175
+ export declare const PsychotherapyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
176
+ title?: string | undefined;
177
+ }>;
178
+ export declare const PulseFillSvg: string;
179
+ export declare const PulseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
180
+ title?: string | undefined;
181
+ }>;
182
+ export declare const PulseLineSvg: string;
183
+ export declare const PulseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
184
+ title?: string | undefined;
185
+ }>;
186
+ export declare const RestTimeFillSvg: string;
187
+ export declare const RestTimeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
188
+ title?: string | undefined;
189
+ }>;
190
+ export declare const RestTimeLineSvg: string;
191
+ export declare const RestTimeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
192
+ title?: string | undefined;
193
+ }>;
194
+ export declare const StethoscopeFillSvg: string;
195
+ export declare const StethoscopeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
196
+ title?: string | undefined;
197
+ }>;
198
+ export declare const StethoscopeLineSvg: string;
199
+ export declare const StethoscopeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
200
+ title?: string | undefined;
201
+ }>;
202
+ export declare const SurgicalMaskFillSvg: string;
203
+ export declare const SurgicalMaskFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
204
+ title?: string | undefined;
205
+ }>;
206
+ export declare const SurgicalMaskLineSvg: string;
207
+ export declare const SurgicalMaskLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
208
+ title?: string | undefined;
209
+ }>;
210
+ export declare const SyringeFillSvg: string;
211
+ export declare const SyringeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
212
+ title?: string | undefined;
213
+ }>;
214
+ export declare const SyringeLineSvg: string;
215
+ export declare const SyringeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
216
+ title?: string | undefined;
217
+ }>;
218
+ export declare const TestTubeFillSvg: string;
219
+ export declare const TestTubeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
220
+ title?: string | undefined;
221
+ }>;
222
+ export declare const TestTubeLineSvg: string;
223
+ export declare const TestTubeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
224
+ title?: string | undefined;
225
+ }>;
226
+ export declare const ThermometerFillSvg: string;
227
+ export declare const ThermometerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
228
+ title?: string | undefined;
229
+ }>;
230
+ export declare const ThermometerLineSvg: string;
231
+ export declare const ThermometerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
232
+ title?: string | undefined;
233
+ }>;
234
+ export declare const VirusFillSvg: string;
235
+ export declare const VirusFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
236
+ title?: string | undefined;
237
+ }>;
238
+ export declare const VirusLineSvg: string;
239
+ export declare const VirusLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
240
+ title?: string | undefined;
241
+ }>;
242
+ export declare const ZzzFillSvg: string;
243
+ export declare const ZzzFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
244
+ title?: string | undefined;
245
+ }>;
246
+ export declare const ZzzLineSvg: string;
247
+ export declare const ZzzLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
248
+ title?: string | undefined;
249
+ }>;
@@ -0,0 +1,186 @@
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";
63
+ export var BrainFillSvg = BrainFillSvgImport;
64
+ export var BrainFillIcon = BrainFillIconImport;
65
+ export var BrainLineSvg = BrainLineSvgImport;
66
+ export var BrainLineIcon = BrainLineIconImport;
67
+ export var CapsuleFillSvg = CapsuleFillSvgImport;
68
+ export var CapsuleFillIcon = CapsuleFillIconImport;
69
+ export var CapsuleLineSvg = CapsuleLineSvgImport;
70
+ export var CapsuleLineIcon = CapsuleLineIconImport;
71
+ export var DislikeFillSvg = DislikeFillSvgImport;
72
+ export var DislikeFillIcon = DislikeFillIconImport;
73
+ export var DislikeLineSvg = DislikeLineSvgImport;
74
+ export var DislikeLineIcon = DislikeLineIconImport;
75
+ export var DossierFillSvg = DossierFillSvgImport;
76
+ export var DossierFillIcon = DossierFillIconImport;
77
+ export var DossierLineSvg = DossierLineSvgImport;
78
+ export var DossierLineIcon = DossierLineIconImport;
79
+ export var EmpathizeFillSvg = EmpathizeFillSvgImport;
80
+ export var EmpathizeFillIcon = EmpathizeFillIconImport;
81
+ export var EmpathizeLineSvg = EmpathizeLineSvgImport;
82
+ export var EmpathizeLineIcon = EmpathizeLineIconImport;
83
+ export var FirstAidKitFillSvg = FirstAidKitFillSvgImport;
84
+ export var FirstAidKitFillIcon = FirstAidKitFillIconImport;
85
+ export var FirstAidKitLineSvg = FirstAidKitLineSvgImport;
86
+ export var FirstAidKitLineIcon = FirstAidKitLineIconImport;
87
+ export var FlaskFillSvg = FlaskFillSvgImport;
88
+ export var FlaskFillIcon = FlaskFillIconImport;
89
+ export var FlaskLineSvg = FlaskLineSvgImport;
90
+ export var FlaskLineIcon = FlaskLineIconImport;
91
+ export var HandSanitizerFillSvg = HandSanitizerFillSvgImport;
92
+ export var HandSanitizerFillIcon = HandSanitizerFillIconImport;
93
+ export var HandSanitizerLineSvg = HandSanitizerLineSvgImport;
94
+ export var HandSanitizerLineIcon = HandSanitizerLineIconImport;
95
+ export var HealthBookFillSvg = HealthBookFillSvgImport;
96
+ export var HealthBookFillIcon = HealthBookFillIconImport;
97
+ export var HealthBookLineSvg = HealthBookLineSvgImport;
98
+ export var HealthBookLineIcon = HealthBookLineIconImport;
99
+ export var Heart2FillSvg = Heart2FillSvgImport;
100
+ export var Heart2FillIcon = Heart2FillIconImport;
101
+ export var Heart2LineSvg = Heart2LineSvgImport;
102
+ export var Heart2LineIcon = Heart2LineIconImport;
103
+ export var Heart3FillSvg = Heart3FillSvgImport;
104
+ export var Heart3FillIcon = Heart3FillIconImport;
105
+ export var Heart3LineSvg = Heart3LineSvgImport;
106
+ export var Heart3LineIcon = Heart3LineIconImport;
107
+ export var HeartAddFillSvg = HeartAddFillSvgImport;
108
+ export var HeartAddFillIcon = HeartAddFillIconImport;
109
+ export var HeartAddLineSvg = HeartAddLineSvgImport;
110
+ export var HeartAddLineIcon = HeartAddLineIconImport;
111
+ export var HeartFillSvg = HeartFillSvgImport;
112
+ export var HeartFillIcon = HeartFillIconImport;
113
+ export var HeartLineSvg = HeartLineSvgImport;
114
+ export var HeartLineIcon = HeartLineIconImport;
115
+ export var HeartPulseFillSvg = HeartPulseFillSvgImport;
116
+ export var HeartPulseFillIcon = HeartPulseFillIconImport;
117
+ export var HeartPulseLineSvg = HeartPulseLineSvgImport;
118
+ export var HeartPulseLineIcon = HeartPulseLineIconImport;
119
+ export var HeartsFillSvg = HeartsFillSvgImport;
120
+ export var HeartsFillIcon = HeartsFillIconImport;
121
+ export var HeartsLineSvg = HeartsLineSvgImport;
122
+ export var HeartsLineIcon = HeartsLineIconImport;
123
+ export var InfraredThermometerFillSvg = InfraredThermometerFillSvgImport;
124
+ export var InfraredThermometerFillIcon = InfraredThermometerFillIconImport;
125
+ export var InfraredThermometerLineSvg = InfraredThermometerLineSvgImport;
126
+ export var InfraredThermometerLineIcon = InfraredThermometerLineIconImport;
127
+ export var LungsFillSvg = LungsFillSvgImport;
128
+ export var LungsFillIcon = LungsFillIconImport;
129
+ export var LungsLineSvg = LungsLineSvgImport;
130
+ export var LungsLineIcon = LungsLineIconImport;
131
+ export var MedicineBottleFillSvg = MedicineBottleFillSvgImport;
132
+ export var MedicineBottleFillIcon = MedicineBottleFillIconImport;
133
+ export var MedicineBottleLineSvg = MedicineBottleLineSvgImport;
134
+ export var MedicineBottleLineIcon = MedicineBottleLineIconImport;
135
+ export var MentalHealthFillSvg = MentalHealthFillSvgImport;
136
+ export var MentalHealthFillIcon = MentalHealthFillIconImport;
137
+ export var MentalHealthLineSvg = MentalHealthLineSvgImport;
138
+ export var MentalHealthLineIcon = MentalHealthLineIconImport;
139
+ export var MicroscopeFillSvg = MicroscopeFillSvgImport;
140
+ export var MicroscopeFillIcon = MicroscopeFillIconImport;
141
+ export var MicroscopeLineSvg = MicroscopeLineSvgImport;
142
+ export var MicroscopeLineIcon = MicroscopeLineIconImport;
143
+ export var NurseFillSvg = NurseFillSvgImport;
144
+ export var NurseFillIcon = NurseFillIconImport;
145
+ export var NurseLineSvg = NurseLineSvgImport;
146
+ export var NurseLineIcon = NurseLineIconImport;
147
+ export var PsychotherapyFillSvg = PsychotherapyFillSvgImport;
148
+ export var PsychotherapyFillIcon = PsychotherapyFillIconImport;
149
+ export var PsychotherapyLineSvg = PsychotherapyLineSvgImport;
150
+ export var PsychotherapyLineIcon = PsychotherapyLineIconImport;
151
+ export var PulseFillSvg = PulseFillSvgImport;
152
+ export var PulseFillIcon = PulseFillIconImport;
153
+ export var PulseLineSvg = PulseLineSvgImport;
154
+ export var PulseLineIcon = PulseLineIconImport;
155
+ export var RestTimeFillSvg = RestTimeFillSvgImport;
156
+ export var RestTimeFillIcon = RestTimeFillIconImport;
157
+ export var RestTimeLineSvg = RestTimeLineSvgImport;
158
+ export var RestTimeLineIcon = RestTimeLineIconImport;
159
+ export var StethoscopeFillSvg = StethoscopeFillSvgImport;
160
+ export var StethoscopeFillIcon = StethoscopeFillIconImport;
161
+ export var StethoscopeLineSvg = StethoscopeLineSvgImport;
162
+ export var StethoscopeLineIcon = StethoscopeLineIconImport;
163
+ export var SurgicalMaskFillSvg = SurgicalMaskFillSvgImport;
164
+ export var SurgicalMaskFillIcon = SurgicalMaskFillIconImport;
165
+ export var SurgicalMaskLineSvg = SurgicalMaskLineSvgImport;
166
+ export var SurgicalMaskLineIcon = SurgicalMaskLineIconImport;
167
+ export var SyringeFillSvg = SyringeFillSvgImport;
168
+ export var SyringeFillIcon = SyringeFillIconImport;
169
+ export var SyringeLineSvg = SyringeLineSvgImport;
170
+ export var SyringeLineIcon = SyringeLineIconImport;
171
+ export var TestTubeFillSvg = TestTubeFillSvgImport;
172
+ export var TestTubeFillIcon = TestTubeFillIconImport;
173
+ export var TestTubeLineSvg = TestTubeLineSvgImport;
174
+ export var TestTubeLineIcon = TestTubeLineIconImport;
175
+ export var ThermometerFillSvg = ThermometerFillSvgImport;
176
+ export var ThermometerFillIcon = ThermometerFillIconImport;
177
+ export var ThermometerLineSvg = ThermometerLineSvgImport;
178
+ export var ThermometerLineIcon = ThermometerLineIconImport;
179
+ export var VirusFillSvg = VirusFillSvgImport;
180
+ export var VirusFillIcon = VirusFillIconImport;
181
+ export var VirusLineSvg = VirusLineSvgImport;
182
+ export var VirusLineIcon = VirusLineIconImport;
183
+ export var ZzzFillSvg = ZzzFillSvgImport;
184
+ export var ZzzFillIcon = ZzzFillIconImport;
185
+ export var ZzzLineSvg = ZzzLineSvgImport;
186
+ export var ZzzLineIcon = ZzzLineIconImport;