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