diff --git a/apps/scandic-web/public/_static/fonts/material-symbols/rounded-ad9423f9.woff2 b/apps/scandic-web/public/_static/fonts/material-symbols/rounded-ad9423f9.woff2 new file mode 100644 index 000000000..ace4eca5f Binary files /dev/null and b/apps/scandic-web/public/_static/fonts/material-symbols/rounded-ad9423f9.woff2 differ diff --git a/apps/scandic-web/public/_static/fonts/material-symbols/rounded-eaec15a9.woff2 b/apps/scandic-web/public/_static/fonts/material-symbols/rounded-eaec15a9.woff2 deleted file mode 100644 index 1abb94dce..000000000 Binary files a/apps/scandic-web/public/_static/fonts/material-symbols/rounded-eaec15a9.woff2 and /dev/null differ diff --git a/packages/design-system/lib/fonts.css b/packages/design-system/lib/fonts.css index fb73439bd..c2a514ae6 100644 --- a/packages/design-system/lib/fonts.css +++ b/packages/design-system/lib/fonts.css @@ -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'); } diff --git a/packages/design-system/public/_static/fonts/material-symbols/rounded-ad9423f9.woff2 b/packages/design-system/public/_static/fonts/material-symbols/rounded-ad9423f9.woff2 new file mode 100644 index 000000000..ace4eca5f Binary files /dev/null and b/packages/design-system/public/_static/fonts/material-symbols/rounded-ad9423f9.woff2 differ diff --git a/packages/design-system/public/_static/fonts/material-symbols/rounded-eaec15a9.woff2 b/packages/design-system/public/_static/fonts/material-symbols/rounded-eaec15a9.woff2 deleted file mode 100644 index 1abb94dce..000000000 Binary files a/packages/design-system/public/_static/fonts/material-symbols/rounded-eaec15a9.woff2 and /dev/null differ diff --git a/scripts/material-symbols-update.mjs b/scripts/material-symbols-update.mjs index 72ce3d0de..15ff1c47f 100644 --- a/scripts/material-symbols-update.mjs +++ b/scripts/material-symbols-update.mjs @@ -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);