@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,186 +1,186 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
export var
|
|
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
64
|
export var BrainFillIcon = BrainFillIconImport;
|
|
65
|
-
export var
|
|
65
|
+
export var brainLineSvg = brainLineSvgImport;
|
|
66
66
|
export var BrainLineIcon = BrainLineIconImport;
|
|
67
|
-
export var
|
|
67
|
+
export var capsuleFillSvg = capsuleFillSvgImport;
|
|
68
68
|
export var CapsuleFillIcon = CapsuleFillIconImport;
|
|
69
|
-
export var
|
|
69
|
+
export var capsuleLineSvg = capsuleLineSvgImport;
|
|
70
70
|
export var CapsuleLineIcon = CapsuleLineIconImport;
|
|
71
|
-
export var
|
|
71
|
+
export var dislikeFillSvg = dislikeFillSvgImport;
|
|
72
72
|
export var DislikeFillIcon = DislikeFillIconImport;
|
|
73
|
-
export var
|
|
73
|
+
export var dislikeLineSvg = dislikeLineSvgImport;
|
|
74
74
|
export var DislikeLineIcon = DislikeLineIconImport;
|
|
75
|
-
export var
|
|
75
|
+
export var dossierFillSvg = dossierFillSvgImport;
|
|
76
76
|
export var DossierFillIcon = DossierFillIconImport;
|
|
77
|
-
export var
|
|
77
|
+
export var dossierLineSvg = dossierLineSvgImport;
|
|
78
78
|
export var DossierLineIcon = DossierLineIconImport;
|
|
79
|
-
export var
|
|
79
|
+
export var empathizeFillSvg = empathizeFillSvgImport;
|
|
80
80
|
export var EmpathizeFillIcon = EmpathizeFillIconImport;
|
|
81
|
-
export var
|
|
81
|
+
export var empathizeLineSvg = empathizeLineSvgImport;
|
|
82
82
|
export var EmpathizeLineIcon = EmpathizeLineIconImport;
|
|
83
|
-
export var
|
|
83
|
+
export var firstAidKitFillSvg = firstAidKitFillSvgImport;
|
|
84
84
|
export var FirstAidKitFillIcon = FirstAidKitFillIconImport;
|
|
85
|
-
export var
|
|
85
|
+
export var firstAidKitLineSvg = firstAidKitLineSvgImport;
|
|
86
86
|
export var FirstAidKitLineIcon = FirstAidKitLineIconImport;
|
|
87
|
-
export var
|
|
87
|
+
export var flaskFillSvg = flaskFillSvgImport;
|
|
88
88
|
export var FlaskFillIcon = FlaskFillIconImport;
|
|
89
|
-
export var
|
|
89
|
+
export var flaskLineSvg = flaskLineSvgImport;
|
|
90
90
|
export var FlaskLineIcon = FlaskLineIconImport;
|
|
91
|
-
export var
|
|
91
|
+
export var handSanitizerFillSvg = handSanitizerFillSvgImport;
|
|
92
92
|
export var HandSanitizerFillIcon = HandSanitizerFillIconImport;
|
|
93
|
-
export var
|
|
93
|
+
export var handSanitizerLineSvg = handSanitizerLineSvgImport;
|
|
94
94
|
export var HandSanitizerLineIcon = HandSanitizerLineIconImport;
|
|
95
|
-
export var
|
|
95
|
+
export var healthBookFillSvg = healthBookFillSvgImport;
|
|
96
96
|
export var HealthBookFillIcon = HealthBookFillIconImport;
|
|
97
|
-
export var
|
|
97
|
+
export var healthBookLineSvg = healthBookLineSvgImport;
|
|
98
98
|
export var HealthBookLineIcon = HealthBookLineIconImport;
|
|
99
|
-
export var
|
|
99
|
+
export var heart2FillSvg = heart2FillSvgImport;
|
|
100
100
|
export var Heart2FillIcon = Heart2FillIconImport;
|
|
101
|
-
export var
|
|
101
|
+
export var heart2LineSvg = heart2LineSvgImport;
|
|
102
102
|
export var Heart2LineIcon = Heart2LineIconImport;
|
|
103
|
-
export var
|
|
103
|
+
export var heart3FillSvg = heart3FillSvgImport;
|
|
104
104
|
export var Heart3FillIcon = Heart3FillIconImport;
|
|
105
|
-
export var
|
|
105
|
+
export var heart3LineSvg = heart3LineSvgImport;
|
|
106
106
|
export var Heart3LineIcon = Heart3LineIconImport;
|
|
107
|
-
export var
|
|
107
|
+
export var heartAddFillSvg = heartAddFillSvgImport;
|
|
108
108
|
export var HeartAddFillIcon = HeartAddFillIconImport;
|
|
109
|
-
export var
|
|
109
|
+
export var heartAddLineSvg = heartAddLineSvgImport;
|
|
110
110
|
export var HeartAddLineIcon = HeartAddLineIconImport;
|
|
111
|
-
export var
|
|
111
|
+
export var heartFillSvg = heartFillSvgImport;
|
|
112
112
|
export var HeartFillIcon = HeartFillIconImport;
|
|
113
|
-
export var
|
|
113
|
+
export var heartLineSvg = heartLineSvgImport;
|
|
114
114
|
export var HeartLineIcon = HeartLineIconImport;
|
|
115
|
-
export var
|
|
115
|
+
export var heartPulseFillSvg = heartPulseFillSvgImport;
|
|
116
116
|
export var HeartPulseFillIcon = HeartPulseFillIconImport;
|
|
117
|
-
export var
|
|
117
|
+
export var heartPulseLineSvg = heartPulseLineSvgImport;
|
|
118
118
|
export var HeartPulseLineIcon = HeartPulseLineIconImport;
|
|
119
|
-
export var
|
|
119
|
+
export var heartsFillSvg = heartsFillSvgImport;
|
|
120
120
|
export var HeartsFillIcon = HeartsFillIconImport;
|
|
121
|
-
export var
|
|
121
|
+
export var heartsLineSvg = heartsLineSvgImport;
|
|
122
122
|
export var HeartsLineIcon = HeartsLineIconImport;
|
|
123
|
-
export var
|
|
123
|
+
export var infraredThermometerFillSvg = infraredThermometerFillSvgImport;
|
|
124
124
|
export var InfraredThermometerFillIcon = InfraredThermometerFillIconImport;
|
|
125
|
-
export var
|
|
125
|
+
export var infraredThermometerLineSvg = infraredThermometerLineSvgImport;
|
|
126
126
|
export var InfraredThermometerLineIcon = InfraredThermometerLineIconImport;
|
|
127
|
-
export var
|
|
127
|
+
export var lungsFillSvg = lungsFillSvgImport;
|
|
128
128
|
export var LungsFillIcon = LungsFillIconImport;
|
|
129
|
-
export var
|
|
129
|
+
export var lungsLineSvg = lungsLineSvgImport;
|
|
130
130
|
export var LungsLineIcon = LungsLineIconImport;
|
|
131
|
-
export var
|
|
131
|
+
export var medicineBottleFillSvg = medicineBottleFillSvgImport;
|
|
132
132
|
export var MedicineBottleFillIcon = MedicineBottleFillIconImport;
|
|
133
|
-
export var
|
|
133
|
+
export var medicineBottleLineSvg = medicineBottleLineSvgImport;
|
|
134
134
|
export var MedicineBottleLineIcon = MedicineBottleLineIconImport;
|
|
135
|
-
export var
|
|
135
|
+
export var mentalHealthFillSvg = mentalHealthFillSvgImport;
|
|
136
136
|
export var MentalHealthFillIcon = MentalHealthFillIconImport;
|
|
137
|
-
export var
|
|
137
|
+
export var mentalHealthLineSvg = mentalHealthLineSvgImport;
|
|
138
138
|
export var MentalHealthLineIcon = MentalHealthLineIconImport;
|
|
139
|
-
export var
|
|
139
|
+
export var microscopeFillSvg = microscopeFillSvgImport;
|
|
140
140
|
export var MicroscopeFillIcon = MicroscopeFillIconImport;
|
|
141
|
-
export var
|
|
141
|
+
export var microscopeLineSvg = microscopeLineSvgImport;
|
|
142
142
|
export var MicroscopeLineIcon = MicroscopeLineIconImport;
|
|
143
|
-
export var
|
|
143
|
+
export var nurseFillSvg = nurseFillSvgImport;
|
|
144
144
|
export var NurseFillIcon = NurseFillIconImport;
|
|
145
|
-
export var
|
|
145
|
+
export var nurseLineSvg = nurseLineSvgImport;
|
|
146
146
|
export var NurseLineIcon = NurseLineIconImport;
|
|
147
|
-
export var
|
|
147
|
+
export var psychotherapyFillSvg = psychotherapyFillSvgImport;
|
|
148
148
|
export var PsychotherapyFillIcon = PsychotherapyFillIconImport;
|
|
149
|
-
export var
|
|
149
|
+
export var psychotherapyLineSvg = psychotherapyLineSvgImport;
|
|
150
150
|
export var PsychotherapyLineIcon = PsychotherapyLineIconImport;
|
|
151
|
-
export var
|
|
151
|
+
export var pulseFillSvg = pulseFillSvgImport;
|
|
152
152
|
export var PulseFillIcon = PulseFillIconImport;
|
|
153
|
-
export var
|
|
153
|
+
export var pulseLineSvg = pulseLineSvgImport;
|
|
154
154
|
export var PulseLineIcon = PulseLineIconImport;
|
|
155
|
-
export var
|
|
155
|
+
export var restTimeFillSvg = restTimeFillSvgImport;
|
|
156
156
|
export var RestTimeFillIcon = RestTimeFillIconImport;
|
|
157
|
-
export var
|
|
157
|
+
export var restTimeLineSvg = restTimeLineSvgImport;
|
|
158
158
|
export var RestTimeLineIcon = RestTimeLineIconImport;
|
|
159
|
-
export var
|
|
159
|
+
export var stethoscopeFillSvg = stethoscopeFillSvgImport;
|
|
160
160
|
export var StethoscopeFillIcon = StethoscopeFillIconImport;
|
|
161
|
-
export var
|
|
161
|
+
export var stethoscopeLineSvg = stethoscopeLineSvgImport;
|
|
162
162
|
export var StethoscopeLineIcon = StethoscopeLineIconImport;
|
|
163
|
-
export var
|
|
163
|
+
export var surgicalMaskFillSvg = surgicalMaskFillSvgImport;
|
|
164
164
|
export var SurgicalMaskFillIcon = SurgicalMaskFillIconImport;
|
|
165
|
-
export var
|
|
165
|
+
export var surgicalMaskLineSvg = surgicalMaskLineSvgImport;
|
|
166
166
|
export var SurgicalMaskLineIcon = SurgicalMaskLineIconImport;
|
|
167
|
-
export var
|
|
167
|
+
export var syringeFillSvg = syringeFillSvgImport;
|
|
168
168
|
export var SyringeFillIcon = SyringeFillIconImport;
|
|
169
|
-
export var
|
|
169
|
+
export var syringeLineSvg = syringeLineSvgImport;
|
|
170
170
|
export var SyringeLineIcon = SyringeLineIconImport;
|
|
171
|
-
export var
|
|
171
|
+
export var testTubeFillSvg = testTubeFillSvgImport;
|
|
172
172
|
export var TestTubeFillIcon = TestTubeFillIconImport;
|
|
173
|
-
export var
|
|
173
|
+
export var testTubeLineSvg = testTubeLineSvgImport;
|
|
174
174
|
export var TestTubeLineIcon = TestTubeLineIconImport;
|
|
175
|
-
export var
|
|
175
|
+
export var thermometerFillSvg = thermometerFillSvgImport;
|
|
176
176
|
export var ThermometerFillIcon = ThermometerFillIconImport;
|
|
177
|
-
export var
|
|
177
|
+
export var thermometerLineSvg = thermometerLineSvgImport;
|
|
178
178
|
export var ThermometerLineIcon = ThermometerLineIconImport;
|
|
179
|
-
export var
|
|
179
|
+
export var virusFillSvg = virusFillSvgImport;
|
|
180
180
|
export var VirusFillIcon = VirusFillIconImport;
|
|
181
|
-
export var
|
|
181
|
+
export var virusLineSvg = virusLineSvgImport;
|
|
182
182
|
export var VirusLineIcon = VirusLineIconImport;
|
|
183
|
-
export var
|
|
183
|
+
export var zzzFillSvg = zzzFillSvgImport;
|
|
184
184
|
export var ZzzFillIcon = ZzzFillIconImport;
|
|
185
|
-
export var
|
|
185
|
+
export var zzzLineSvg = zzzLineSvgImport;
|
|
186
186
|
export var ZzzLineIcon = ZzzLineIconImport;
|