From 8e6adaae1a6a1776e35856db11726b6d584eeb7b Mon Sep 17 00:00:00 2001 From: Razvan Stoenescu Date: Mon, 18 Nov 2024 15:23:41 +0200 Subject: [PATCH] fix(ui): svgGrade removed. Use svgStar. Used in iconsets as "rating". #17640 --- ui/icon-set/material-symbols-outlined.js | 2 +- ui/icon-set/material-symbols-rounded.js | 2 +- ui/icon-set/material-symbols-sharp.js | 2 +- ui/icon-set/svg-material-symbols-outlined.js | 4 ++-- ui/icon-set/svg-material-symbols-rounded.js | 4 ++-- ui/icon-set/svg-material-symbols-sharp.js | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/icon-set/material-symbols-outlined.js b/ui/icon-set/material-symbols-outlined.js index a5b117196dd..fcd23fbb307 100644 --- a/ui/icon-set/material-symbols-outlined.js +++ b/ui/icon-set/material-symbols-outlined.js @@ -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', diff --git a/ui/icon-set/material-symbols-rounded.js b/ui/icon-set/material-symbols-rounded.js index 81a33c0effc..d6332ef3108 100644 --- a/ui/icon-set/material-symbols-rounded.js +++ b/ui/icon-set/material-symbols-rounded.js @@ -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', diff --git a/ui/icon-set/material-symbols-sharp.js b/ui/icon-set/material-symbols-sharp.js index fdc286dfe94..fbcc280db8d 100644 --- a/ui/icon-set/material-symbols-sharp.js +++ b/ui/icon-set/material-symbols-sharp.js @@ -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', diff --git a/ui/icon-set/svg-material-symbols-outlined.js b/ui/icon-set/svg-material-symbols-outlined.js index 5765ad5f6ca..703da201649 100644 --- a/ui/icon-set/svg-material-symbols-outlined.js +++ b/ui/icon-set/svg-material-symbols-outlined.js @@ -61,7 +61,7 @@ import { symOutlinedKeyboardArrowLeft, symOutlinedKeyboardArrowRight, symOutlinedLastPage, - symOutlinedGrade, + symOutlinedStar, symOutlinedEdit, symOutlinedPlayArrow, symOutlinedAddBox, @@ -165,7 +165,7 @@ export default { last: symOutlinedLastPage }, rating: { - icon: symOutlinedGrade + icon: symOutlinedStar }, stepper: { done: symOutlinedCheck, diff --git a/ui/icon-set/svg-material-symbols-rounded.js b/ui/icon-set/svg-material-symbols-rounded.js index 9224b325056..c792fb29b15 100644 --- a/ui/icon-set/svg-material-symbols-rounded.js +++ b/ui/icon-set/svg-material-symbols-rounded.js @@ -61,7 +61,7 @@ import { symRoundedKeyboardArrowLeft, symRoundedKeyboardArrowRight, symRoundedLastPage, - symRoundedGrade, + symRoundedStar, symRoundedEdit, symRoundedPlayArrow, symRoundedAddBox, @@ -165,7 +165,7 @@ export default { last: symRoundedLastPage }, rating: { - icon: symRoundedGrade + icon: symRoundedStar }, stepper: { done: symRoundedCheck, diff --git a/ui/icon-set/svg-material-symbols-sharp.js b/ui/icon-set/svg-material-symbols-sharp.js index 0968672fd8f..bf417063a7e 100644 --- a/ui/icon-set/svg-material-symbols-sharp.js +++ b/ui/icon-set/svg-material-symbols-sharp.js @@ -61,7 +61,7 @@ import { symSharpKeyboardArrowLeft, symSharpKeyboardArrowRight, symSharpLastPage, - symSharpGrade, + symSharpStar, symSharpEdit, symSharpPlayArrow, symSharpAddBox, @@ -165,7 +165,7 @@ export default { last: symSharpLastPage }, rating: { - icon: symSharpGrade + icon: symSharpStar }, stepper: { done: symSharpCheck,