UNPKG

@solar-icons/react

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