Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 8fe1e29

Browse files
matgraynshahan
authored andcommitted
Add font-weight mixin to material icon
PiperOrigin-RevId: 205129193
1 parent f398ffb commit 8fe1e29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/material_icon/_mixins.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@
3232
padding: $padding;
3333
}
3434
}
35+
36+
@mixin material-icon-weight($weight) {
37+
::ng-deep .material-icon-i {
38+
font-weight: $weight;
39+
}
40+
}

0 commit comments

Comments
 (0)