@@ -45,42 +45,6 @@ const react = {
4545 componentBaseName : 'Icon'
4646}
4747
48- const deprecated = {
49- /* [icon name]: [icon name to use instead]
50- /* e.g. 'arrow-up': 'arrow' */
51- 'discussion-x' : 'x' ,
52- 'copy-course' : 'copy' ,
53- 'discussion-reply-dark' : 'more' ,
54- 'discussion-reply' : 'more' ,
55- 'discussion-search' : 'search' ,
56- 'search-address-book' : 'search' ,
57- 'rss-add' : 'add' ,
58- 'user-add' : 'add' ,
59- 'materials-required-light' : 'materials-required' ,
60- 'mature-light' : 'mature' ,
61- 'note-dark' : 'note' ,
62- 'note-light' : 'note' ,
63- 'icon-reply-2' : 'icon-reply' ,
64- 'icon-replied' : 'icon-reply' ,
65- instructure : 'instructure-logo' ,
66- 'settings-2' : 'settings' ,
67- 'twitter-boxed' : 'twitter' ,
68- 'arrow-left' : 'arrow-start' ,
69- 'arrow-open-left' : 'arrow-open-start' ,
70- 'arrow-open-right' : 'arrow-open-end' ,
71- 'arrow-right' : 'arrow-end' ,
72- 'expand-left' : 'expand-start' ,
73- 'mini-arrow-left' : 'mini-arrow-start' ,
74- 'mini-arrow-right' : 'mini-arrow-end' ,
75- 'move-left' : 'move-start' ,
76- 'move-right' : 'move-end' ,
77- 'text-left' : 'text-start' ,
78- 'text-right' : 'text-end' ,
79- 'toggle-left' : 'toggle-start' ,
80- 'toggle-right' : 'toggle-end' ,
81- unpublish : 'unpublished'
82- }
83-
8448const bidirectional = [
8549 'address-book' ,
8650 'annotate' ,
@@ -171,6 +135,5 @@ module.exports = {
171135 svg,
172136 fonts,
173137 react,
174- deprecated,
175138 bidirectional
176139}
0 commit comments