import * as React from 'react'; import {Icon} from './Icon'; import {select, withKnobs} from '@storybook/addon-knobs'; import {withInfo} from '@storybook/addon-info'; import {iconColorMap, sizeMap} from '../../utils/storybookEnums'; import {iconData, IconName, IconIntent} from '@unidata/icon'; import {SIZE} from '../../constants'; // eslint-disable-next-line no-restricted-syntax export default { title: 'Icon', decorators: [withInfo, withKnobs] }; export const simpleIcon = () => { return (