Merged in feat/LOY-354-L7-Progress-Card (pull request #2786)
Feat/LOY-354 L7 Progress Card * feat(LOY-354): Add Trophy icon * fix(LOY-354): include new tierPoints value * feat(LOY-354): L7 Progress Level Card support * refactor(LOY-354): Refactoring of component structure * fix(LOY-354): Remove intl prop drilling * fix(LOY-354): cleanup progress section code Approved-by: Erik Tiekstra
This commit is contained in:
@@ -71,6 +71,7 @@ export default function IconByCSSelect({
|
||||
case 'tram':
|
||||
case 'transit_ticket':
|
||||
case 'travel':
|
||||
case 'trophy':
|
||||
case 'travel_luggage_and_bags':
|
||||
case 'favorite':
|
||||
return (
|
||||
|
||||
@@ -347,6 +347,8 @@ export function IconByIconName({
|
||||
return <MaterialIcon icon="train" {...props} />
|
||||
case IconName.Tripadvisor:
|
||||
return <TripadvisorIcon {...props} />
|
||||
case IconName.Trophy:
|
||||
return <MaterialIcon icon="trophy" {...props} />
|
||||
case IconName.TshirtWash:
|
||||
return <MaterialIcon icon="laundry" {...props} />
|
||||
case IconName.TvCasting:
|
||||
|
||||
@@ -3177,6 +3177,7 @@ export const SymbolCodepointsArray = [
|
||||
'train',
|
||||
'tram',
|
||||
'transit_ticket',
|
||||
'trophy',
|
||||
'transcribe',
|
||||
'transfer_within_a_station',
|
||||
'transform',
|
||||
|
||||
@@ -269,7 +269,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url(/_static/fonts/material-symbols/rounded-93de53b3.woff2)
|
||||
src: url(/_static/fonts/material-symbols/rounded-f2d895e1.woff2)
|
||||
format('woff2');
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user