import * as React from 'react' import { withTheme } from 'utils' import { storiesOf } from '@storybook/react' import Icon from '.' import Box from '../Box' storiesOf('Icon', module) .add('simple usage', withTheme(() => { return (