UNPKG

@solar-icons/react

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