@harvest-profit/npk
Version:
NPK UI Design System
6 lines • 496 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const SvgAddIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M8 1a1 1 0 0 1 1 1v5h5a1 1 0 0 1 0 2H9v5a1 1 0 0 1-2 0V9H2a1 1 0 1 1 0-2h5V2a1 1 0 0 1 1-1" }) }));
exports.default = SvgAddIcon;
//# sourceMappingURL=AddIcon.js.map