UNPKG

@solar-icons/react

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