Skip to content

Commit

Permalink
fix(carbon-react): update icons to use icons next, fix docs import (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Sep 13, 2021
1 parent 641d0ec commit cb5b4bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/carbon-react/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
5 changes: 3 additions & 2 deletions packages/carbon-react/src/components/Icons/Icons.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cb5b4bd

Please sign in to comment.