Skip to content

Commit

Permalink
fix(ui): svg<type>Grade removed. Use svg<type>Star. Used in iconsets …
Browse files Browse the repository at this point in the history
…as "rating". #17640
  • Loading branch information
rstoenescu committed Nov 18, 2024
1 parent aebc76d commit 8e6adaa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ui/icon-set/material-symbols-outlined.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
last: 'sym_o_last_page'
},
rating: {
icon: 'sym_o_grade'
icon: 'sym_o_star'
},
stepper: {
done: 'sym_o_check',
Expand Down
2 changes: 1 addition & 1 deletion ui/icon-set/material-symbols-rounded.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
last: 'sym_r_last_page'
},
rating: {
icon: 'sym_r_grade'
icon: 'sym_r_star'
},
stepper: {
done: 'sym_r_check',
Expand Down
2 changes: 1 addition & 1 deletion ui/icon-set/material-symbols-sharp.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
last: 'sym_s_last_page'
},
rating: {
icon: 'sym_s_grade'
icon: 'sym_s_star'
},
stepper: {
done: 'sym_s_check',
Expand Down
4 changes: 2 additions & 2 deletions ui/icon-set/svg-material-symbols-outlined.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import {
symOutlinedKeyboardArrowLeft,
symOutlinedKeyboardArrowRight,
symOutlinedLastPage,
symOutlinedGrade,
symOutlinedStar,
symOutlinedEdit,
symOutlinedPlayArrow,
symOutlinedAddBox,
Expand Down Expand Up @@ -165,7 +165,7 @@ export default {
last: symOutlinedLastPage
},
rating: {
icon: symOutlinedGrade
icon: symOutlinedStar
},
stepper: {
done: symOutlinedCheck,
Expand Down
4 changes: 2 additions & 2 deletions ui/icon-set/svg-material-symbols-rounded.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import {
symRoundedKeyboardArrowLeft,
symRoundedKeyboardArrowRight,
symRoundedLastPage,
symRoundedGrade,
symRoundedStar,
symRoundedEdit,
symRoundedPlayArrow,
symRoundedAddBox,
Expand Down Expand Up @@ -165,7 +165,7 @@ export default {
last: symRoundedLastPage
},
rating: {
icon: symRoundedGrade
icon: symRoundedStar
},
stepper: {
done: symRoundedCheck,
Expand Down
4 changes: 2 additions & 2 deletions ui/icon-set/svg-material-symbols-sharp.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import {
symSharpKeyboardArrowLeft,
symSharpKeyboardArrowRight,
symSharpLastPage,
symSharpGrade,
symSharpStar,
symSharpEdit,
symSharpPlayArrow,
symSharpAddBox,
Expand Down Expand Up @@ -165,7 +165,7 @@ export default {
last: symSharpLastPage
},
rating: {
icon: symSharpGrade
icon: symSharpStar
},
stepper: {
done: symSharpCheck,
Expand Down

0 comments on commit 8e6adaa

Please sign in to comment.