diff --git a/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php b/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
index 025ad9f844..7d23da09d2 100644
--- a/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
+++ b/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
@@ -161,6 +161,9 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) {
'pocket' => array(
'getpocket.com',
),
+ 'tiktok' => array(
+ 'tiktok.com',
+ ),
'twitch' => array(
'twitch.tv',
),
@@ -238,6 +241,8 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) {
'tumblr' => '',
+ 'tiktok' => '',
+
'twitch' => '',
'twitter' => '',
diff --git a/src/wp-content/themes/twentytwenty/readme.txt b/src/wp-content/themes/twentytwenty/readme.txt
index 35acca2382..41437b5d97 100644
--- a/src/wp-content/themes/twentytwenty/readme.txt
+++ b/src/wp-content/themes/twentytwenty/readme.txt
@@ -77,6 +77,11 @@ 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)
+Used for Tik Tok social icon.
+
Social Icons
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html