diff --git a/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg b/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg
index d5f9adee92..4a6bc5983c 100644
--- a/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg
+++ b/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg
@@ -130,6 +130,13 @@
+
+
+
+
+
+
+
diff --git a/wp-content/themes/twentyseventeen/inc/icon-functions.php b/wp-content/themes/twentyseventeen/inc/icon-functions.php
index 11a1b0be16..6aa695e41a 100644
--- a/wp-content/themes/twentyseventeen/inc/icon-functions.php
+++ b/wp-content/themes/twentyseventeen/inc/icon-functions.php
@@ -197,12 +197,15 @@ function twentyseventeen_social_links_icons() {
'soundcloud.com' => 'soundcloud',
'spotify.com' => 'spotify',
'stumbleupon.com' => 'stumbleupon',
+ 't.me' => 'telegram',
+ 'telegram.me' => 'telegram',
'tumblr.com' => 'tumblr',
'twitch.tv' => 'twitch',
'twitter.com' => 'twitter',
'vimeo.com' => 'vimeo',
'vine.co' => 'vine',
'vk.com' => 'vk',
+ 'whatsapp.com' => 'whatsapp',
'wordpress.org' => 'wordpress',
'wordpress.com' => 'wordpress',
'yelp.com' => 'yelp',
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 919ad146ee..e4c65ba2c7 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.5-alpha-48026';
+$wp_version = '5.5-alpha-48027';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.