next
Version:
The React Framework
30 lines (29 loc) • 888 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import * as React from 'react';
const CloseIcon = ()=>{
return /*#__PURE__*/ _jsxs("svg", {
width: "24",
height: "24",
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: [
/*#__PURE__*/ _jsx("path", {
d: "M18 6L6 18",
stroke: "currentColor",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
}),
/*#__PURE__*/ _jsx("path", {
d: "M6 6L18 18",
stroke: "currentColor",
strokeWidth: "2",
strokeLinecap: "round",
strokeLinejoin: "round"
})
]
});
};
export { CloseIcon };
//# sourceMappingURL=CloseIcon.js.map