flowbite-react-icons
Version:
Official Flowbite Icons library for React
18 lines (14 loc) • 576 B
JavaScript
;
var jsxRuntime = require('react/jsx-runtime');
var index$1 = require('../store/index.cjs');
var index = require('../store/init/index.cjs');
function FlowbiteIcons({ children, ...props }) {
const prevTheme = index$1.getStore();
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
/* @__PURE__ */ jsxRuntime.jsx(index.StoreInit, { ...props }),
children,
/* @__PURE__ */ jsxRuntime.jsx(index.StoreInit, { ...prevTheme, override: true })
] });
}
exports.FlowbiteIcons = FlowbiteIcons;
//# sourceMappingURL=provider.cjs.map