@pushchain/ui-kit
Version:
## Overview
8 lines • 726 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const CrossIcon = ({ height, width, color }) => {
return ((0, jsx_runtime_1.jsxs)("svg", { width: width, height: height, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M25.3552 7.51471L8.38466 24.4853", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M25.3552 24.4853L8.38466 7.51473", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
};
exports.default = CrossIcon;
//# sourceMappingURL=CrossIcon.js.map