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