@premieroctet/next-admin
Version:
Next-Admin provides a customizable and turnkey admin dashboard for applications built with Next.js and powered by the Prisma ORM. It aims to simplify the development process by providing a turnkey admin system that can be easily integrated into your proje
12 lines (11 loc) • 457 B
JavaScript
"use client";
import { jsx } from "react/jsx-runtime";
import * as __WEBPACK_EXTERNAL_MODULE__heroicons_react_24_outline_ca17940a__ from "@heroicons/react/24/outline";
const ResourceIcon = ({ icon, ref, ...props })=>{
const Icon = __WEBPACK_EXTERNAL_MODULE__heroicons_react_24_outline_ca17940a__[icon];
return /*#__PURE__*/ jsx(Icon, {
...props
});
};
const common_ResourceIcon = ResourceIcon;
export { common_ResourceIcon as default };