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