UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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