UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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