UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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