UNPKG

@navinc/base-react-components

Version:
6 lines 640 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const Decrease = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 20 20", "data-testid": "icon:decrease" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4.19454 6.66699C3.45043 6.66699 3.05791 7.47611 3.5557 7.98388L9.36119 13.9058C9.70262 14.2541 10.2975 14.2541 10.6389 13.9058L16.4444 7.98388C16.9422 7.47611 16.5497 6.66699 15.8055 6.66699H4.19454Z" }) }))); exports.default = Decrease; //# sourceMappingURL=decrease.js.map