UNPKG

@navinc/base-react-components

Version:
4 lines 354 B
import { jsx as _jsx } from "react/jsx-runtime"; const Minus = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:minus" }, props, { children: _jsx("rect", { x: "3", y: "11", width: "18", height: "2", rx: "1" }) }))); export default Minus; //# sourceMappingURL=minus.js.map