diff --git a/src/templates/bootstrap5/iconClass.ts b/src/templates/bootstrap5/iconClass.ts index f86e2e7b..d99a6b0e 100644 --- a/src/templates/bootstrap5/iconClass.ts +++ b/src/templates/bootstrap5/iconClass.ts @@ -110,6 +110,7 @@ export default (iconset, name, spinning) => { biName = 'x-circle'; break; case 'new-window': + name = 'window-restore'; biName = 'window-plus'; break; case 'move':