|
93 | 93 | flat |
94 | 94 | solo-inverted |
95 | 95 | hide-details |
96 | | - prepend-inner-icon="search" |
| 96 | + prepend-inner-icon="mdi-magnify" |
97 | 97 | label="Search" |
98 | 98 | class="hidden-sm-and-down" |
99 | 99 | /> |
|
260 | 260 | dialog: false, |
261 | 261 | drawer: null, |
262 | 262 | items: [ |
263 | | - { icon: 'contacts', text: 'Contacts' }, |
264 | | - { icon: 'history', text: 'Frequently contacted' }, |
265 | | - { icon: 'content_copy', text: 'Duplicates' }, |
| 263 | + { icon: 'mdi-contacts', text: 'Contacts' }, |
| 264 | + { icon: 'mdi-history', text: 'Frequently contacted' }, |
| 265 | + { icon: 'mdi-content-copy', text: 'Duplicates' }, |
266 | 266 | { |
267 | | - icon: 'keyboard_arrow_up', |
268 | | - 'icon-alt': 'keyboard_arrow_down', |
| 267 | + icon: 'mdi-chevron-up', |
| 268 | + 'icon-alt': 'mdi-chevron-down', |
269 | 269 | text: 'Labels', |
270 | 270 | model: true, |
271 | 271 | children: [ |
272 | | - { icon: 'add', text: 'Create label' }, |
| 272 | + { icon: 'mdi-plus', text: 'Create label' }, |
273 | 273 | ], |
274 | 274 | }, |
275 | 275 | { |
276 | | - icon: 'keyboard_arrow_up', |
277 | | - 'icon-alt': 'keyboard_arrow_down', |
| 276 | + icon: 'mdi-chevron-up', |
| 277 | + 'icon-alt': 'mdi-chevron-down', |
278 | 278 | text: 'More', |
279 | 279 | model: false, |
280 | 280 | children: [ |
|
285 | 285 | { text: 'Other contacts' }, |
286 | 286 | ], |
287 | 287 | }, |
288 | | - { icon: 'settings', text: 'Settings' }, |
289 | | - { icon: 'chat_bubble', text: 'Send feedback' }, |
290 | | - { icon: 'help', text: 'Help' }, |
291 | | - { icon: 'phonelink', text: 'App downloads' }, |
292 | | - { icon: 'keyboard', text: 'Go to the old version' }, |
| 288 | + { icon: 'mdi-settings', text: 'Settings' }, |
| 289 | + { icon: 'mdi-message', text: 'Send feedback' }, |
| 290 | + { icon: 'mdi-help-circle', text: 'Help' }, |
| 291 | + { icon: 'mdi-cellphone-link', text: 'App downloads' }, |
| 292 | + { icon: 'mdi-keyboard', text: 'Go to the old version' }, |
293 | 293 | ], |
294 | 294 | }), |
295 | 295 | } |
|
0 commit comments