import React from 'react'; import { Icon } from '../UI'; import { storiesOf } from '@kadira/storybook'; const style = { width: 600, margin: 20, fontSize: 30 }; storiesOf('Icon', module) .add('Default View', () => (
));