UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

10 lines (9 loc) 494 B
"use client"; import { jsx as r } from "react/jsx-runtime"; import { classNames as e } from "../../../../../utils.js"; import { FiChevronLeft as m } from "../../../../../node_modules/.pnpm/react-icons@5.5.0_react@19.0.0/node_modules/react-icons/fi/index.js"; const i = ({ onClick: o, classes: t = "" }) => /* @__PURE__ */ r("div", { onClick: o, className: e("arrow arrow-left", t), children: /* @__PURE__ */ r(m, {}) }); export { i as default }; //# sourceMappingURL=custom-left-arrow.js.map