Skip to content

Commit cb5b4bd

Browse files
authored
fix(carbon-react): update icons to use icons next, fix docs import (#9653)
1 parent 641d0ec commit cb5b4bd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/carbon-react/icons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
export * from '@carbon/icons-react';
8+
export * from '@carbon/icons-react/next';

packages/carbon-react/src/components/Icons/Icons.stories.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
* This source code is licensed under the Apache-2.0 license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
7-
import React from 'react';
8-
import { Bee, Bicycle, ChevronUp } from '@carbon/icons-react/next';
7+
98
import './Icons.stories.scss';
9+
import React from 'react';
10+
import { Bee, Bicycle, ChevronUp } from '../../../icons';
1011

1112
export default {
1213
title: 'Elements/Icons',

0 commit comments

Comments
 (0)