diff --git a/src/material/icon/icon.scss b/src/material/icon/icon.scss index d74412f0bb56..9c9929ef9405 100644 --- a/src/material/icon/icon.scss +++ b/src/material/icon/icon.scss @@ -1,7 +1,10 @@ +@use '../core/style/vendor-prefixes'; + // The width/height of the icon element. $size: 24px !default; .mat-icon { + @include vendor-prefixes.user-select(none); background-repeat: no-repeat; display: inline-block; fill: currentColor;