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