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