UNPKG

@solar-icons/react

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