UNPKG

@solar-icons/react

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