@stenajs-webui/elements 19.0.0-next.32 → 19.0.0-next.34
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/generated/CommonIcons.d.ts +2 -0
- package/dist/index.es.js +320 -298
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -113,6 +113,7 @@ export declare const stenaRateThumbDown: IconDefinition;
|
|
|
113
113
|
export declare const stenaRateThumbUp: IconDefinition;
|
|
114
114
|
export declare const stenaRefresh: IconDefinition;
|
|
115
115
|
export declare const stenaRobot: IconDefinition;
|
|
116
|
+
export declare const stenaRunningPerson: IconDefinition;
|
|
116
117
|
export declare const stenaSailingBus: IconDefinition;
|
|
117
118
|
export declare const stenaSailingCar: IconDefinition;
|
|
118
119
|
export declare const stenaSailingCargo: IconDefinition;
|
|
@@ -123,6 +124,7 @@ export declare const stenaSailingLocation: IconDefinition;
|
|
|
123
124
|
export declare const stenaSailingNoTicket: IconDefinition;
|
|
124
125
|
export declare const stenaSailingOffpeak: IconDefinition;
|
|
125
126
|
export declare const stenaSailingOnQuay: IconDefinition;
|
|
127
|
+
export declare const stenaSailingOnRouteArrow: IconDefinition;
|
|
126
128
|
export declare const stenaSailingOnRoute: IconDefinition;
|
|
127
129
|
export declare const stenaSailingPeak: IconDefinition;
|
|
128
130
|
export declare const stenaSailingRouteAlt: IconDefinition;
|