UNPKG

@solar-icons/react

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