@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 636 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const Increase = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 20 20", "data-testid": "icon:increase" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4.19454 13.333C3.45043 13.333 3.05791 12.5239 3.5557 12.0161L9.36119 6.09421C9.70262 5.74594 10.2975 5.74594 10.6389 6.09421L16.4444 12.0161C16.9422 12.5239 16.5497 13.333 15.8055 13.333H4.19454Z" }) })));
exports.default = Increase;
//# sourceMappingURL=increase.js.map