@carton-org/react-neumorphism
Version:
A React component library implementing the neumorphism design style
8 lines (7 loc) • 405 B
JavaScript
import { jsx as o } from "@emotion/react/jsx-runtime";
const e = ({
customStyle: t
}) => /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", css: t, children: /* @__PURE__ */ o("path", { d: "M12 5V19M5 12H19", stroke: "black", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
export {
e as PlusIcon
};