diff --git a/src/templates/bootstrap5/iconClass.ts b/src/templates/bootstrap5/iconClass.ts index f86e2e7b..ce932559 100644 --- a/src/templates/bootstrap5/iconClass.ts +++ b/src/templates/bootstrap5/iconClass.ts @@ -104,6 +104,7 @@ export default (iconset, name, spinning) => { biName = 'plus-lg'; break; case 'question-sign': + name = 'question-circle'; biName = 'question-circle'; break; case 'remove-circle':