diff --git a/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php b/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php
index 16efb0aa50..14cf545464 100644
|
a
|
b
|
class TwentyNineteen_SVG_Icons { |
| 155 | 155 | </svg>', |
| 156 | 156 | |
| 157 | 157 | 'keyboard_arrow_left' => /* material-design – keyboard_arrow_left */ ' |
| 158 | | <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> |
| | 158 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> |
| 159 | 159 | <path d="M14 7l-5 5 5 5V7z"></path> |
| 160 | 160 | <path fill="none" d="M24 0v24H0V0h24z"></path> |
| 161 | 161 | </svg>', |
| 162 | 162 | |
| 163 | 163 | 'arrow_drop_down_ellipsis' => /* custom – arrow_drop_down_ellipsis */ ' |
| 164 | | <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"> |
| | 164 | <svg xmlns="http://www.w3.org/2000/svg"> |
| 165 | 165 | <g fill="none" fill-rule="evenodd"> |
| 166 | 166 | <path d="M0 0h24v24H0z"/> |
| 167 | 167 | <path fill="currentColor" fill-rule="nonzero" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zM6 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/> |