Skip to content

Commit

Permalink
fix(Icon): add mail outline as name (#3371)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Jan 10, 2019
1 parent ff5b62e commit bbb3cb2
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
Original file line number Diff line number Diff line change
Expand Up @@ -1967,6 +1967,7 @@ export type SemanticICONS =
| 'list layout'
| 'magnify'
| 'mail forward'
| 'mail outline'
| 'mail square'
| 'mail'
| 'male homosexual'
Expand Down
1 change: 1 addition & 0 deletions src/lib/SUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -1942,6 +1942,7 @@ export const ICON_ALIASES = [
'list layout',
'magnify',
'mail forward',
'mail outline',
'mail square',
'mail',
'male homosexual',
Expand Down

0 comments on commit bbb3cb2

Please sign in to comment.