UNPKG

@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

19 lines (18 loc) 542 B
import { jsx } from "react/jsx-runtime"; const Loader = (props)=>/*#__PURE__*/ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", stroke: "#000000", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props, children: /*#__PURE__*/ jsx("path", { d: "M21 12a9 9 0 11-6.219-8.56" }) }); const icons_Loader = Loader; export { icons_Loader as default };