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