UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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