()
| 2 | import { IconWrapper } from '../components/icon-wrapper/icon-wrapper.component'; |
| 3 | |
| 4 | export const DecreaseIcon: React.SFC = () => ( |
| 5 | <IconWrapper> |
| 6 | <svg viewBox="0 0 7 7"> |
| 7 | <rect y="3" width="7" height="1" /> |
| 8 | </svg> |
| 9 | </IconWrapper> |
| 10 | ); |
nothing calls this directly
no outgoing calls
no test coverage detected