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