UNPKG

@solar-icons/react

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