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