Skip to content

Commit

Permalink
hotfix: rollback to old icon list (ant-design#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeskeyBaozi authored and vagusX committed Dec 25, 2019
1 parent 3075386 commit 1b806ca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/icons-svg/build/constants.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
// version < antd@3.9
export const oldIconNames = [
'step-backward',
'step-forward',
'fast-backward',
'fast-forward',
'forward',
'backward',
'caret-up',
'caret-down',
'caret-left',
'caret-right',
'retweet',
'swap-left',
'swap-right',
'loading',
'loading-3-quarters',
'coffee',
'bars',
'file-jpg',
'inbox',
'shopping-cart',
'safety',
'medium-workmark'
];

Expand Down

0 comments on commit 1b806ca

Please sign in to comment.