@@ -94,6 +94,12 @@ class DemoView extends LitElement {
9494 } ;
9595
9696 this . listItems = [
97+ {
98+ name : 'Elevation Overlay' ,
99+ secondary : 'Element overlays for dark mode elevation and emphasis' ,
100+ href : 'elevation-overlay/' ,
101+ img : 'https://fonts.gstatic.com/s/i/materialicons/flip_to_front/v6/24px.svg' ,
102+ } ,
97103 {
98104 name : 'Button' ,
99105 secondary : 'Raised and flat buttons' ,
@@ -164,13 +170,13 @@ class DemoView extends LitElement {
164170 name : 'List' ,
165171 secondary : 'Continuous, vertical indexes of text or images.' ,
166172 href : 'list/' ,
167- img : 'https://material.io/develop/images/component_icons/list .svg' ,
173+ img : 'https://fonts.gstatic.com/s/i/materialicons/view_list/v6/24px .svg' ,
168174 } ,
169175 {
170176 name : 'Menu' ,
171177 secondary : 'Displays a list of choices on a temporary surface.' ,
172178 href : 'menu/' ,
173- img : 'https://material.io/develop/images/component_icons/menu .svg' ,
179+ img : 'https://fonts.gstatic.com/s/i/materialicons/picture_in_picture/v6/24px .svg' ,
174180 } ,
175181 {
176182 name : 'Radio buttons' ,
@@ -188,7 +194,7 @@ class DemoView extends LitElement {
188194 name : 'Select' ,
189195 secondary : 'Single option dropdown select menus' ,
190196 href : 'select/' ,
191- img : 'https://material.io/develop/images/component_icons/menu .svg' ,
197+ img : 'https://fonts.gstatic.com/s/i/materialicons/list_alt/v6/24px .svg' ,
192198 } ,
193199 {
194200 name : 'Slider' ,
0 commit comments