fix: update Material Symbols
This commit is contained in:
@@ -23,15 +23,26 @@ const icons = [
|
||||
'add_circle',
|
||||
'air',
|
||||
'air_purifier_gen',
|
||||
'airline_seat_recline_normal',
|
||||
'airplane_ticket',
|
||||
'apartment',
|
||||
'apparel',
|
||||
'arrow_back',
|
||||
'arrow_forward',
|
||||
'arrow_right',
|
||||
'arrow_upward',
|
||||
'assistant_navigation',
|
||||
'asterisk',
|
||||
'attractions',
|
||||
'award_star',
|
||||
'bakery_dining',
|
||||
'balcony',
|
||||
'bathroom',
|
||||
'bathtub',
|
||||
'beach_access',
|
||||
'bed',
|
||||
'bedroom_parent',
|
||||
'box',
|
||||
'business_center',
|
||||
'calendar_add_on',
|
||||
'calendar_month',
|
||||
@@ -41,22 +52,30 @@ const icons = [
|
||||
'camera',
|
||||
'cancel',
|
||||
'chair',
|
||||
'charging_station',
|
||||
'check',
|
||||
'check_box',
|
||||
'check_circle',
|
||||
'checked_bag',
|
||||
'checkroom',
|
||||
'chevron_left',
|
||||
'chevron_right',
|
||||
'close',
|
||||
'coffee',
|
||||
'coffee_maker',
|
||||
'compare_arrows',
|
||||
'computer',
|
||||
'concierge',
|
||||
'confirmation_number',
|
||||
'connected_tv',
|
||||
'content_copy',
|
||||
'contract',
|
||||
'cool_to_dry',
|
||||
'countertops',
|
||||
'credit_card',
|
||||
'credit_card_heart',
|
||||
'curtains',
|
||||
'curtains_closed',
|
||||
'deck',
|
||||
'delete',
|
||||
'desk',
|
||||
@@ -64,6 +83,8 @@ const icons = [
|
||||
'diamond',
|
||||
'dining',
|
||||
'directions',
|
||||
'directions_run',
|
||||
'directions_subway',
|
||||
'downhill_skiing',
|
||||
'download',
|
||||
'dresser',
|
||||
@@ -81,17 +102,22 @@ const icons = [
|
||||
'favorite',
|
||||
'fax',
|
||||
'featured_seasonal_and_gifts',
|
||||
'festival',
|
||||
'filter',
|
||||
'filter_alt',
|
||||
'floor_lamp',
|
||||
'forest',
|
||||
'garage',
|
||||
'globe',
|
||||
'golf_course',
|
||||
'groups',
|
||||
'health_and_beauty',
|
||||
'heat',
|
||||
'hiking',
|
||||
'home',
|
||||
'hot_tub',
|
||||
'houseboat',
|
||||
'hvac',
|
||||
'imagesmode',
|
||||
'info',
|
||||
'iron',
|
||||
@@ -99,63 +125,92 @@ const icons = [
|
||||
'kettle',
|
||||
'keyboard_arrow_down',
|
||||
'keyboard_arrow_up',
|
||||
'king_bed',
|
||||
'kitchen',
|
||||
'landscape',
|
||||
'laundry',
|
||||
'link',
|
||||
'liquor',
|
||||
'live_tv',
|
||||
'local_bar',
|
||||
'local_cafe',
|
||||
'local_convenience_store',
|
||||
'local_drink',
|
||||
'local_laundry_service',
|
||||
'local_parking',
|
||||
'location_city',
|
||||
'location_on',
|
||||
'lock',
|
||||
'loyalty',
|
||||
'luggage',
|
||||
'mail',
|
||||
'map',
|
||||
'meeting_room',
|
||||
'microwave',
|
||||
'mode_fan',
|
||||
'museum',
|
||||
'music_cast',
|
||||
'music_note',
|
||||
'nature',
|
||||
'night_shelter',
|
||||
'nightlife',
|
||||
'open_in_new',
|
||||
'pan_zoom',
|
||||
'panorama',
|
||||
'pedal_bike',
|
||||
'person',
|
||||
'pets',
|
||||
'phone',
|
||||
'pool',
|
||||
'radio',
|
||||
'recommend',
|
||||
'redeem',
|
||||
'refresh',
|
||||
'remove',
|
||||
'restaurant',
|
||||
'room_service',
|
||||
'router',
|
||||
'sailing',
|
||||
'sauna',
|
||||
'scene',
|
||||
'search',
|
||||
'sell',
|
||||
'shopping_bag',
|
||||
'shower',
|
||||
'single_bed',
|
||||
'skateboarding',
|
||||
'smoke_free',
|
||||
'smoking_rooms',
|
||||
'spa',
|
||||
'sports_esports',
|
||||
'sports_golf',
|
||||
'sports_handball',
|
||||
'sports_tennis',
|
||||
'stairs',
|
||||
'star',
|
||||
'straighten',
|
||||
'styler',
|
||||
'swipe',
|
||||
'sync_saved_locally',
|
||||
'table_bar',
|
||||
'theater_comedy',
|
||||
'things_to_do',
|
||||
'train',
|
||||
'tram',
|
||||
'transit_ticket',
|
||||
'travel',
|
||||
'travel_luggage_and_bags',
|
||||
'tv_guide',
|
||||
'tv_remote',
|
||||
'upload',
|
||||
'visibility',
|
||||
'visibility_off',
|
||||
'ward',
|
||||
'warning',
|
||||
'water_full',
|
||||
'wifi',
|
||||
];
|
||||
'yard',
|
||||
].sort();
|
||||
|
||||
function createHash(value) {
|
||||
const stringified = stringify(value);
|
||||
|
||||
Reference in New Issue
Block a user