diff --git a/components/src/core/components/Icon/icons.ts b/components/src/core/components/Icon/icons.ts
index 67f51abb0..f8871c24a 100644
--- a/components/src/core/components/Icon/icons.ts
+++ b/components/src/core/components/Icon/icons.ts
@@ -1379,6 +1379,16 @@ export const oxdContinuedOvernight: icon = {
value: ``,
};
+export const oxdWindowIn: icon = {
+ name: 'oxd-window-in',
+ value: ``,
+};
+
+export const oxdWindowOut: icon = {
+ name: 'oxd-window-out',
+ value: ``,
+};
+
const icons: Icons = {
'oxd-likes': oxdLikes,
'oxd-birthday': oxdBirthday,
@@ -1530,6 +1540,8 @@ const icons: Icons = {
'oxd-shift-in': oxdShiftIn,
'oxd-shift-out': oxdShiftOut,
'oxd-continued-overnight': oxdContinuedOvernight,
+ 'oxd-window-in': oxdWindowIn,
+ 'oxd-window-out': oxdWindowOut,
};
export default icons;