UNPKG

@solar-icons/react

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