import * as React from 'react'
import { storiesOf } from '@storybook/react'
import { WearableIcon } from './WearableIcon'

storiesOf('WearableIcon', module).add('Icon', () => <WearableIcon />)
