UNPKG

@solar-icons/react

Version:
21 lines (20 loc) 815 B
var f = Object.defineProperty, i = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var e = Object.getOwnPropertySymbols; var c = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable; var m = (r, o, t) => o in r ? f(r, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[o] = t, a = (r, o) => { for (var t in o || (o = {})) c.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; }, p = (r, o) => i(r, s(o)); import l, { forwardRef as n } from "react"; import I from "../../lib/IconBase.mjs"; import w from "../../defs/arrows-action/Import.mjs"; const R = n((r, o) => /* @__PURE__ */ l.createElement(I, p(a({ ref: o }, r), { weights: w }))); R.displayName = "Import"; export { R as default };