@carton-org/react-neumorphism
Version:
A React component library implementing the neumorphism design style
9 lines (8 loc) • 417 B
JavaScript
import { jsx as o } from "@emotion/react/jsx-runtime";
const e = ({
customStyles: r,
color: t
}) => /* @__PURE__ */ o("svg", { css: r, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o("path", { d: "M18 6L6 18M6 6L18 18", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
export {
e as CrossIcon
};