@stenajs-webui/elements 21.20.1 → 21.21.1
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 +624 -600
- 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
@@ -9,6 +9,7 @@ export declare const stenaBasket: MediumIcon;
|
|
9
9
|
export declare const stenaBell: MediumIcon;
|
10
10
|
export declare const stenaBellFilled: MediumIcon;
|
11
11
|
export declare const stenaBookmark: MediumIcon;
|
12
|
+
export declare const stenaBookmarkFilled: MediumIcon;
|
12
13
|
export declare const stenaBunkBed: MediumIcon;
|
13
14
|
export declare const stenaBuy: MediumIcon;
|
14
15
|
export declare const stenaCafe: MediumIcon;
|
@@ -142,6 +143,7 @@ export declare const stenaPlusSmall: MediumIcon;
|
|
142
143
|
export declare const stenaPrint: MediumIcon;
|
143
144
|
export declare const stenaQuestionBubble: MediumIcon;
|
144
145
|
export declare const stenaQuestionCircle: MediumIcon;
|
146
|
+
export declare const stenaQuestionCircleFilled: MediumIcon;
|
145
147
|
export declare const stenaRain: MediumIcon;
|
146
148
|
export declare const stenaRateThumbDown: MediumIcon;
|
147
149
|
export declare const stenaRateThumbUp: MediumIcon;
|