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