= {
// Navigation
'menu': '',
'close': '',
'arrow-back': '',
'arrow-forward': '',
'arrow-upward': '',
'arrow-downward': '',
'expand-more': '',
'expand-less': '',
'chevron-left': '',
'chevron-right': '',
// Actions
'add': '',
'remove': '',
'edit': '',
'delete': '',
'save': '',
'search': '',
'refresh': '',
'more-vert': '',
'more-horiz': '',
// Content
'content-copy': '',
'content-cut': '',
'content-paste': '',
// Communication
'call': '',
'chat': '',
'email': '',
'message': '',
// File
'folder': '',
'folder-open': '',
'insert-drive-file': '',
'attachment': '',
// Device
'phone': '',
'computer': '',
'tablet': '',
// Image
'image': '',
'photo-camera': '',
'photo-library': '',
// AV
'play-arrow': '',
'pause': '',
'stop': '',
'skip-previous': '',
'skip-next': '',
'volume-up': '',
'volume-off': '',
// Social
'person': '',
'people': '',
'group': '',
// Places
'home': '',
'location-on': '',
'place': '',
// Toggle
'star': '',
'star-border': '',
'favorite': '',
'favorite-border': '',
// Hardware
'keyboard': '',
'mouse': '',
// Notification
'notifications': '',
'notifications-off': '',
// Alert
'warning': '',
'error': '',
'info': '',
'check-circle': '',
// Editor
'format-bold': '',
'format-italic': '',
'format-underlined': '',
// Maps
'directions': '',
'my-location': '',
// Settings
'settings': '',
'tune': '',
// Shopping
'shopping-cart': '',
'add-shopping-cart': '',
// Date & Time
'access-time': '',
'today': '',
'date-range': '',
// Default fallback
'help': ''
};
return icons[name] || icons['help'];
}
render() {
if (!this.name) {
return html``;
}
return html`
`;
}
}