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