MCPcopy Create free account
hub / github.com/devexperts/dx-platform / DecreaseIcon

Function DecreaseIcon

packages/react-kit/src/icons/decrease-icon.tsx:4–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { IconWrapper } from '../components/icon-wrapper/icon-wrapper.component';
3
4export 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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected