diff --git a/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php b/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
index 025ad9f844..12cc92f575 100644
--- a/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
+++ b/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
@@ -238,6 +238,8 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) {
'tumblr' => '',
+ 'tiktok' => '',
+
'twitch' => '',
'twitter' => '',
diff --git a/wp-content/themes/twentytwenty/readme.txt b/wp-content/themes/twentytwenty/readme.txt
index a186a90095..8d16434786 100644
--- a/wp-content/themes/twentytwenty/readme.txt
+++ b/wp-content/themes/twentytwenty/readme.txt
@@ -77,9 +77,9 @@ License: MIT License, https://opensource.org/licenses/MIT
Source: https://feathericons.com
Used for post meta icons, and the link icon in the social menu.
-Flaticon Icons
-License: Creative Commons BY 3.0, http://creativecommons.org/licenses/by/3.0/
-Source: Made by Freepik (https://www.flaticon.com/authors/freepik) for Flaticon (http://www.flaticon.com)
+TikTok Icon
+License: GPLv2
+Source: Émilie Lebrun - @Emlebrun
Used for TikTok social icon.
Social Icons
diff --git a/wp-includes/version.php b/wp-includes/version.php
index c9c662f16b..0eef36ecef 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.4.2-alpha-47806';
+$wp_version = '5.4.2-alpha-47822';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.