diff --git a/packages/carbon-react/icons/index.js b/packages/carbon-react/icons/index.js index 82213de909de..8841f58894d7 100644 --- a/packages/carbon-react/icons/index.js +++ b/packages/carbon-react/icons/index.js @@ -5,4 +5,4 @@ * LICENSE file in the root directory of this source tree. */ -export * from '@carbon/icons-react'; +export * from '@carbon/icons-react/next'; diff --git a/packages/carbon-react/src/components/Icons/Icons.stories.js b/packages/carbon-react/src/components/Icons/Icons.stories.js index 8f97c401d114..1d31ea99ac89 100644 --- a/packages/carbon-react/src/components/Icons/Icons.stories.js +++ b/packages/carbon-react/src/components/Icons/Icons.stories.js @@ -4,9 +4,10 @@ * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ -import React from 'react'; -import { Bee, Bicycle, ChevronUp } from '@carbon/icons-react/next'; + import './Icons.stories.scss'; +import React from 'react'; +import { Bee, Bicycle, ChevronUp } from '../../../icons'; export default { title: 'Elements/Icons',