Skip to content

Commit

Permalink
fix: add "linkedin in" icon name to enumeration to fix typescript err…
Browse files Browse the repository at this point in the history
…or (#4471)
  • Loading branch information
mwaddell committed Mar 11, 2024
1 parent a32499d commit 6d84dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/generic.d.ts
Expand Up @@ -1967,6 +1967,7 @@ export type SemanticICONS =
| 'lightning'
| 'like'
| 'line graph'
| 'linkedin in'
| 'linkedin square'
| 'linkify'
| 'lira'
Expand Down
1 change: 1 addition & 0 deletions src/lib/SUI.js
Expand Up @@ -1936,6 +1936,7 @@ export const ICON_ALIASES = [
'lightning',
'like',
'line graph',
'linkedin in',
'linkedin square',
'linkify',
'lira',
Expand Down

0 comments on commit 6d84dd1

Please sign in to comment.