|
@@ -2,7 +2,7 @@ import * as fc from 'fast-check' |
|
|
import * as Enzyme from 'enzyme' |
|
|
import * as Enzyme from 'enzyme' |
|
|
import * as React from 'react' |
|
|
import * as React from 'react' |
|
|
import * as FeatherIcon from 'react-feather' |
|
|
import * as FeatherIcon from 'react-feather' |
|
|
import { paramCase } from 'param-case' |
|
|
|
|
|
|
|
|
import paramCase from 'param-case' |
|
|
import Icon from './Icon' |
|
|
import Icon from './Icon' |
|
|
|
|
|
|
|
|
const FEATHER_ICONS = Object.keys(FeatherIcon).map((k) => paramCase(k)) |
|
|
const FEATHER_ICONS = Object.keys(FeatherIcon).map((k) => paramCase(k)) |
|
|