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