UNPKG

@solar-icons/react

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