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