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