@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
9 lines • 651 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CloseSvg = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const CloseSvg = () => {
return ((0, jsx_runtime_1.jsx)("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { d: "M16.192 6.34399L11.949 10.586L7.70697 6.34399L6.29297 7.75799L10.535 12L6.29297 16.242L7.70697 17.656L11.949 13.414L16.192 17.656L17.606 16.242L13.364 12L17.606 7.75799L16.192 6.34399Z", fill: "#1A1A1A" }) }));
};
exports.CloseSvg = CloseSvg;
//# sourceMappingURL=CloseSvg.js.map