File size: 88 Bytes
a8aec61 |
1 2 3 4 5 6 |
import Icon from './Icon'
export { type IconType } from './types'
export default Icon
|
a8aec61 |
1 2 3 4 5 6 |
import Icon from './Icon'
export { type IconType } from './types'
export default Icon
|