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 e5a8241713..4dcf4d59f4 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 @@ -74,46 +74,46 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) { * @var array */ public static $ui_icons = array( - 'arrow-down' => ' + 'arrow-down' => ' ', - 'arrow-down-circled' => ' + 'arrow-down-circled' => ' ', - 'bookmark' => ' + 'bookmark' => ' ', - 'calendar' => ' + 'calendar' => ' ', - 'chevron-down' => ' + 'chevron-down' => ' ', - 'comment' => ' + 'comment' => ' ', - 'cross' => ' + 'cross' => ' ', - 'ellipsis' => ' + 'ellipsis' => ' ', - 'edit' => ' + 'edit' => ' ', - 'folder' => ' + 'folder' => ' ', - 'link' => ' + 'link' => ' ', - 'search' => ' + 'search' => ' ', - 'tag' => ' + 'tag' => ' ', - 'user' => ' + 'user' => ' ', );