Skip to content

Commit

Permalink
Translate material icon underscores into iconify style dashes (#3677)
Browse files Browse the repository at this point in the history
Closes #3674

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
  • Loading branch information
jimtng authored May 9, 2024
1 parent fbdfc10 commit d2e5f4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ data class IconResource internal constructor(
when (iconSource) {
"material" -> {
iconSource = "iconify"
iconName = iconName.replace("_", "-")
iconName = "$iconSet-$iconName"
iconSet = "ic"
}
Expand Down

0 comments on commit d2e5f4a

Please sign in to comment.