@phila/phila-ui-core 3.0.0-beta.7 → 3.0.0-beta.9
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/icons.d.ts +16 -0
- package/dist/icons.js +1 -1
- package/dist/icons.mjs +658 -554
- package/dist/index.d.ts +7 -2
- package/dist/phila-icons.css +40 -0
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -21,6 +21,8 @@ export declare const IconArrowUpFromGroundWater: IconComponent;
|
|
|
21
21
|
|
|
22
22
|
export declare const IconAt: IconComponent;
|
|
23
23
|
|
|
24
|
+
export declare const IconBaby: IconComponent;
|
|
25
|
+
|
|
24
26
|
export declare const IconBackwardFast: IconComponent;
|
|
25
27
|
|
|
26
28
|
export declare const IconBackwardStep: IconComponent;
|
|
@@ -51,6 +53,8 @@ export declare const IconBuildingUser: IconComponent;
|
|
|
51
53
|
|
|
52
54
|
export declare const IconBullhorn: IconComponent;
|
|
53
55
|
|
|
56
|
+
export declare const IconBus: IconComponent;
|
|
57
|
+
|
|
54
58
|
export declare const IconCalculator: IconComponent;
|
|
55
59
|
|
|
56
60
|
export declare const IconCalendar: IconComponent;
|
|
@@ -105,8 +109,14 @@ export declare const IconCircleRadiation: IconComponent;
|
|
|
105
109
|
|
|
106
110
|
export declare const IconClipboard: IconComponent;
|
|
107
111
|
|
|
112
|
+
export declare const IconClock: IconComponent;
|
|
113
|
+
|
|
108
114
|
export declare const IconClose: IconComponent;
|
|
109
115
|
|
|
116
|
+
export declare const IconCloudRain: IconComponent;
|
|
117
|
+
|
|
118
|
+
export declare const IconCloudShowersHeavy: IconComponent;
|
|
119
|
+
|
|
110
120
|
export declare const IconCommentDots: IconComponent;
|
|
111
121
|
|
|
112
122
|
export declare const IconComments: IconComponent;
|
|
@@ -274,10 +284,14 @@ export declare const IconPerson: IconComponent;
|
|
|
274
284
|
|
|
275
285
|
export declare const IconPersonMilitaryPointing: IconComponent;
|
|
276
286
|
|
|
287
|
+
export declare const IconPersonWalking: IconComponent;
|
|
288
|
+
|
|
277
289
|
export declare const IconPhone: IconComponent;
|
|
278
290
|
|
|
279
291
|
export declare const IconPlay: IconComponent;
|
|
280
292
|
|
|
293
|
+
export declare const IconPrescriptionBottleMedical: IconComponent;
|
|
294
|
+
|
|
281
295
|
export declare const IconPrint: IconComponent;
|
|
282
296
|
|
|
283
297
|
export declare const IconQuestion: IconComponent;
|
|
@@ -320,6 +334,8 @@ export declare const IconStreetView: IconComponent;
|
|
|
320
334
|
|
|
321
335
|
export declare const IconSuitcaseMedical: IconComponent;
|
|
322
336
|
|
|
337
|
+
export declare const IconTemperatureFull: IconComponent;
|
|
338
|
+
|
|
323
339
|
export declare const IconThumbtack: IconComponent;
|
|
324
340
|
|
|
325
341
|
export declare const IconTrashCan: IconComponent;
|