Skip to content

Commit

Permalink
✨ Regenerate icons and illustrated messages
Browse files Browse the repository at this point in the history
  • Loading branch information
misherpal committed Aug 1, 2024
1 parent 7c22b8f commit 455c8f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1682,9 +1682,6 @@ private[configkeys] object IconImports {
@js.native @JSImport("@ui5/webcomponents-icons/dist/soccer.js", JSImport.Namespace)
object `import-soccer` extends js.Object

@js.native @JSImport("@ui5/webcomponents-icons/dist/soccor.js", JSImport.Namespace)
object `import-soccor` extends js.Object

@js.native @JSImport("@ui5/webcomponents-icons/dist/sonography.js", JSImport.Namespace)
object `import-sonography` extends js.Object

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ object IconName {
def `slim-arrow-right`: IconName = _iconName(`import-slim-arrow-right`, "slim-arrow-right")
def `slim-arrow-up`: IconName = _iconName(`import-slim-arrow-up`, "slim-arrow-up")
def soccer: IconName = _iconName(`import-soccer`, "soccer")
def soccor: IconName = _iconName(`import-soccor`, "soccor")
def sonography: IconName = _iconName(`import-sonography`, "sonography")
def sort: IconName = _iconName(`import-sort`, "sort")
def `sort-ascending`: IconName = _iconName(`import-sort-ascending`, "sort-ascending")
Expand Down

0 comments on commit 455c8f8

Please sign in to comment.