UNPKG

@solar-icons/react

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