Skip to content

Commit 4253898

Browse files
committed
feat(ui-icons): add undo and redo icons
1 parent b94c875 commit 4253898

File tree

5 files changed

+19
-0
lines changed

5 files changed

+19
-0
lines changed

packages/ui-icons/icons.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,11 @@ const bidirectional = [
136136
'open-folder',
137137
'outdent',
138138
'outdent2',
139+
'undo',
139140
'quiz-stats-high',
140141
'quiz-stats-low',
141142
'quiz',
143+
'redo',
142144
'replied',
143145
'reply-2',
144146
'reply-all-2',
@@ -158,6 +160,7 @@ const bidirectional = [
158160
'toggle-end'
159161
]
160162

163+
/* eslint-disable no-undef */
161164
module.exports = {
162165
source,
163166
destination,
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)