Changeset 49184 for trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php
- Timestamp:
- 10/17/2020 04:24:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php
r47808 r49184 71 71 * @var array 72 72 */ 73 static $ui_icons = array(73 public static $ui_icons = array( 74 74 'link' => /* material-design – link */ ' 75 75 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> … … 179 179 * @var array 180 180 */ 181 static $social_icons_map = array(181 public static $social_icons_map = array( 182 182 'amazon' => array( 183 183 'amazon.com', … … 238 238 * @var array 239 239 */ 240 static $social_icons = array(240 public static $social_icons = array( 241 241 '500px' => ' 242 242 <svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
Note: See TracChangeset
for help on using the changeset viewer.