UNPKG

@solar-icons/react

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