We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641d0ec commit cb5b4bdCopy full SHA for cb5b4bd
packages/carbon-react/icons/index.js
@@ -5,4 +5,4 @@
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
-export * from '@carbon/icons-react';
+export * from '@carbon/icons-react/next';
packages/carbon-react/src/components/Icons/Icons.stories.js
@@ -4,9 +4,10 @@
4
* This source code is licensed under the Apache-2.0 license found in the
-import React from 'react';
-import { Bee, Bicycle, ChevronUp } from '@carbon/icons-react/next';
+
9
import './Icons.stories.scss';
+import React from 'react';
10
+import { Bee, Bicycle, ChevronUp } from '../../../icons';
11
12
export default {
13
title: 'Elements/Icons',
0 commit comments