@stenajs-webui/elements 17.15.0 → 17.16.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v17.16.0 (Fri Sep 16 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Add additional Icons [#507](https://github.com/StenaIT/stenajs-webui/pull/507) ([@AugustasFriend](https://github.com/AugustasFriend))
6
+
7
+ #### Authors: 1
8
+
9
+ - Augustas ([@AugustasFriend](https://github.com/AugustasFriend))
10
+
11
+ ---
12
+
1
13
  # v17.15.0 (Fri Sep 16 2022)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -4,6 +4,10 @@ export declare const stenaAngleDownDouble: IconDefinition;
4
4
  export declare const stenaAngleDown: IconDefinition;
5
5
  export declare const stenaAngleLeftDouble: IconDefinition;
6
6
  export declare const stenaAngleLeft: IconDefinition;
7
+ export declare const stenaExternalLink: IconDefinition;
8
+ export declare const stenaSailingRoundTrip: IconDefinition;
9
+ export declare const stenaSailingVehicle: IconDefinition;
10
+ export declare const stenaSendPlane: IconDefinition;
7
11
  export declare const stenaAngleRightDouble: IconDefinition;
8
12
  export declare const stenaAngleRight: IconDefinition;
9
13
  export declare const stenaAngleUpDouble: IconDefinition;