@festo-ui/web-essentials 6.1.0-dev.262 → 6.1.0-dev.267

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v6.1.0-dev.262 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v6.1.0-dev.267 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -2093,6 +2093,18 @@ button.fwe-btn.fwe-btn-lg i[class*=" fwe-icon-"]:before, label.fwe-checkbox.fwe-
2093
2093
  content: "\eae3";
2094
2094
  }
2095
2095
 
2096
+ .fwe-icon-applause:before {
2097
+ content: "\eae4";
2098
+ }
2099
+
2100
+ .fwe-icon-battery:before {
2101
+ content: "\eae5";
2102
+ }
2103
+
2104
+ .fwe-icon-dangerous-goods:before {
2105
+ content: "\eae6";
2106
+ }
2107
+
2096
2108
  .fwe-color-black {
2097
2109
  color: var(--fwe-black) !important;
2098
2110
  }