UNPKG

react-restyle-components

Version:
20 lines (19 loc) 430 B
import { Icon } from './icons.component'; const meta = { title: 'Design System/Atoms/Icon', component: Icon, tags: ['autodocs'], parameters: { componentSubtitle: `import { Icon } from 'react-restyle-components'`, }, }; export default meta; export const Primary = { args: { nameIcon: 'FaHistory', propsIcon: { color: '#000000', size: 24, }, }, };