UNPKG

@solar-icons/react

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