UNPKG

@solar-icons/react

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