diff --git a/packages/components/src/button/index.js b/packages/components/src/button/index.js
index e04ae077890a7..32d1b9853a6c2 100644
--- a/packages/components/src/button/index.js
+++ b/packages/components/src/button/index.js
@@ -112,7 +112,7 @@ export function Button( props, ref ) {
ref={ ref }
>
{ icon && }
- { ! icon && text && { text } }
+ { text && <>{ text }> }
{ children }
);