UNPKG

@solar-icons/react

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