.storybook/DocsDecorator/HealthFactors/Icons/index.styles.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
const styles = {
  icon: {
    display: 'block',
    fill: 'currentcolor',
  },
};

export default styles;