UNPKG

@carton-org/react-neumorphism

Version:

A React component library implementing the neumorphism design style

8 lines (7 loc) 411 B
import { jsx as o } from "@emotion/react/jsx-runtime"; const e = ({ customStyles: r }) => /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", css: r, children: /* @__PURE__ */ o("path", { d: "M6 9L12 15L18 9", stroke: "black", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }); export { e as CarretDownIcon };