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