@stenajs-webui/elements 20.5.4 → 20.5.5
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 +1 -0
- package/dist/index.es.js +417 -405
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -145,6 +145,7 @@ export declare const stenaSailingLocation: MediumIcon;
|
|
|
145
145
|
export declare const stenaSailingNoTicket: MediumIcon;
|
|
146
146
|
export declare const stenaSailingOffpeak: MediumIcon;
|
|
147
147
|
export declare const stenaSailingOnQuay: MediumIcon;
|
|
148
|
+
export declare const stenaSailingOnRouteArrowFlipped: MediumIcon;
|
|
148
149
|
export declare const stenaSailingOnRouteArrow: MediumIcon;
|
|
149
150
|
export declare const stenaSailingOnRoute: MediumIcon;
|
|
150
151
|
export declare const stenaSailingPeak: MediumIcon;
|