Skip to content

Commit

Permalink
Auto Update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 22, 2021
1 parent e83a356 commit d5a028a
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions _data/codepoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@
"fireplace": "ea43",
"first_page": "e5dc",
"fit_screen": "ea10",
"fitbit": "e82b",
"fitness_center": "eb43",
"flag": "e153",
"flaky": "ef50",
Expand Down Expand Up @@ -911,6 +912,7 @@
"iron": "e583",
"iso": "e3f6",
"kayaking": "e50c",
"kebab_dining": "e842",
"keyboard": "e312",
"keyboard_alt": "f028",
"keyboard_arrow_down": "e313",
Expand Down
6 changes: 3 additions & 3 deletions _data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"account_tree": 11,
"ad_units": 12,
"adb": 11,
"add": 17,
"add": 19,
"add_a_photo": 13,
"add_alarm": 12,
"add_alert": 14,
Expand Down Expand Up @@ -1217,7 +1217,7 @@
"phonelink_ring": 11,
"phonelink_setup": 12,
"photo": 11,
"photo_album": 12,
"photo_album": 13,
"photo_camera": 16,
"photo_camera_back": 10,
"photo_camera_front": 10,
Expand Down Expand Up @@ -1730,7 +1730,7 @@
"videocam_off": 11,
"videogame_asset": 10,
"videogame_asset_off": 3,
"view_agenda": 12,
"view_agenda": 13,
"view_array": 12,
"view_carousel": 12,
"view_column": 12,
Expand Down
2 changes: 2 additions & 0 deletions css/_codepoints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ $material-icons-codepoints: map-merge((
"fireplace": ea43,
"first_page": e5dc,
"fit_screen": ea10,
"fitbit": e82b,
"fitness_center": eb43,
"flag": e153,
"flaky": ef50,
Expand Down Expand Up @@ -912,6 +913,7 @@ $material-icons-codepoints: map-merge((
"iron": e583,
"iso": e3f6,
"kayaking": e50c,
"kebab_dining": e842,
"keyboard": e312,
"keyboard_alt": f028,
"keyboard_arrow_down": e313,
Expand Down
8 changes: 8 additions & 0 deletions css/material-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -2903,6 +2903,10 @@
content: "\ea10";
}

.mi-fitbit::before {
content: "\e82b";
}

.mi-fitness-center::before {
content: "\eb43";
}
Expand Down Expand Up @@ -3751,6 +3755,10 @@
content: "\e50c";
}

.mi-kebab-dining::before {
content: "\e842";
}

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

Large diffs are not rendered by default.

Binary file modified iconfont/material-icons-outlined.woff
Binary file not shown.
Binary file modified iconfont/material-icons-outlined.woff2
Binary file not shown.
Binary file modified iconfont/material-icons-round.woff
Binary file not shown.
Binary file modified iconfont/material-icons-round.woff2
Binary file not shown.
Binary file modified iconfont/material-icons-sharp.woff
Binary file not shown.
Binary file modified iconfont/material-icons-sharp.woff2
Binary file not shown.
Binary file modified iconfont/material-icons-two-tone.woff
Binary file not shown.
Binary file modified iconfont/material-icons-two-tone.woff2
Binary file not shown.
Binary file modified iconfont/material-icons.woff
Binary file not shown.
Binary file modified iconfont/material-icons.woff2
Binary file not shown.

0 comments on commit d5a028a

Please sign in to comment.