UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 837 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 c } from "react/jsx-runtime"; import { forwardRef as l } from "react"; import n from "../../lib/IconBase.mjs"; import w from "../../defs/ui/Database.mjs"; const x = l((o, a) => /* @__PURE__ */ c(n, s(e({ ref: a }, o), { weights: w }))); x.displayName = "Database"; export { x as default };