@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 859 B
JavaScript
var t = Object.defineProperty, d = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var p = Object.getOwnPropertySymbols;
var s = Object.prototype.hasOwnProperty, c = 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))
c.call(o, e) && m(r, e, o[e]);
return r;
}, i = (r, o) => d(r, f(o));
import { jsx as l } from "react/jsx-runtime";
import { forwardRef as n } from "react";
import u from "../../lib/IconBase.mjs";
import R from "../../defs/messages/PaperclipRounded.mjs";
const w = n((r, o) => /* @__PURE__ */ l(u, i(a({ ref: o }, r), { weights: R })));
w.displayName = "PaperclipRounded";
export {
w as default
};