UNPKG

@solar-icons/react

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