@@ -42,6 +42,7 @@ import OrigCloseIcon from './svg/close.react.svg';
42
42
import OrigCodeViewIcon from './svg/code-view.react.svg' ;
43
43
import OrigCoinsIcon from './svg/coins.react.svg' ;
44
44
import OrigColumnsIcon from './svg/columns.react.svg' ;
45
+ import OrigConnectionIcon from './svg/connection.react.svg' ;
45
46
import OrigConnectorIcon from './svg/connector.react.svg' ;
46
47
import OrigCopyIcon from './svg/copy.react.svg' ;
47
48
import OrigCubesIcon from './svg/cubes.react.svg' ;
@@ -66,6 +67,7 @@ import OrigFlagIcon from './svg/flag.react.svg';
66
67
import OrigFlameIcon from './svg/flame.react.svg' ;
67
68
import OrigGraphIcon from './svg/graph.react.svg' ;
68
69
import OrigGridIcon from './svg/grid.react.svg' ;
70
+ import OrigHeartIcon from './svg/heart.react.svg' ;
69
71
import OrigImportIcon from './svg/import.react.svg' ;
70
72
import OrigInfoIcon from './svg/info.react.svg' ;
71
73
import OrigInformationIcon from './svg/information.react.svg' ;
@@ -75,18 +77,22 @@ import OrigMailIcon from './svg/mail.react.svg';
75
77
import OrigMinimizeIcon from './svg/minimize.react.svg' ;
76
78
import OrigNestedViewIcon from './svg/nested-view.react.svg' ;
77
79
import OrigPagesIcon from './svg/pages.react.svg' ;
80
+ import OrigPaperclipIcon from './svg/paperclip.react.svg' ;
78
81
import OrigPinActiveIcon from './svg/pin-active.react.svg' ;
79
82
import OrigPinIcon from './svg/pin.react.svg' ;
83
+ import OrigPluginIcon from './svg/plugin.react.svg' ;
80
84
import OrigProjectSettingsIcon from './svg/project-settings.react.svg' ;
81
85
import OrigRefreshIcon from './svg/refresh.react.svg' ;
82
86
import OrigRestoreIcon from './svg/restore.react.svg' ;
83
87
import OrigReturnInfoIcon from './svg/return-info.react.svg' ;
84
88
import OrigRevertIcon from './svg/revert.react.svg' ;
85
89
import OrigReviewIcon from './svg/review.react.svg' ;
90
+ import OrigRocketIcon from './svg/rocket.react.svg' ;
86
91
import OrigSearchIcon from './svg/search.react.svg' ;
87
92
import OrigSortingIcon from './svg/sorting.react.svg' ;
88
93
import OrigSpeedometerIcon from './svg/speedometer.react.svg' ;
89
94
import OrigSplitIcon from './svg/split.react.svg' ;
95
+ import OrigStarIcon from './svg/star.react.svg' ;
90
96
import OrigSuccessIcon from './svg/success.react.svg' ;
91
97
import OrigSupportIcon from './svg/support.react.svg' ;
92
98
import OrigSwitcherIcon from './svg/switcher.react.svg' ;
@@ -145,6 +151,7 @@ const CloseIcon = withThemeProp(withSizeProp(OrigCloseIcon));
145
151
const CodeViewIcon = withThemeProp ( withSizeProp ( OrigCodeViewIcon ) ) ;
146
152
const CoinsIcon = withThemeProp ( withSizeProp ( OrigCoinsIcon ) ) ;
147
153
const ColumnsIcon = withThemeProp ( withSizeProp ( OrigColumnsIcon ) ) ;
154
+ const ConnectionIcon = withThemeProp ( withSizeProp ( OrigConnectionIcon ) ) ;
148
155
const ConnectorIcon = withThemeProp ( withSizeProp ( OrigConnectorIcon ) ) ;
149
156
const CopyIcon = withThemeProp ( withSizeProp ( OrigCopyIcon ) ) ;
150
157
const CubesIcon = withThemeProp ( withSizeProp ( OrigCubesIcon ) ) ;
@@ -169,6 +176,7 @@ const FlagIcon = withThemeProp(withSizeProp(OrigFlagIcon));
169
176
const FlameIcon = withThemeProp ( withSizeProp ( OrigFlameIcon ) ) ;
170
177
const GraphIcon = withThemeProp ( withSizeProp ( OrigGraphIcon ) ) ;
171
178
const GridIcon = withThemeProp ( withSizeProp ( OrigGridIcon ) ) ;
179
+ const HeartIcon = withThemeProp ( withSizeProp ( OrigHeartIcon ) ) ;
172
180
const ImportIcon = withThemeProp ( withSizeProp ( OrigImportIcon ) ) ;
173
181
const InfoIcon = withThemeProp ( withSizeProp ( OrigInfoIcon ) ) ;
174
182
const InformationIcon = withThemeProp ( withSizeProp ( OrigInformationIcon ) ) ;
@@ -178,8 +186,10 @@ const MailIcon = withThemeProp(withSizeProp(OrigMailIcon));
178
186
const MinimizeIcon = withThemeProp ( withSizeProp ( OrigMinimizeIcon ) ) ;
179
187
const NestedViewIcon = withThemeProp ( withSizeProp ( OrigNestedViewIcon ) ) ;
180
188
const PagesIcon = withThemeProp ( withSizeProp ( OrigPagesIcon ) ) ;
189
+ const PaperclipIcon = withThemeProp ( withSizeProp ( OrigPaperclipIcon ) ) ;
181
190
const PinActiveIcon = withThemeProp ( withSizeProp ( OrigPinActiveIcon ) ) ;
182
191
const PinIcon = withThemeProp ( withSizeProp ( OrigPinIcon ) ) ;
192
+ const PluginIcon = withThemeProp ( withSizeProp ( OrigPluginIcon ) ) ;
183
193
const ProjectSettingsIcon = withThemeProp (
184
194
withSizeProp ( OrigProjectSettingsIcon )
185
195
) ;
@@ -188,10 +198,12 @@ const RestoreIcon = withThemeProp(withSizeProp(OrigRestoreIcon));
188
198
const ReturnInfoIcon = withThemeProp ( withSizeProp ( OrigReturnInfoIcon ) ) ;
189
199
const RevertIcon = withThemeProp ( withSizeProp ( OrigRevertIcon ) ) ;
190
200
const ReviewIcon = withThemeProp ( withSizeProp ( OrigReviewIcon ) ) ;
201
+ const RocketIcon = withThemeProp ( withSizeProp ( OrigRocketIcon ) ) ;
191
202
const SearchIcon = withThemeProp ( withSizeProp ( OrigSearchIcon ) ) ;
192
203
const SortingIcon = withThemeProp ( withSizeProp ( OrigSortingIcon ) ) ;
193
204
const SpeedometerIcon = withThemeProp ( withSizeProp ( OrigSpeedometerIcon ) ) ;
194
205
const SplitIcon = withThemeProp ( withSizeProp ( OrigSplitIcon ) ) ;
206
+ const StarIcon = withThemeProp ( withSizeProp ( OrigStarIcon ) ) ;
195
207
const SuccessIcon = withThemeProp ( withSizeProp ( OrigSuccessIcon ) ) ;
196
208
const SupportIcon = withThemeProp ( withSizeProp ( OrigSupportIcon ) ) ;
197
209
const SwitcherIcon = withThemeProp ( withSizeProp ( OrigSwitcherIcon ) ) ;
@@ -242,6 +254,7 @@ CloseIcon.displayName = 'CloseIcon';
242
254
CodeViewIcon . displayName = 'CodeViewIcon' ;
243
255
CoinsIcon . displayName = 'CoinsIcon' ;
244
256
ColumnsIcon . displayName = 'ColumnsIcon' ;
257
+ ConnectionIcon . displayName = 'ConnectionIcon' ;
245
258
ConnectorIcon . displayName = 'ConnectorIcon' ;
246
259
CopyIcon . displayName = 'CopyIcon' ;
247
260
CubesIcon . displayName = 'CubesIcon' ;
@@ -266,6 +279,7 @@ FlagIcon.displayName = 'FlagIcon';
266
279
FlameIcon . displayName = 'FlameIcon' ;
267
280
GraphIcon . displayName = 'GraphIcon' ;
268
281
GridIcon . displayName = 'GridIcon' ;
282
+ HeartIcon . displayName = 'HeartIcon' ;
269
283
ImportIcon . displayName = 'ImportIcon' ;
270
284
InfoIcon . displayName = 'InfoIcon' ;
271
285
InformationIcon . displayName = 'InformationIcon' ;
@@ -275,18 +289,22 @@ MailIcon.displayName = 'MailIcon';
275
289
MinimizeIcon . displayName = 'MinimizeIcon' ;
276
290
NestedViewIcon . displayName = 'NestedViewIcon' ;
277
291
PagesIcon . displayName = 'PagesIcon' ;
292
+ PaperclipIcon . displayName = 'PaperclipIcon' ;
278
293
PinActiveIcon . displayName = 'PinActiveIcon' ;
279
294
PinIcon . displayName = 'PinIcon' ;
295
+ PluginIcon . displayName = 'PluginIcon' ;
280
296
ProjectSettingsIcon . displayName = 'ProjectSettingsIcon' ;
281
297
RefreshIcon . displayName = 'RefreshIcon' ;
282
298
RestoreIcon . displayName = 'RestoreIcon' ;
283
299
ReturnInfoIcon . displayName = 'ReturnInfoIcon' ;
284
300
RevertIcon . displayName = 'RevertIcon' ;
285
301
ReviewIcon . displayName = 'ReviewIcon' ;
302
+ RocketIcon . displayName = 'RocketIcon' ;
286
303
SearchIcon . displayName = 'SearchIcon' ;
287
304
SortingIcon . displayName = 'SortingIcon' ;
288
305
SpeedometerIcon . displayName = 'SpeedometerIcon' ;
289
306
SplitIcon . displayName = 'SplitIcon' ;
307
+ StarIcon . displayName = 'StarIcon' ;
290
308
SuccessIcon . displayName = 'SuccessIcon' ;
291
309
SupportIcon . displayName = 'SupportIcon' ;
292
310
SwitcherIcon . displayName = 'SwitcherIcon' ;
@@ -337,6 +355,7 @@ export { CloseIcon };
337
355
export { CodeViewIcon } ;
338
356
export { CoinsIcon } ;
339
357
export { ColumnsIcon } ;
358
+ export { ConnectionIcon } ;
340
359
export { ConnectorIcon } ;
341
360
export { CopyIcon } ;
342
361
export { CubesIcon } ;
@@ -361,6 +380,7 @@ export { FlagIcon };
361
380
export { FlameIcon } ;
362
381
export { GraphIcon } ;
363
382
export { GridIcon } ;
383
+ export { HeartIcon } ;
364
384
export { ImportIcon } ;
365
385
export { InfoIcon } ;
366
386
export { InformationIcon } ;
@@ -370,18 +390,22 @@ export { MailIcon };
370
390
export { MinimizeIcon } ;
371
391
export { NestedViewIcon } ;
372
392
export { PagesIcon } ;
393
+ export { PaperclipIcon } ;
373
394
export { PinActiveIcon } ;
374
395
export { PinIcon } ;
396
+ export { PluginIcon } ;
375
397
export { ProjectSettingsIcon } ;
376
398
export { RefreshIcon } ;
377
399
export { RestoreIcon } ;
378
400
export { ReturnInfoIcon } ;
379
401
export { RevertIcon } ;
380
402
export { ReviewIcon } ;
403
+ export { RocketIcon } ;
381
404
export { SearchIcon } ;
382
405
export { SortingIcon } ;
383
406
export { SpeedometerIcon } ;
384
407
export { SplitIcon } ;
408
+ export { StarIcon } ;
385
409
export { SuccessIcon } ;
386
410
export { SupportIcon } ;
387
411
export { SwitcherIcon } ;
0 commit comments