UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 836 B
var f = Object.defineProperty, i = Object.defineProperties; var p = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var d = Object.prototype.hasOwnProperty, b = Object.prototype.propertyIsEnumerable; var m = (o, a, r) => a in o ? f(o, a, { enumerable: !0, configurable: !0, writable: !0, value: r }) : o[a] = r, e = (o, a) => { for (var r in a || (a = {})) d.call(a, r) && m(o, r, a[r]); if (t) for (var r of t(a)) b.call(a, r) && m(o, r, a[r]); return o; }, s = (o, a) => i(o, p(a)); import { jsx as l } from "react/jsx-runtime"; import { forwardRef as w } from "react"; import x from "../../lib/SSRBase.mjs"; import D from "../../defs/ui/Database.mjs"; const R = w((o, a) => /* @__PURE__ */ l(x, s(e({ ref: a }, o), { weights: D }))); R.displayName = "Database"; export { R as default };