@harvest-profit/npk
Version:
NPK UI Design System
6 lines • 608 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const SvgCloseIcon = (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: "M13.657 2.343a1 1 0 0 1 0 1.414L9.414 8l4.243 4.243a1 1 0 1 1-1.414 1.414L8 9.414l-4.243 4.243a1 1 0 0 1-1.414-1.414L6.586 8 2.343 3.757a1 1 0 0 1 1.414-1.414L8 6.586l4.243-4.243a1 1 0 0 1 1.414 0" }) }));
exports.default = SvgCloseIcon;
//# sourceMappingURL=CloseIcon.js.map