Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Icon): update icon names #3092

Merged
merged 1 commit into from
Aug 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 22 additions & 16 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,10 @@ export type SemanticICONS =
| 'share'
| 'share square'
| 'share square outline'
| 'sign in alternate'
| 'sign out alternate'
| 'sign-in'
| 'sign-out'
| 'sign-in alternate'
| 'sign-out alternate'
| 'sort'
| 'sort alphabet down'
| 'sort alphabet up'
Expand All @@ -284,6 +286,8 @@ export type SemanticICONS =
| 'undo'
| 'undo alternate'
| 'upload'
| 'zoom-in'
| 'zoom-out'
| 'audio description'
| 'backward'
| 'circle'
Expand Down Expand Up @@ -880,8 +884,8 @@ export type SemanticICONS =
| 'share square'
| 'share square outline'
| 'shield alternate'
| 'sign in alternate'
| 'sign out alternate'
| 'sign-in'
| 'sign-out'
| 'signal'
| 'sitemap'
| 'sliders horizontal'
Expand Down Expand Up @@ -1526,6 +1530,16 @@ export type SemanticICONS =
| 'btc'
| 'buromobelexperte'
| 'buysellads'
| 'cc amazon pay'
| 'cc amex'
| 'cc apple pay'
| 'cc diners club'
| 'cc discover'
| 'cc jcb'
| 'cc mastercard'
| 'cc paypal'
| 'cc stripe'
| 'cc visa'
| 'centercode'
| 'chrome'
| 'cloudscale'
Expand All @@ -1540,7 +1554,7 @@ export type SemanticICONS =
| 'css3'
| 'css3 alternate'
| 'cuttlefish'
| 'd and'
| 'd and d'
| 'dashcube'
| 'delicious'
| 'deploydog'
Expand Down Expand Up @@ -1649,7 +1663,7 @@ export type SemanticICONS =
| 'less'
| 'linechat'
| 'linkedin'
| 'linkedin in'
| 'linkedin alternate'
| 'linode'
| 'linux'
| 'lyft'
Expand Down Expand Up @@ -1678,6 +1692,7 @@ export type SemanticICONS =
| 'opencart'
| 'openid'
| 'opera'
| 'optin monster'
| 'osi'
| 'page4'
| 'pagelines'
Expand Down Expand Up @@ -1781,6 +1796,7 @@ export type SemanticICONS =
| 'vk'
| 'vnv'
| 'vuejs'
| 'wechat'
| 'weibo'
| 'weixin'
| 'whatsapp'
Expand Down Expand Up @@ -1810,14 +1826,6 @@ export type SemanticICONS =
| 'user doctor'
| 'shield'
| 'puzzle'
| 'cc amazon pay'
| 'cc diners club'
| 'cc discover'
| 'cc jcb'
| 'cc mastercard'
| 'cc paypal'
| 'cc stripe'
| 'cc visa'
| 'add circle'
| 'add square'
| 'add to calendar'
Expand All @@ -1828,7 +1836,6 @@ export type SemanticICONS =
| 'alarm'
| 'ald'
| 'als'
| 'cc amex'
| 'announcement'
| 'area chart'
| 'area graph'
Expand Down Expand Up @@ -1956,7 +1963,6 @@ export type SemanticICONS =
| 'new pied piper'
| 'non binary transgender'
| 'numbered list'
| 'optinmonster'
| 'options'
| 'other gender horizontal'
| 'other gender vertical'
Expand Down
18 changes: 11 additions & 7 deletions src/lib/SUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export const TRANSITIONS = [...DIRECTIONAL_TRANSITIONS, ...STATIC_TRANSITIONS]

// Generated from:
// https://github.com/Semantic-Org/Semantic-UI/blob/master/dist/components/icon.css
// See our gulp tasks for details.
export const ACCESSIBILITY = [
'american sign language interpreting',
'assistive listening systems',
Expand Down Expand Up @@ -166,8 +165,10 @@ export const ARROWS = [
'share',
'share square',
'share square outline',
'sign in alternate',
'sign out alternate',
'sign-in',
'sign-out',
'sign-in alternate',
'sign-out alternate',
'sort',
'sort alphabet down',
'sort alphabet up',
Expand All @@ -184,6 +185,8 @@ export const ARROWS = [
'undo',
'undo alternate',
'upload',
'zoom-in',
'zoom-out',
]
export const AUDIO_VIDEO = [
'audio description',
Expand Down Expand Up @@ -812,8 +815,8 @@ export const INTERFACES = [
'share square',
'share square outline',
'shield alternate',
'sign in alternate',
'sign out alternate',
'sign-in',
'sign-out',
'signal',
'sitemap',
'sliders horizontal',
Expand Down Expand Up @@ -1508,7 +1511,7 @@ export const BRANDS = [
'css3',
'css3 alternate',
'cuttlefish',
'd and',
'd and d',
'dashcube',
'delicious',
'deploydog',
Expand Down Expand Up @@ -1617,7 +1620,7 @@ export const BRANDS = [
'less',
'linechat',
'linkedin',
'linkedin in',
'linkedin alternate',
'linode',
'linux',
'lyft',
Expand Down Expand Up @@ -1750,6 +1753,7 @@ export const BRANDS = [
'vk',
'vnv',
'vuejs',
'wechat',
'weibo',
'weixin',
'whatsapp',
Expand Down