Skip to content

Commit

Permalink
fix(iconsets): svg<type>Grade removed. Use svg<type>Star. Used in ico…
Browse files Browse the repository at this point in the history
…nsets as "rating". (#17640)
  • Loading branch information
hawkeye64 committed Nov 14, 2024
1 parent 4154185 commit d375d47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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 d375d47

Please sign in to comment.