UNPKG

@solar-icons/react

Version:
21 lines (20 loc) 810 B
var p = Object.defineProperty, f = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var e = Object.getOwnPropertySymbols; var c = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable; var a = (r, o, t) => o in r ? p(r, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[o] = t, m = (r, o) => { for (var t in o || (o = {})) c.call(o, t) && a(r, t, o[t]); if (e) for (var t of e(o)) d.call(o, t) && a(r, t, o[t]); return r; }, i = (r, o) => f(r, s(o)); import g, { forwardRef as h } from "react"; import l from "../../lib/IconBase.mjs"; import n from "../../defs/ui/Copyright.mjs"; const y = h((r, o) => /* @__PURE__ */ g.createElement(l, i(m({ ref: o }, r), { weights: n }))); y.displayName = "Copyright"; export { y as default };