UNPKG

@navinc/base-react-components

Version:
6 lines 473 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const Minus = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:minus" }, props, { children: (0, jsx_runtime_1.jsx)("rect", { x: "3", y: "11", width: "18", height: "2", rx: "1" }) }))); exports.default = Minus; //# sourceMappingURL=minus.js.map