diff --git a/src/material-experimental/mdc-button/button.html b/src/material-experimental/mdc-button/button.html
index 7218c1fe2d72..ce5f8c040ad5 100644
--- a/src/material-experimental/mdc-button/button.html
+++ b/src/material-experimental/mdc-button/button.html
@@ -5,15 +5,15 @@
+
+
+
-
-
-
favorite
+ // ```
+ // However, Angular Material expects a `mat-icon` instead. The following
+ // will extend the `mdc-button__icon` styling to the mat icon. Note that
+ // the extended styles inherently only match icons that nest themselves in
+ // a parent `mdc-button`.
+ //
+ // TODO(mmalerba): Have MDC create a mixin for this so we don't have to rely on extending their
+ // class.
+ .mat-icon {
+ @extend .mdc-button__icon;
+ }
}
// Add an outline to make buttons more visible in high contrast mode. Stroked buttons and FABs