@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 834 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const Plus = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:plus" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13,3.99985364 C13,3.44494629 12.5522847,3 12,3 C11.4438648,3 11,3.44764972 11,3.99985364 L11,11 L3.99985364,11 C3.44494629,11 3,11.4477153 3,12 C3,12.5561352 3.44764972,13 3.99985364,13 L11,13 L11,20.0001464 C11,20.5550537 11.4477153,21 12,21 C12.5561352,21 13,20.5523503 13,20.0001464 L13,13 L20.0001464,13 C20.5550537,13 21,12.5522847 21,12 C21,11.4438648 20.5523503,11 20.0001464,11 L13,11 L13,3.99985364 Z" }) })));
exports.default = Plus;
//# sourceMappingURL=plus.js.map