Skip to content

Commit

Permalink
Update codepoints
Browse files Browse the repository at this point in the history
  • Loading branch information
marella committed Jun 11, 2021
1 parent 636e43e commit 2ac342f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _data/codepoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1693,6 +1693,8 @@
"swap_vert_circle": "e8d6",
"swap_vertical_circle": "e8d6",
"swipe": "e9ec",
"switch_access_shortcut": "e7e1",
"switch_access_shortcut_add": "e7e2",
"switch_account": "e9ed",
"switch_camera": "e41e",
"switch_left": "f1d1",
Expand Down
2 changes: 2 additions & 0 deletions css/_codepoints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,8 @@ $material-icons-codepoints: map-merge((
"swap_vert_circle": e8d6,
"swap_vertical_circle": e8d6,
"swipe": e9ec,
"switch_access_shortcut": e7e1,
"switch_access_shortcut_add": e7e2,
"switch_account": e9ed,
"switch_camera": e41e,
"switch_left": f1d1,
Expand Down
8 changes: 8 additions & 0 deletions css/material-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -6879,6 +6879,14 @@
content: "\e9ec";
}

.mi-switch-access-shortcut:before {
content: "\e7e1";
}

.mi-switch-access-shortcut-add:before {
content: "\e7e2";
}

.mi-switch-account:before {
content: "\e9ed";
}
Expand Down
2 changes: 1 addition & 1 deletion css/material-icons.min.css

Large diffs are not rendered by default.

0 comments on commit 2ac342f

Please sign in to comment.