fix: update Material Symbols

This commit is contained in:
Michael Zetterberg
2025-04-08 09:19:58 +02:00
parent 8dee7b0243
commit 36f1406deb
6 changed files with 57 additions and 2 deletions

View File

@@ -269,7 +269,7 @@
font-style: normal;
font-weight: 400;
font-display: block;
src: url(/_static/fonts/material-symbols/rounded-eaec15a9.woff2)
src: url(/_static/fonts/material-symbols/rounded-ad9423f9.woff2)
format('woff2');
}

View File

@@ -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);