diff --git a/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg b/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg
index d5f9ade..1ee2c75 100644
a
|
b
|
|
151 | 151 | <symbol id="icon-pause" viewBox="0 0 24 28"> |
152 | 152 | <path d="M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z"></path> |
153 | 153 | </symbol> |
| 154 | <symbol id="icon-feed" viewBox="0 0 256 256"> |
| 155 | <circle cx="68" cy="189" r="24" fill="#FFF"/> |
| 156 | <path class="path1" d="M160 213h-34a82 82 0 0 0 -82 -82v-34a116 116 0 0 1 116 116z M184 213A140 140 0 0 0 44 73 V 38a175 175 0 0 1 175 175z"></path> |
| 157 | </symbol> |
154 | 158 | </defs> |
155 | 159 | </svg> |
diff --git a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
index 87572bc..82b8b4c 100644
a
|
b
|
function twentyseventeen_social_links_icons() { |
178 | 178 | 'dribbble.com' => 'dribbble', |
179 | 179 | 'dropbox.com' => 'dropbox', |
180 | 180 | 'facebook.com' => 'facebook', |
| 181 | '/feed' => 'feed', |
181 | 182 | 'flickr.com' => 'flickr', |
182 | 183 | 'foursquare.com' => 'foursquare', |
183 | 184 | 'plus.google.com' => 'google-plus', |